ANISO enum value | Texture | |
ANISOTROPIC enum value | Texture | |
BILINEAR enum value | Texture | |
BuildFilter(TEXTUREFILTERMODE eMinFilter, TEXTUREFILTERMODE eMagFilter, TEXTUREFILTERMODE eMipFilter) | Texture | [inline, static] |
CUBEFACE_BACK enum value | Texture | |
CUBEFACE_DOWN enum value | Texture | |
CUBEFACE_FRONT enum value | Texture | |
CUBEFACE_LEFT enum value | Texture | |
CUBEFACE_RIGHT enum value | Texture | |
CUBEFACE_UP enum value | Texture | |
CUBEMAP enum value | Texture | |
DecRef() | RefCounter | [inline] |
DEFAULT enum value | Texture | |
GenerateNormalizationCubeMap(int iSize=256) | Texture | |
GetFiltering() const | Texture | [inline] |
GetFormat() const | Texture | [inline] |
GetHeight() const | Texture | [inline] |
GetID() const | Texture | [inline] |
GetMaxAnisotropy() const | Texture | [inline] |
GetName() const | Texture | [inline] |
GetRefCount() const | RefCounter | [inline] |
GetType() const | Texture | [inline] |
GetWidth() const | Texture | [inline] |
HasAlpha() const | Texture | [inline] |
IncRef() | RefCounter | [inline] |
IsValid() const | Texture | [inline] |
LINEAR enum value | Texture | |
m_eFormat | Texture | [protected] |
m_eType | Texture | [protected] |
m_fHeight | Texture | [protected] |
m_fRatio | Texture | [protected] |
m_fWidth | Texture | [protected] |
m_iHeight | Texture | [protected] |
m_iID | Texture | [protected] |
m_iInternalFormat | Texture | [protected] |
m_iWidth | Texture | [protected] |
m_pkPool | Texture | [protected] |
m_strName | Texture | [protected] |
m_uiFiltering | Texture | [protected] |
m_uiMaxAnisotropy | Texture | [protected] |
NEAREST enum value | Texture | |
NOFILTERING enum value | Texture | |
NOFLAGS enum value | Texture | |
NOMIPMAPS enum value | Texture | |
operator<(const Texture &rkTexture) const | Texture | [inline] |
operator==(const Texture &rkTexture) const | Texture | [inline] |
RefCounter() | RefCounter | [inline] |
SetMaxAnisotropy(unsigned int uiMaxAnisotropy) | Texture | [inline] |
SetName(const std::string &rstrName) | Texture | |
TEX2D enum value | Texture | |
Texture(const std::string &rstrName, TexturePool *pkTexturePool) | Texture | |
TEXTURECUBEMAPFACE enum name | Texture | |
TEXTUREDEF enum name | Texture | |
TEXTUREFILTERMODE enum name | Texture | |
TEXTUREFORMAT enum name | Texture | |
TEXTUREINTERNALFORMAT enum name | Texture | |
TEXTURELOADFLAG enum name | Texture | |
TEXTURETYPE enum name | Texture | |
TRILINEAR enum value | Texture | |
UploadImage(ImageData *pkImageData, TEXTURETYPE eType=TEX2D, TEXTUREFORMAT eFormat=DEFAULT, unsigned int uiFlags=0, unsigned int uiFiltering=0, unsigned int uiMaxAnisotropy=1)=0 | Texture | [pure virtual] |
~RefCounter() | RefCounter | [inline, virtual] |
~Texture() | Texture | [virtual] |