Searched refs:glCompressedTexSubImage2D (Results 1 - 12 of 12) sorted by relevance

/development/tools/emulator/opengl/system/GLESv2_enc/
H A Dgl2_ftable.h33 {"glCompressedTexSubImage2D", (void*)glCompressedTexSubImage2D},
H A Dgl2_client_context.h33 glCompressedTexSubImage2D_client_proc_t glCompressedTexSubImage2D; member in struct:gl2_client_context_t
242 virtual glCompressedTexSubImage2D_client_proc_t set_glCompressedTexSubImage2D(glCompressedTexSubImage2D_client_proc_t f) { glCompressedTexSubImage2D_client_proc_t retval = glCompressedTexSubImage2D; glCompressedTexSubImage2D = f; return retval;}
H A Dgl2_entry.cpp31 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data);
358 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data) function
361 ctx->glCompressedTexSubImage2D(ctx, target, level, xoffset, yoffset, width, height, format, imageSize, data);
/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_ftable.h66 {"glCompressedTexSubImage2D", (void*)glCompressedTexSubImage2D},
H A Dgl_client_context.h66 glCompressedTexSubImage2D_client_proc_t glCompressedTexSubImage2D; member in struct:gl_client_context_t
358 virtual glCompressedTexSubImage2D_client_proc_t set_glCompressedTexSubImage2D(glCompressedTexSubImage2D_client_proc_t f) { glCompressedTexSubImage2D_client_proc_t retval = glCompressedTexSubImage2D; glCompressedTexSubImage2D = f; return retval;}
H A Dgl_entry.cpp64 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data);
639 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data) function
642 ctx->glCompressedTexSubImage2D(ctx, target, level, xoffset, yoffset, width, height, format, imageSize, data);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h76 {"glCompressedTexSubImage2D", (void *)glCompressedTexSubImage2D},
H A Dgles_dispatch.h79 glCompressedTexSubImage2D_t glCompressedTexSubImage2D; member in struct:gles_dispatch
351 glCompressedTexSubImage2D_t set_glCompressedTexSubImage2D(glCompressedTexSubImage2D_t f) { glCompressedTexSubImage2D_t retval = glCompressedTexSubImage2D; glCompressedTexSubImage2D = f; return retval;}
H A Dgles.cpp336 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) function
338 getDispatch()->glCompressedTexSubImage2D(target, level, xoffset, yoffset, width, height, format, imageSize, data);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixTrackingGL.java153 public void glCompressedTexSubImage2D(int target, int level, int xoffset, method in class:MatrixTrackingGL
156 mgl.glCompressedTexSubImage2D(target, level, xoffset, yoffset, width,
/development/ndk/platforms/android-4/include/GLES/
H A Dgl.h651 GL_API void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data);
/development/ndk/platforms/android-5/include/GLES2/
H A Dgl2.h496 GL_APICALL void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* data);

Completed in 181 milliseconds