AutogenerateMipmaps() | gte::Texture | |
CreateStorage() | gte::Resource | |
CubeFaceCount | gte::TextureArray | static |
CubeFaceNegativeX | gte::TextureArray | static |
CubeFaceNegativeY | gte::TextureArray | static |
CubeFaceNegativeZ | gte::TextureArray | static |
CubeFacePositiveX | gte::TextureArray | static |
CubeFacePositiveY | gte::TextureArray | static |
CubeFacePositiveZ | gte::TextureArray | static |
DestroyStorage() | gte::Resource | |
Get() const | gte::Resource | inline |
Get() | gte::Resource | inline |
GetCopyType() const | gte::Resource | inline |
GetCubeIndexFor(unsigned int item) const | gte::TextureCubeArray | inline |
GetData() const | gte::Resource | inline |
GetData() | gte::Resource | inline |
GetDataFor(unsigned int cube, unsigned int face, unsigned int level) const | gte::TextureCubeArray | inline |
GetDataFor(unsigned int cube, unsigned int face, unsigned int level) | gte::TextureCubeArray | inline |
gte::TextureArray::GetDataFor(unsigned int item, unsigned int level) const | gte::TextureArray | inline |
gte::TextureArray::GetDataFor(unsigned int item, unsigned int level) | gte::TextureArray | inline |
GetDimension(int i) const | gte::Texture | inline |
GetDimensionFor(unsigned int level, int i) const | gte::Texture | inline |
GetElementSize() const | gte::Resource | inline |
GetFaceIndexFor(unsigned int item) const | gte::TextureCubeArray | inline |
GetFor(unsigned int cube, unsigned int face, unsigned int level) const | gte::TextureCubeArray | inline |
GetFor(unsigned int cube, unsigned int face, unsigned int level) | gte::TextureCubeArray | inline |
gte::TextureArray::GetFor(unsigned int item, unsigned int level) const | gte::TextureArray | inline |
gte::TextureArray::GetFor(unsigned int item, unsigned int level) | gte::TextureArray | inline |
GetFormat() const | gte::Texture | inline |
GetIndex(unsigned int cube, unsigned int face, unsigned int level) const | gte::TextureCubeArray | inline |
gte::TextureArray::GetIndex(unsigned int item, unsigned int level) const | gte::Texture | |
GetItemIndexFor(unsigned int cube, unsigned int face) const | gte::TextureCubeArray | inline |
GetLength() const | gte::TextureCubeArray | |
GetName() const | gte::GraphicsObject | inline |
GetNumActiveBytes() const | gte::Resource | inline |
GetNumActiveElements() const | gte::Resource | inline |
GetNumBytes() const | gte::Resource | inline |
GetNumBytesFor(unsigned int level) const | gte::Texture | inline |
GetNumCubes() const | gte::TextureCubeArray | |
GetNumDimensions() const | gte::Texture | inline |
GetNumElements() const | gte::Resource | inline |
GetNumElementsFor(unsigned int level) const | gte::Texture | inline |
GetNumItems() const | gte::Texture | inline |
GetNumLevels() const | gte::Texture | inline |
GetNumSubresources() const | gte::Texture | inline |
GetOffset() const | gte::Resource | inline |
GetOffsetFor(unsigned int cube, unsigned int face, unsigned int level) const | gte::TextureCubeArray | inline |
gte::TextureArray::GetOffsetFor(unsigned int item, unsigned int level) const | gte::TextureArray | inline |
GetSubresource(unsigned int index) const | gte::Texture | |
GetTotalElements(unsigned int numItems, unsigned int dim0, unsigned int dim1, unsigned int dim2, bool hasMipmaps) | gte::Texture | protectedstatic |
GetType() const | gte::GraphicsObject | inline |
GetUsage() const | gte::Resource | inline |
GraphicsObject() | gte::GraphicsObject | protected |
HasMipmaps() const | gte::Texture | inline |
IsBuffer() const | gte::GraphicsObject | inline |
IsDrawingState() const | gte::GraphicsObject | inline |
IsShader() const | gte::GraphicsObject | inline |
IsTexture() const | gte::GraphicsObject | inline |
IsTextureArray() const | gte::GraphicsObject | inline |
mAutogenerateMipmaps | gte::Texture | protected |
MAX_MIPMAP_LEVELS enum value | gte::Texture | |
mCopyType | gte::Resource | protected |
mData | gte::Resource | protected |
mElementSize | gte::Resource | protected |
mFormat | gte::Texture | protected |
mHasMipmaps | gte::Texture | protected |
mLDimension | gte::Texture | protected |
mLNumBytes | gte::Texture | protected |
mLOffset | gte::Texture | protected |
mName | gte::GraphicsObject | protected |
mNumActiveElements | gte::Resource | protected |
mNumBytes | gte::Resource | protected |
mNumCubes | gte::TextureCubeArray | private |
mNumDimensions | gte::Texture | protected |
mNumElements | gte::Resource | protected |
mNumItems | gte::Texture | protected |
mNumLevels | gte::Texture | protected |
mOffset | gte::Resource | protected |
mStorage | gte::Resource | protected |
mType | gte::GraphicsObject | protected |
mUsage | gte::Resource | protected |
ResetData() | gte::Resource | inline |
Resource(unsigned int numElements, size_t elementSize, bool createStorage=true) | gte::Resource | protected |
SetCopyType(CopyType copyType) | gte::Resource | inline |
SetData(char *data) | gte::Resource | inline |
SetName(std::string const &name) | gte::GraphicsObject | inline |
SetNumActiveElements(unsigned int numActiveElements) | gte::Resource | |
SetOffset(unsigned int offset) | gte::Resource | |
SetUsage(Usage usage) | gte::Resource | inline |
shaderDataLookup | gte::TextureArray | static |
SubscribeForDestruction(std::shared_ptr< ListenerForDestruction > const &listener) | gte::GraphicsObject | static |
Texture(unsigned int numItems, DFType format, unsigned int numDimensions, unsigned int dim0, unsigned int dim1, unsigned int dim2, bool hasMipmaps, bool createStorage) | gte::Texture | protected |
TextureArray(unsigned int numItems, DFType format, unsigned int numDimensions, unsigned int dim0, unsigned int dim1, unsigned int dim2, bool hasMipmaps, bool createStorage) | gte::TextureArray | protected |
TextureCubeArray(unsigned int numCubes, DFType format, unsigned int length, bool hasMipmaps=false, bool createStorage=true) | gte::TextureCubeArray | |
UnsubscribeForDestruction(std::shared_ptr< ListenerForDestruction > const &listener) | gte::GraphicsObject | static |
WantAutogenerateMipmaps() const | gte::Texture | inline |
~GraphicsObject() | gte::GraphicsObject | virtual |
~Resource() | gte::Resource | virtual |