OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GLFFT::Texture Member List

This is the complete list of members for GLFFT::Texture, including all inherited members.

get() const GLFFT::Textureinline
init(unsigned width, unsigned height, unsigned levels, GLenum internal_format, GLenum wrap_s=GL_REPEAT, GLenum wrap_t=GL_REPEAT, GLenum min_filter=GL_NEAREST, GLenum mag_filter=GL_NEAREST)GLFFT::Texture
nameGLFFT::Textureprivate
operator=(Texture &&texture)GLFFT::Texture
Texture()=defaultGLFFT::Texture
Texture(GLuint tex)GLFFT::Texture
Texture(Texture &&texture)GLFFT::Texture
upload(const void *data, GLenum format, GLenum type, unsigned x_off, unsigned y_off, unsigned width, unsigned height)GLFFT::Texture
~Texture()GLFFT::Texture