AutogenerateMipmaps() | gte::Texture | |
CreateStorage() | gte::Resource | |
DestroyStorage() | gte::Resource | |
Get() const | gte::Resource | inline |
Get() | gte::Resource | inline |
GetCopyType() const | gte::Resource | inline |
GetData() const | gte::Resource | inline |
GetData() | gte::Resource | inline |
GetDataFor(unsigned int level) const | gte::TextureSingle | inline |
GetDataFor(unsigned int level) | gte::TextureSingle | inline |
gte::Texture::GetDataFor(unsigned int item, unsigned int level) const | gte::Texture | inline |
gte::Texture::GetDataFor(unsigned int item, unsigned int level) | gte::Texture | inline |
GetDimension(int i) const | gte::Texture | inline |
GetDimensionFor(unsigned int level, int i) const | gte::Texture | inline |
GetElementSize() const | gte::Resource | inline |
GetFor(unsigned int level) const | gte::TextureSingle | inline |
GetFor(unsigned int level) | gte::TextureSingle | inline |
gte::Texture::GetFor(unsigned int item, unsigned int level) const | gte::Texture | inline |
gte::Texture::GetFor(unsigned int item, unsigned int level) | gte::Texture | inline |
GetFormat() const | gte::Texture | inline |
GetHeight() const | gte::Texture3 | |
GetIndex(unsigned int item, unsigned int level) const | gte::Texture | |
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 |
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 level) const | gte::TextureSingle | inline |
gte::Texture::GetOffsetFor(unsigned int item, unsigned int level) const | gte::Texture | inline |
GetSubresource(unsigned int index) const | gte::Texture | |
GetThickness() const | gte::Texture3 | |
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 |
GetWidth() const | gte::Texture3 | |
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 |
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::TextureSingle | 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 |
Texture3(DFType format, unsigned int width, unsigned int height, unsigned int thickness, bool hasMipmaps=false, bool createStorage=true) | gte::Texture3 | |
TextureSingle(DFType format, unsigned int numDimensions, unsigned int dim0, unsigned int dim1, unsigned int dim2, bool hasMipmaps, bool createStorage) | gte::TextureSingle | protected |
UnsubscribeForDestruction(std::shared_ptr< ListenerForDestruction > const &listener) | gte::GraphicsObject | static |
WantAutogenerateMipmaps() const | gte::Texture | inline |
~GraphicsObject() | gte::GraphicsObject | virtual |
~Resource() | gte::Resource | virtual |