_borderColor | osg::Texture | [protected] |
_borderWidth | osg::Texture | [protected] |
_clientStorageHint | osg::Texture | [protected] |
_dataVariance | osg::Object | [protected] |
_eventCallback | osg::StateAttribute | [protected] |
_image | osg::Texture1D | [mutable, protected] |
_internalFormat | osg::Texture | [mutable, protected] |
_internalFormatMode | osg::Texture | [protected] |
_internalFormatType | osg::Texture | [mutable, protected] |
_mag_filter | osg::Texture | [protected] |
_maxAnisotropy | osg::Texture | [protected] |
_min_filter | osg::Texture | [protected] |
_modifiedCount | osg::Texture1D | [mutable, protected] |
_name | osg::Object | [protected] |
_numMipmapLevels | osg::Texture1D | [mutable, protected] |
_observers | osg::Referenced | [protected] |
_parents | osg::StateAttribute | [protected] |
_readPBuffer | osg::Texture | [mutable, protected] |
_refCount | osg::Referenced | [mutable, protected] |
_refMutex | osg::Referenced | [mutable, protected] |
_resizeNonPowerOfTwoHint | osg::Texture | [protected] |
_shadow_ambient | osg::Texture | [protected] |
_shadow_compare_func | osg::Texture | [protected] |
_shadow_texture_mode | osg::Texture | [protected] |
_sourceFormat | osg::Texture | [mutable, protected] |
_sourceType | osg::Texture | [mutable, protected] |
_subloadCallback | osg::Texture1D | [protected] |
_texMipmapGenerationDirtyList | osg::Texture | [mutable, protected] |
_texParametersDirtyList | osg::Texture | [mutable, protected] |
_textureObjectBuffer | osg::Texture | [mutable, protected] |
_textureWidth | osg::Texture1D | [mutable, protected] |
_unrefImageDataAfterApply | osg::Texture | [protected] |
_updateCallback | osg::StateAttribute | [protected] |
_use_shadow_comparison | osg::Texture | [protected] |
_useHardwareMipMapGeneration | osg::Texture | [protected] |
_userData | osg::Object | [protected] |
_wrap_r | osg::Texture | [protected] |
_wrap_s | osg::Texture | [protected] |
_wrap_t | osg::Texture | [protected] |
addObserver(Observer *observer) | osg::Referenced | |
addParent(osg::StateSet *object) | osg::StateAttribute | [protected] |
allocateMipmap(State &state) const | osg::Texture1D | [protected, virtual] |
allocateMipmapLevels() | osg::Texture | |
ALPHA enum value | osg::Texture | |
ALPHAFUNC enum value | osg::StateAttribute | |
ANTIALIAS enum value | osg::StateAttribute | |
apply(State &state) const | osg::Texture1D | [virtual] |
applyTexImage1D(GLenum target, Image *image, State &state, GLsizei &width, GLsizei &numMipmapLevels) const | osg::Texture1D | [protected] |
applyTexImage2D_load(State &state, GLenum target, const Image *image, GLsizei width, GLsizei height, GLsizei numMipmapLevels) const | osg::Texture | |
applyTexImage2D_subload(State &state, GLenum target, const Image *image, GLsizei width, GLsizei height, GLint inInternalFormat, GLsizei numMipmapLevels) const | osg::Texture | |
applyTexParameters(GLenum target, State &state) const | osg::Texture | [protected] |
areAllTextureObjectsLoaded() const | osg::Texture | |
BLENDCOLOR enum value | osg::StateAttribute | |
BLENDEQUATION enum value | osg::StateAttribute | |
BLENDFUNC enum value | osg::StateAttribute | |
checkValidityOfAssociatedModes(osg::State &) const | osg::StateAttribute | [inline, virtual] |
CLAMP enum value | osg::Texture | |
CLAMP_TO_BORDER enum value | osg::Texture | |
CLAMP_TO_EDGE enum value | osg::Texture | |
CLAMPCOLOR enum value | osg::StateAttribute | |
className() const | osg::Texture | [inline, virtual] |
CLIPPLANE enum value | osg::StateAttribute | |
clone(const CopyOp ©op) const =0 | osg::Texture | [pure virtual] |
cloneType() const =0 | osg::Texture | [pure virtual] |
COLORMASK enum value | osg::StateAttribute | |
COLORMATRIX enum value | osg::StateAttribute | |
COLORTABLE enum value | osg::StateAttribute | |
compare(const StateAttribute &rhs) const | osg::Texture1D | [virtual] |
compareTexture(const Texture &rhs) const | osg::Texture | [protected] |
compareTextureObjects(const Texture &rhs) const | osg::Texture | [protected] |
compileGLObjects(State &state) const | osg::Texture | [virtual] |
computeDataVariance() | osg::Object | [inline, virtual] |
computeInternalFormat() const | osg::Texture1D | [protected, virtual] |
computeInternalFormatType() const | osg::Texture | [protected] |
computeInternalFormatWithImage(const osg::Image &image) const | osg::Texture | [protected] |
computeRequiredTextureDimensions(State &state, const osg::Image &image, GLsizei &width, GLsizei &height, GLsizei &numMipmapLevels) const | osg::Texture | [protected] |
copyTexImage1D(State &state, int x, int y, int width) | osg::Texture1D | |
copyTexSubImage1D(State &state, int xoffset, int x, int y, int width) | osg::Texture1D | |
CULLFACE enum value | osg::StateAttribute | |
DataVariance enum name | osg::Object | |
DeleteHandler class | osg::Referenced | [friend] |
deleteUsingDeleteHandler() const | osg::Referenced | [protected] |
DEPTH enum value | osg::StateAttribute | |
dirtyTextureObject() | osg::Texture | |
dirtyTextureParameters() | osg::Texture | |
DYNAMIC enum value | osg::Object | |
FilterMode enum name | osg::Texture | |
FilterParameter enum name | osg::Texture | |
FLOAT enum value | osg::Texture | |
flushAllDeletedTextureObjects(unsigned int contextID) | osg::Texture | [static] |
flushDeletedTextureObjects(unsigned int contextID, double currentTime, double &availableTime) | osg::Texture | [static] |
FOG enum value | osg::StateAttribute | |
FRAGMENTPROGRAM enum value | osg::StateAttribute | |
FRONTFACE enum value | osg::StateAttribute | |
generateMipmap(State &state) const | osg::Texture | [protected] |
generateTextureObject(unsigned int contextID, GLenum target) | osg::Texture | [static] |
generateTextureObject(unsigned int contextID, GLenum target, GLint numMipmapLevels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border) | osg::Texture | [static] |
GEQUAL enum value | osg::Texture | |
getBorderColor() const | osg::Texture | [inline] |
getBorderWidth() const | osg::Texture | [inline] |
getClientStorageHint() const | osg::Texture | [inline] |
getCompressedSize(GLenum internalFormat, GLint width, GLint height, GLint depth, GLint &blockSize, GLint &size) | osg::Texture | [static] |
getDataVariance() const | osg::Object | [inline] |
getDeleteHandler() | osg::Referenced | [static] |
getEventCallback() | osg::StateAttribute | [inline] |
getEventCallback() const | osg::StateAttribute | [inline] |
getExtensions(unsigned int contextID, bool createIfNotInitalized) | osg::Texture | [static] |
getFilter(FilterParameter which) const | osg::Texture | |
getImage() | osg::Texture1D | [inline] |
getImage() const | osg::Texture1D | [inline] |
getImage(unsigned int) | osg::Texture1D | [inline, virtual] |
getImage(unsigned int) const | osg::Texture1D | [inline, virtual] |
getInternalFormat() const | osg::Texture | [inline] |
getInternalFormatMode() const | osg::Texture | [inline] |
getInternalFormatType() const | osg::Texture | [inline] |
getMaxAnisotropy() const | osg::Texture | [inline] |
getMember() const | osg::StateAttribute | [inline, virtual] |
getMinimumNumberOfTextureObjectsToRetainInCache() | osg::Texture | [static] |
getModeUsage(StateAttribute::ModeUsage &usage) const | osg::Texture | [inline, virtual] |
getModifiedCount(unsigned int contextID) const | osg::Texture1D | [inline] |
getName() const | osg::Object | [inline] |
getNumImages() const | osg::Texture1D | [inline, virtual] |
getNumMipmapLevels() const | osg::Texture1D | [inline] |
getNumParents() const | osg::StateAttribute | [inline] |
getParent(unsigned int i) | osg::StateAttribute | [inline] |
getParent(unsigned int i) const | osg::StateAttribute | [inline] |
getParents() const | osg::StateAttribute | [inline] |
getReadPBuffer() | osg::Texture | [inline] |
getReadPBuffer() const | osg::Texture | [inline] |
getRefMutex() const | osg::Referenced | [inline] |
getResizeNonPowerOfTwoHint() const | osg::Texture | [inline] |
getShadowAmbient() const | osg::Texture | [inline] |
getShadowCompareFunc() const | osg::Texture | [inline] |
getShadowTextureMode() const | osg::Texture | [inline] |
getSourceFormat() const | osg::Texture | [inline] |
getSourceType() const | osg::Texture | [inline] |
getSubloadCallback() | osg::Texture1D | [inline] |
getSubloadCallback() const | osg::Texture1D | [inline] |
getTextureDepth() const | osg::Texture1D | [inline, virtual] |
getTextureHeight() const | osg::Texture1D | [inline, virtual] |
getTextureObject(unsigned int contextID) const | osg::Texture | [inline] |
getTextureParameterDirty(unsigned int contextID) const | osg::Texture | [inline] |
getTextureTarget() const | osg::Texture1D | [inline, virtual] |
getTextureWidth() const | osg::Texture1D | [inline, virtual] |
getThreadSafeReferenceCounting() | osg::Referenced | [static] |
getThreadSafeRefUnref() const | osg::Referenced | [inline] |
getType() const | osg::Texture | [inline, virtual] |
getTypeMemberPair() const | osg::StateAttribute | [inline] |
getUnRefImageDataAfterApply() const | osg::Texture | [inline] |
getUpdateCallback() | osg::StateAttribute | [inline] |
getUpdateCallback() const | osg::StateAttribute | [inline] |
getUseHardwareMipMapGeneration() const | osg::Texture | [inline] |
getUserData() | osg::Object | [inline] |
getUserData() const | osg::Object | [inline] |
getWrap(WrapParameter which) const | osg::Texture | |
GLMode typedef | osg::StateAttribute | |
GLModeValue typedef | osg::StateAttribute | |
HINT enum value | osg::StateAttribute | |
ImageModifiedCount typedef | osg::Texture1D | [protected] |
INHERIT enum value | osg::StateAttribute | |
INTENSITY enum value | osg::Texture | |
InternalFormatMode enum name | osg::Texture | |
InternalFormatType enum name | osg::Texture | |
isCompressedInternalFormat() const | osg::Texture | |
isCompressedInternalFormat(GLint internalFormat) | osg::Texture | [static] |
isSameKindAs(const osg::Object *obj) const | osg::Texture | [inline, virtual] |
isTextureAttribute() const | osg::Texture | [inline, virtual] |
LEQUAL enum value | osg::Texture | |
libraryName() const | osg::Texture | [inline, virtual] |
LIGHT enum value | osg::StateAttribute | |
LIGHTMODEL enum value | osg::StateAttribute | |
LINEAR enum value | osg::Texture | |
LINEAR_MIPMAP_LINEAR enum value | osg::Texture | |
LINEAR_MIPMAP_NEAREST enum value | osg::Texture | |
LINESTIPPLE enum value | osg::StateAttribute | |
LINEWIDTH enum value | osg::StateAttribute | |
LOGICOP enum value | osg::StateAttribute | |
LUMINANCE enum value | osg::Texture | |
MAG_FILTER enum value | osg::Texture | |
MATERIAL enum value | osg::StateAttribute | |
META_StateAttribute(osg, Texture1D, TEXTURE) | osg::Texture1D | |
MIN_FILTER enum value | osg::Texture | |
MIRROR enum value | osg::Texture | |
MULTISAMPLE enum value | osg::StateAttribute | |
NEAREST enum value | osg::Texture | |
NEAREST_MIPMAP_LINEAR enum value | osg::Texture | |
NEAREST_MIPMAP_NEAREST enum value | osg::Texture | |
NORMALIZED enum value | osg::Texture | |
Object() | osg::Object | [inline] |
Object(bool threadSafeRefUnref) | osg::Object | [inline, explicit] |
Object(const Object &, const CopyOp ©op=CopyOp::SHALLOW_COPY) | osg::Object | |
OFF enum value | osg::StateAttribute | |
ON enum value | osg::StateAttribute | |
operator!=(const StateAttribute &rhs) const | osg::StateAttribute | [inline] |
operator<(const StateAttribute &rhs) const | osg::StateAttribute | [inline] |
osg::Referenced::operator=(const Referenced &) | osg::Referenced | [inline] |
operator==(const StateAttribute &rhs) const | osg::StateAttribute | [inline] |
osg::StateSet class | osg::StateAttribute | [friend] |
OSGNV_PARAMETER_BLOCK enum value | osg::StateAttribute | |
OSGNVCG_PROGRAM enum value | osg::StateAttribute | |
OSGNVEXT_REGISTER_COMBINERS enum value | osg::StateAttribute | |
OSGNVEXT_TEXTURE_SHADER enum value | osg::StateAttribute | |
OSGNVEXT_VERTEX_PROGRAM enum value | osg::StateAttribute | |
OSGNVPARSE_PROGRAM_PARSER enum value | osg::StateAttribute | |
OSGNVSLANG_PROGRAM enum value | osg::StateAttribute | |
OVERRIDE enum value | osg::StateAttribute | |
OverrideValue typedef | osg::StateAttribute | |
ParentList typedef | osg::StateAttribute | |
POINT enum value | osg::StateAttribute | |
POINTSPRITE enum value | osg::StateAttribute | |
POLYGONMODE enum value | osg::StateAttribute | |
POLYGONOFFSET enum value | osg::StateAttribute | |
POLYGONSTIPPLE enum value | osg::StateAttribute | |
PROGRAM enum value | osg::StateAttribute | |
PROTECTED enum value | osg::StateAttribute | |
ref() const | osg::Referenced | [inline] |
referenceCount() const | osg::Referenced | [inline] |
Referenced() | osg::Referenced | |
Referenced(bool threadSafeRefUnref) | osg::Referenced | [explicit] |
Referenced(const Referenced &) | osg::Referenced | |
releaseGLObjects(State *state=0) const | osg::Texture | [virtual] |
removeObserver(Observer *observer) | osg::Referenced | |
removeParent(osg::StateSet *object) | osg::StateAttribute | [protected] |
REPEAT enum value | osg::Texture | |
resizeGLObjectBuffers(unsigned int maxSize) | osg::Texture | [virtual] |
s_numberDeletedTextureInLastFrame | osg::Texture | [static] |
s_numberNewTextureInLastFrame | osg::Texture | [static] |
s_numberTextureReusedLastInLastFrame | osg::Texture | [static] |
SCISSOR enum value | osg::StateAttribute | |
setBorderColor(const Vec4d &color) | osg::Texture | [inline] |
setBorderWidth(GLint width) | osg::Texture | [inline] |
setClientStorageHint(bool flag) | osg::Texture | [inline] |
setDataVariance(DataVariance dv) | osg::Object | [inline] |
setDeleteHandler(DeleteHandler *handler) | osg::Referenced | [static] |
setEventCallback(Callback *ec) | osg::StateAttribute | |
setExtensions(unsigned int contextID, Extensions *extensions) | osg::Texture | [static] |
setFilter(FilterParameter which, FilterMode filter) | osg::Texture | |
setImage(Image *image) | osg::Texture1D | |
setImage(unsigned int, Image *image) | osg::Texture1D | [inline, virtual] |
setInternalFormat(GLint internalFormat) | osg::Texture | [inline] |
setInternalFormatMode(InternalFormatMode mode) | osg::Texture | [inline] |
setMaxAnisotropy(float anis) | osg::Texture | |
setMinimumNumberOfTextureObjectsToRetainInCache(unsigned int minimum) | osg::Texture | [static] |
setName(const std::string &name) | osg::Object | [inline] |
setName(const char *name) | osg::Object | [inline] |
setNumMipmapLevels(unsigned int num) const | osg::Texture1D | [inline] |
setReadPBuffer(GraphicsContext *context) | osg::Texture | [inline] |
setResizeNonPowerOfTwoHint(bool flag) | osg::Texture | [inline] |
setShadowAmbient(float shadow_ambient) | osg::Texture | [inline] |
setShadowCompareFunc(ShadowCompareFunc func) | osg::Texture | [inline] |
setShadowComparison(bool flag) | osg::Texture | [inline] |
setShadowTextureMode(ShadowTextureMode mode) | osg::Texture | [inline] |
setSourceFormat(GLenum sourceFormat) | osg::Texture | [inline] |
setSourceType(GLenum sourceType) | osg::Texture | [inline] |
setSubloadCallback(SubloadCallback *cb) | osg::Texture1D | [inline] |
setTextureWidth(int width) const | osg::Texture1D | [inline] |
setThreadSafeReferenceCounting(bool enableThreadSafeReferenceCounting) | osg::Referenced | [static] |
setThreadSafeRefUnref(bool threadSafe) | osg::Referenced | [virtual] |
setUnRefImageDataAfterApply(bool flag) | osg::Texture | [inline] |
setUpdateCallback(Callback *uc) | osg::StateAttribute | |
setUseHardwareMipMapGeneration(bool useHardwareMipMapGeneration) | osg::Texture | [inline] |
setUserData(Referenced *obj) | osg::Object | [inline] |
setWrap(WrapParameter which, WrapMode wrap) | osg::Texture | |
SHADEMODEL enum value | osg::StateAttribute | |
ShadowCompareFunc enum name | osg::Texture | |
ShadowTextureMode enum name | osg::Texture | |
SIGNED_INTEGER enum value | osg::Texture | |
StateAttribute() | osg::StateAttribute | |
StateAttribute(const StateAttribute &sa, const CopyOp ©op=CopyOp::SHALLOW_COPY) | osg::StateAttribute | [inline] |
STATIC enum value | osg::Object | |
STENCIL enum value | osg::StateAttribute | |
takeTextureObjects(TextureObjectListMap &toblm) | osg::Texture | |
TEXENV enum value | osg::StateAttribute | |
TEXENVFILTER enum value | osg::StateAttribute | |
TEXGEN enum value | osg::StateAttribute | |
TEXMAT enum value | osg::StateAttribute | |
TexParameterDirtyList typedef | osg::Texture | [protected] |
TEXTURE enum value | osg::StateAttribute | |
Texture() | osg::Texture | |
Texture(const Texture &text, const CopyOp ©op=CopyOp::SHALLOW_COPY) | osg::Texture | |
Texture1D() | osg::Texture1D | |
Texture1D(const Texture1D &text, const CopyOp ©op=CopyOp::SHALLOW_COPY) | osg::Texture1D | |
TextureObjectBuffer typedef | osg::Texture | [protected] |
TextureObjectList typedef | osg::Texture | |
TextureObjectListMap typedef | osg::Texture | |
Type enum name | osg::StateAttribute | |
TypeMemberPair typedef | osg::StateAttribute | |
unref() const | osg::Referenced | [inline] |
unref_nodelete() const | osg::Referenced | |
UNSIGNED_INTEGER enum value | osg::Texture | |
UNSPECIFIED enum value | osg::Object | |
USE_ARB_COMPRESSION enum value | osg::Texture | |
USE_IMAGE_DATA_FORMAT enum value | osg::Texture | |
USE_S3TC_DXT1_COMPRESSION enum value | osg::Texture | |
USE_S3TC_DXT3_COMPRESSION enum value | osg::Texture | |
USE_S3TC_DXT5_COMPRESSION enum value | osg::Texture | |
USE_USER_DEFINED_FORMAT enum value | osg::Texture | |
VALIDATOR enum value | osg::StateAttribute | |
Values enum name | osg::StateAttribute | |
VERTEXPROGRAM enum value | osg::StateAttribute | |
VIEWMATRIXEXTRACTOR enum value | osg::StateAttribute | |
VIEWPORT enum value | osg::StateAttribute | |
WRAP_R enum value | osg::Texture | |
WRAP_S enum value | osg::Texture | |
WRAP_T enum value | osg::Texture | |
WrapMode enum name | osg::Texture | |
WrapParameter enum name | osg::Texture | |
~Object() | osg::Object | [inline, protected, virtual] |
~Referenced() | osg::Referenced | [protected, virtual] |
~StateAttribute() | osg::StateAttribute | [inline, protected, virtual] |
~Texture() | osg::Texture | [protected, virtual] |
~Texture1D() | osg::Texture1D | [protected, virtual] |