This is the complete list of members for TextureCube, including all inherited members.
| _ID | Ref | |
| _luaID | Ref | |
| _rooted | Ref | |
| _scriptObject | Ref | |
| _scriptOwned | Ref | |
| autorelease() | Ref | |
| create(const std::string &positive_x, const std::string &negative_x, const std::string &positive_y, const std::string &negative_y, const std::string &positive_z, const std::string &negative_z) | TextureCube | static |
| 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 | |
| getPath() const | Texture2D | inline |
| 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 | |
| PVRImagesHavePremultipliedAlpha(bool haveAlphaPremultiplied) | Texture2D | static |
| release() | Ref | |
| releaseGLTexture() | Texture2D | |
| reloadTexture() | TextureCube | |
| 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) | TextureCube | |
| TextureCube() | TextureCube | protected |
| updateWithData(const void *data, int offsetX, int offsetY, int width, int height) | Texture2D | |
| ~Ref() | Ref | virtual |
| ~TextureCube() | TextureCube | protectedvirtual |