| _blitImagesToCubeTex(const Image srcImages[]) | Ogre::D3D9Texture | [private] |
| _blitImageToNormTex(const Image &srcImage) | Ogre::D3D9Texture | [private] |
| _canAutoGenMipMaps(DWORD srcUsage, D3DRESOURCETYPE srcType, D3DFORMAT srcFormat) | Ogre::D3D9Texture | [private] |
| _chooseD3DFormat() | Ogre::D3D9Texture | [private] |
| _constructCubeFaceNames(const String &name) | Ogre::D3D9Texture | [private] |
| _copyMemoryToSurface(const unsigned char *pBuffer, IDirect3DSurface9 *pSurface) | Ogre::D3D9Texture | [private] |
| _createCubeTex() | Ogre::D3D9Texture | [private] |
| _createDepthStencil() | Ogre::D3D9Texture | [private] |
| _createNormTex() | Ogre::D3D9Texture | [private] |
| _createTex() | Ogre::D3D9Texture | [private] |
| _freeResources() | Ogre::D3D9Texture | [private] |
| _getBestFilterMethod() | Ogre::D3D9Texture | [private] |
| _getColorMasks(D3DFORMAT format, DWORD *pdwRed, DWORD *pdwGreen, DWORD *pdwBlue, DWORD *pdwAlpha, DWORD *pdwRGBBitCount) | Ogre::D3D9Texture | [private] |
| _getCubeFaceName(unsigned char face) | Ogre::D3D9Texture | [private] |
| _getPF(D3DFORMAT d3dPF) | Ogre::D3D9Texture | [private, static] |
| _getPF(PixelFormat ogrePF) | Ogre::D3D9Texture | [private, static] |
| _getPFBpp(PixelFormat ogrePF) | Ogre::D3D9Texture | [private, static] |
| _initMembers() | Ogre::D3D9Texture | [private] |
| _loadCubeTex() | Ogre::D3D9Texture | [private] |
| _loadNormTex() | Ogre::D3D9Texture | [private] |
| _loadVolumeTex() | Ogre::D3D9Texture | [private] |
| _setDevice(IDirect3DDevice9 *pDev) | Ogre::D3D9Texture | [private] |
| _setFinalAttributes(unsigned long width, unsigned long height, unsigned long depth, PixelFormat format) | Ogre::D3D9Texture | [private] |
| _setSrcAttributes(unsigned long width, unsigned long height, unsigned long depth, PixelFormat format) | Ogre::D3D9Texture | [private] |
| blitImage(const Image &src, const Image::Rect imgRect, const Image::Rect texRect) | Ogre::D3D9Texture | [virtual] |
| blitToTexture(const Image &src, unsigned uStartX, unsigned uStartY) | Ogre::D3D9Texture | [virtual] |
| copyToTexture(Texture *target) | Ogre::D3D9Texture | [virtual] |
| D3D9Texture(const String &name, TextureType texType, IDirect3DDevice9 *pD3DDevice, TextureUsage usage) | Ogre::D3D9Texture | |
| D3D9Texture(const String &name, TextureType texType, IDirect3DDevice9 *pD3DDevice, uint width, uint height, uint numMips, PixelFormat format, TextureUsage usage) | Ogre::D3D9Texture | |
| destroy() | Ogre::Resource | [virtual] |
| enable32Bit(bool setting=true) | Ogre::Texture | |
| getCubeTexture() | Ogre::D3D9Texture | |
| getDepth(void) const | Ogre::Texture | |
| getDepthStencil() | Ogre::D3D9Texture | |
| getDimensions() const | Ogre::Texture | |
| getFormat() const | Ogre::Texture | [virtual] |
| getGamma(void) const | Ogre::Texture | |
| getHandle(void) const | Ogre::Resource | |
| getHeight(void) const | Ogre::Texture | |
| getLastAccess(void) const | Ogre::Resource | |
| getName(void) const | Ogre::Resource | |
| getNormTexture() | Ogre::D3D9Texture | |
| getNumMipMaps(void) const | Ogre::Texture | |
| getSize(void) const | Ogre::Resource | [virtual] |
| getTexture() | Ogre::D3D9Texture | |
| getTextureType(void) const | Ogre::Texture | |
| getUsage() const | Ogre::Texture | |
| getWidth(void) const | Ogre::Texture | |
| hasAlpha(void) const | Ogre::Texture | [virtual] |
| isLoaded(void) const | Ogre::Resource | |
| load() | Ogre::D3D9Texture | [virtual] |
| loadImage(const Image &img) | Ogre::D3D9Texture | [virtual] |
| loadRawData(const DataChunk &pData, ushort uWidth, ushort uHeight, PixelFormat eFormat) | Ogre::Texture | [virtual] |
| mBBPixelFormat | Ogre::D3D9Texture | [private] |
| mCubeFaceNames | Ogre::D3D9Texture | [private] |
| mDepth | Ogre::Texture | [protected] |
| mDevCaps | Ogre::D3D9Texture | [private] |
| mDevCreParams | Ogre::D3D9Texture | [private] |
| mFinalBpp | Ogre::Texture | [protected] |
| mFormat | Ogre::Texture | [protected] |
| mGamma | Ogre::Texture | [protected] |
| mHandle | Ogre::Resource | [protected] |
| mHasAlpha | Ogre::Texture | [protected] |
| mHeight | Ogre::Texture | [protected] |
| mIsLoaded | Ogre::Resource | [protected] |
| mLastAccess | Ogre::Resource | [protected] |
| mName | Ogre::Resource | [protected] |
| mNumMipMaps | Ogre::Texture | [protected] |
| mpCubeTex | Ogre::D3D9Texture | [private] |
| mpD3D | Ogre::D3D9Texture | [private] |
| mpDev | Ogre::D3D9Texture | [private] |
| mpNormTex | Ogre::D3D9Texture | [private] |
| mpTex | Ogre::D3D9Texture | [private] |
| mpTmpCubeTex | Ogre::D3D9Texture | [private] |
| mpTmpNormTex | Ogre::D3D9Texture | [private] |
| mpVolumeTex | Ogre::D3D9Texture | [private] |
| mpZBuff | Ogre::D3D9Texture | [private] |
| mSize | Ogre::Resource | [protected] |
| mSrcBpp | Ogre::Texture | [protected] |
| mSrcHeight | Ogre::Texture | [protected] |
| mSrcWidth | Ogre::Texture | [protected] |
| mTextureType | Ogre::Texture | [protected] |
| mUsage | Ogre::Texture | [protected] |
| mWidth | Ogre::Texture | [protected] |
| Resource() | Ogre::Resource | |
| setGamma(float g) | Ogre::Texture | |
| setNumMipMaps(unsigned short num) | Ogre::Texture | |
| touch(void) | Ogre::Resource | [virtual] |
| unload() | Ogre::D3D9Texture | [virtual] |
| ~D3D9Texture() | Ogre::D3D9Texture | |
| ~Resource() | Ogre::Resource | [virtual] |