OpenGL ES SDK for Android
ARM Developer Center
|
This is the complete list of members for GLFFT::Texture, including all inherited members.
get() const | GLFFT::Texture | inline |
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 | |
name | GLFFT::Texture | private |
operator=(Texture &&texture) | GLFFT::Texture | |
Texture()=default | GLFFT::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 |