Searched refs:glExtGetTexSubImageQCOM (Results 1 - 15 of 15) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_ftable.h276 {"glExtGetTexSubImageQCOM", (void*)glExtGetTexSubImageQCOM},
H A Dgl_client_context.h296 glExtGetTexSubImageQCOM_client_proc_t glExtGetTexSubImageQCOM; member in struct:gl_client_context_t
H A Dgl_client_context.cpp296 glExtGetTexSubImageQCOM = (glExtGetTexSubImageQCOM_client_proc_t) getProc("glExtGetTexSubImageQCOM", userData);
H A Dgl_entry.cpp291 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid* texels);
2017 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid* texels) function
2020 ctx->glExtGetTexSubImageQCOM(ctx, target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, texels);
H A Dgl_enc.cpp8093 ALOGE("glExtGetTexSubImageQCOM: GL communication error, please report this issue to b.android.com.\n");
8569 this->glExtGetTexSubImageQCOM = &glExtGetTexSubImageQCOM_enc;
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles_ftable.h283 {"glExtGetTexSubImageQCOM", (void *)glExtGetTexSubImageQCOM},
H A Dgles_dispatch.h286 glExtGetTexSubImageQCOM_t glExtGetTexSubImageQCOM; member in struct:gles_dispatch
558 glExtGetTexSubImageQCOM_t set_glExtGetTexSubImageQCOM(glExtGetTexSubImageQCOM_t f) { glExtGetTexSubImageQCOM_t retval = glExtGetTexSubImageQCOM; glExtGetTexSubImageQCOM = f; return retval;}
H A Dgles.cpp1371 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels) function
1373 getDispatch()->glExtGetTexSubImageQCOM(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, texels);
/device/generic/goldfish-opengl/system/GLESv2_enc/
H A Dgl2_ftable.h204 {"glExtGetTexSubImageQCOM", (void*)glExtGetTexSubImageQCOM},
H A Dgl2_client_context.h206 glExtGetTexSubImageQCOM_client_proc_t glExtGetTexSubImageQCOM; member in struct:gl2_client_context_t
H A Dgl2_client_context.cpp206 glExtGetTexSubImageQCOM = (glExtGetTexSubImageQCOM_client_proc_t) getProc("glExtGetTexSubImageQCOM", userData);
H A Dgl2_entry.cpp201 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid* texels);
1604 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid* texels) function
1607 ctx->glExtGetTexSubImageQCOM(ctx, target, level, xoffset, yoffset, zoffset, width, height, depth, format, type, texels);
H A Dgl2_enc.cpp11246 this->glExtGetTexSubImageQCOM = (glExtGetTexSubImageQCOM_client_proc_t) &enc_unsupported;
/device/generic/goldfish-opengl/system/include/GLES/
H A Dglext.h1224 GL_API void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid *texels);
/device/generic/goldfish-opengl/system/include/GLES2/
H A Dgl2ext.h1852 GL_APICALL void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, void *texels);

Completed in 106 milliseconds