kodi
|
This is the complete list of members for CTexture, including all inherited members.
Allocate(unsigned int width, unsigned int height, XB_FMT format) (defined in CTexture) | CTexture | |
BindToUnit(unsigned int unit)=0 (defined in CTexture) | CTexture | pure virtual |
ClampToEdge() (defined in CTexture) | CTexture | |
CreateTexture(unsigned int width=0, unsigned int height=0, XB_FMT format=XB_FMT_A8R8G8B8) (defined in CTexture) | CTexture | static |
CreateTextureObject()=0 (defined in CTexture) | CTexture | pure virtual |
CTexture(unsigned int width=0, unsigned int height=0, XB_FMT format=XB_FMT_A8R8G8B8) (defined in CTexture) | CTexture | |
DestroyTextureObject()=0 (defined in CTexture) | CTexture | pure virtual |
GetBlockSize() const (defined in CTexture) | CTexture | protected |
GetCacheMemory() const (defined in CTexture) | CTexture | inline |
GetHeight() const (defined in CTexture) | CTexture | inline |
GetOrientation() const (defined in CTexture) | CTexture | inline |
GetOriginalHeight() const | CTexture | inline |
GetOriginalWidth() const | CTexture | inline |
GetPitch() const (defined in CTexture) | CTexture | inline |
GetPitch(unsigned int width) const (defined in CTexture) | CTexture | protected |
GetPixels() const (defined in CTexture) | CTexture | inline |
GetRows() const (defined in CTexture) | CTexture | inline |
GetRows(unsigned int height) const (defined in CTexture) | CTexture | protected |
GetScalingMethod() const (defined in CTexture) | CTexture | inline |
GetTextureHeight() const (defined in CTexture) | CTexture | inline |
GetTextureWidth() const (defined in CTexture) | CTexture | inline |
GetWidth() const (defined in CTexture) | CTexture | inline |
HasAlpha() const (defined in CTexture) | CTexture | |
IsMipmapped() const (defined in CTexture) | CTexture | |
LoadFromFile(const std::string &texturePath, unsigned int idealWidth=0, unsigned int idealHeight=0, bool requirePixels=false, const std::string &strMimeType="") | CTexture | static |
LoadFromFileInMem(unsigned char *buffer, size_t size, const std::string &mimeType, unsigned int maxWidth, unsigned int maxHeight) (defined in CTexture) | CTexture | protected |
LoadFromFileInMemory(unsigned char *buffer, size_t bufferSize, const std::string &mimeType, unsigned int idealWidth=0, unsigned int idealHeight=0) | CTexture | static |
LoadFromFileInternal(const std::string &texturePath, unsigned int maxWidth, unsigned int maxHeight, bool requirePixels, const std::string &strMimeType="") (defined in CTexture) | CTexture | protected |
LoadFromMemory(unsigned int width, unsigned int height, unsigned int pitch, XB_FMT format, bool hasAlpha, const unsigned char *pixels) (defined in CTexture) | CTexture | |
LoadIImage(IImage *pImage, unsigned char *buffer, unsigned int bufSize, unsigned int width, unsigned int height) (defined in CTexture) | CTexture | protected |
LoadPaletted(unsigned int width, unsigned int height, unsigned int pitch, XB_FMT format, const unsigned char *pixels, const COLOR *palette) (defined in CTexture) | CTexture | |
LoadToGPU()=0 (defined in CTexture) | CTexture | pure virtual |
m_bCacheMemory (defined in CTexture) | CTexture | protected |
m_format (defined in CTexture) | CTexture | protected |
m_hasAlpha (defined in CTexture) | CTexture | protected |
m_imageHeight (defined in CTexture) | CTexture | protected |
m_imageWidth (defined in CTexture) | CTexture | protected |
m_loadedToGPU (defined in CTexture) | CTexture | protected |
m_mipmapping (defined in CTexture) | CTexture | protected |
m_orientation (defined in CTexture) | CTexture | protected |
m_originalHeight | CTexture | protected |
m_originalWidth | CTexture | protected |
m_pixels (defined in CTexture) | CTexture | protected |
m_scalingMethod (defined in CTexture) | CTexture | protected |
m_textureHeight (defined in CTexture) | CTexture | protected |
m_textureWidth (defined in CTexture) | CTexture | protected |
PadPow2(unsigned int x) (defined in CTexture) | CTexture | static |
SetAlpha(bool hasAlpha) (defined in CTexture) | CTexture | inline |
SetCacheMemory(bool bCacheMemory) (defined in CTexture) | CTexture | inline |
SetMipmapping() (defined in CTexture) | CTexture | |
SetOrientation(int orientation) (defined in CTexture) | CTexture | inline |
SetScalingMethod(TEXTURE_SCALING scalingMethod) (defined in CTexture) | CTexture | inline |
SwapBlueRed(unsigned char *pixels, unsigned int height, unsigned int pitch, unsigned int elements=4, unsigned int offset=0) (defined in CTexture) | CTexture | static |
Update(unsigned int width, unsigned int height, unsigned int pitch, XB_FMT format, const unsigned char *pixels, bool loadToGPU) (defined in CTexture) | CTexture | |
~CTexture() (defined in CTexture) | CTexture | virtual |