_antialiasEnabled | Texture2D | protected |
_contentSize | Texture2D | protected |
_hasMipmaps | Texture2D | protected |
_hasPremultipliedAlpha | Texture2D | protected |
_maxS | Texture2D | protected |
_maxT | Texture2D | protected |
_name | Texture2D | protected |
_pixelFormat | Texture2D | protected |
_pixelFormatInfoTables | Texture2D | protectedstatic |
_pixelsHigh | Texture2D | protected |
_pixelsWide | Texture2D | protected |
_referenceCount | Ref | protected |
_shaderProgram | Texture2D | protected |
autorelease() | Ref | |
bitsPerPixelForFormat() const | Texture2D | inline |
bitsPerPixelForFormat(Texture2D::PixelFormat format) const | Texture2D | inline |
defaultAlphaPixelFormat() | Texture2D | inlinestatic |
drawAtPoint(const Vec2 &point) | Texture2D | |
drawInRect(const Rect &rect) | Texture2D | |
generateMipmap() | Texture2D | |
getBitsPerPixelForFormat() const | Texture2D | |
getBitsPerPixelForFormat(Texture2D::PixelFormat format) const | Texture2D | |
getContentSize() const | Texture2D | |
getContentSizeInPixels() | Texture2D | |
getDefaultAlphaPixelFormat() | Texture2D | static |
getDescription() const | Texture2D | virtual |
getGLProgram() const | Texture2D | |
getMaxS() const | Texture2D | |
getMaxT() const | Texture2D | |
getName() const | Texture2D | |
getPixelFormat() const | Texture2D | |
getPixelFormatInfoMap() | Texture2D | static |
getPixelsHigh() const | Texture2D | |
getPixelsWide() const | Texture2D | |
getReferenceCount() const | Ref | |
getStringForFormat() const | Texture2D | |
hasMipmaps() const | Texture2D | |
hasPremultipliedAlpha() const | Texture2D | |
initWithData(const void *data, ssize_t dataLen, Texture2D::PixelFormat pixelFormat, int pixelsWide, int pixelsHigh, const Size &contentSize) | Texture2D | |
initWithImage(Image *image) | Texture2D | |
initWithImage(Image *image, PixelFormat format) | Texture2D | |
initWithMipmaps(MipmapInfo *mipmaps, int mipmapsNum, Texture2D::PixelFormat pixelFormat, int pixelsWide, int pixelsHigh) | Texture2D | |
initWithString(const char *text, const std::string &fontName, float fontSize, const Size &dimensions=Size(0, 0), TextHAlignment hAlignment=TextHAlignment::CENTER, TextVAlignment vAlignment=TextVAlignment::TOP) | Texture2D | |
initWithString(const char *text, const FontDefinition &textDefinition) | Texture2D | |
PixelFormat enum name | Texture2D | |
PixelFormatInfoMap typedef | Texture2D | |
PVRImagesHavePremultipliedAlpha(bool haveAlphaPremultiplied) | Texture2D | static |
Ref() | Ref | protected |
release() | Ref | |
releaseGLTexture() | Texture2D | |
retain() | Ref | |
setAliasTexParameters() | Texture2D | |
setAntiAliasTexParameters() | Texture2D | |
setDefaultAlphaPixelFormat(Texture2D::PixelFormat format) | Texture2D | static |
setGLProgram(GLProgram *program) | Texture2D | |
setMaxS(GLfloat maxS) | Texture2D | |
setMaxT(GLfloat maxT) | Texture2D | |
setTexParameters(const TexParams &texParams) | Texture2D | |
setTexParameters(const TexParams *texParams) | Texture2D | inline |
stringForFormat() const | Texture2D | inline |
Texture2D() | Texture2D | |
updateWithData(const void *data, int offsetX, int offsetY, int width, int height) | Texture2D | |
~Ref() | Ref | virtual |
~Texture2D() | Texture2D | virtual |