blitImage(const Image &src, const Image::Rect imgRect, const Image::Rect texRect) | Ogre::Texture | [virtual] |
blitToTexture(const Image &src, unsigned uStartX, unsigned uStartY) | Ogre::GLTexture | [virtual] |
copyToTexture(Texture *target) | Ogre::Texture | [virtual] |
createRenderTexture() | Ogre::GLTexture | |
destroy() | Ogre::Resource | [virtual] |
enable32Bit(bool setting=true) | Ogre::Texture | |
generateMipMaps(const uchar *data, bool useSoftware, bool isCompressed, size_t faceNumber) | Ogre::GLTexture | [protected] |
getDepth(void) const | Ogre::Texture | |
getDimensions() const | Ogre::Texture | |
getFormat() const | Ogre::Texture | [virtual] |
getGamma(void) const | Ogre::Texture | |
getGLID() const | Ogre::GLTexture | |
getGLTextureFormat(void) const | Ogre::GLTexture | |
getGLTextureType(void) const | Ogre::GLTexture | |
getHandle(void) const | Ogre::Resource | |
getHeight(void) const | Ogre::Texture | |
getLastAccess(void) const | Ogre::Resource | |
getName(void) const | Ogre::Resource | |
getNumMipMaps(void) const | Ogre::Texture | |
getSize(void) const | Ogre::Resource | [virtual] |
getTextureType(void) const | Ogre::Texture | |
getUsage() const | Ogre::Texture | |
getWidth(void) const | Ogre::Texture | |
GLTexture(const String &name, GLSupport &support, TextureType texType=TEX_TYPE_2D) | Ogre::GLTexture | |
GLTexture(const String &name, GLSupport &support, TextureType texType, uint width, uint height, uint num_mips, PixelFormat format, TextureUsage usage) | Ogre::GLTexture | |
hasAlpha(void) const | Ogre::Texture | [virtual] |
isLoaded(void) const | Ogre::Resource | |
load() | Ogre::GLTexture | [virtual] |
loadImage(const Image &img) | Ogre::GLTexture | [virtual] |
loadImages(const std::vector< Image > &images) | Ogre::GLTexture | |
loadRawData(const DataChunk &pData, ushort uWidth, ushort uHeight, PixelFormat eFormat) | Ogre::Texture | [virtual] |
mDepth | Ogre::Texture | [protected] |
mFinalBpp | Ogre::Texture | [protected] |
mFormat | Ogre::Texture | [protected] |
mGamma | Ogre::Texture | [protected] |
mGLSupport | Ogre::GLTexture | [private] |
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] |
mSize | Ogre::Resource | [protected] |
mSrcBpp | Ogre::Texture | [protected] |
mSrcHeight | Ogre::Texture | [protected] |
mSrcWidth | Ogre::Texture | [protected] |
mTextureID | Ogre::GLTexture | [private] |
mTextureType | Ogre::Texture | [protected] |
mUsage | Ogre::Texture | [protected] |
mWidth | Ogre::Texture | [protected] |
rescaleNPower2(const Image &src) | Ogre::GLTexture | [protected] |
Resource() | Ogre::Resource | |
setGamma(float g) | Ogre::Texture | |
setNumMipMaps(unsigned short num) | Ogre::Texture | |
Texture() | Ogre::Texture | |
Texture(const String &name, TextureType texType, uint width, uint height, uint depth, uint num_mips, PixelFormat format, TextureUsage usage) | Ogre::Texture | |
touch(void) | Ogre::Resource | [virtual] |
unload() | Ogre::GLTexture | [virtual] |
~GLTexture() | Ogre::GLTexture | [virtual] |
~Resource() | Ogre::Resource | [virtual] |
Copyright © 2002-2003 by The OGRE Team
Last modified Sun Nov 28 19:49:38 2004