Searched refs:glExtGetTexSubImageQCOM (Results 1 – 13 of 13) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 204 {"glExtGetTexSubImageQCOM", (void*)glExtGetTexSubImageQCOM},
|
D | gl2_client_context.h | 206 glExtGetTexSubImageQCOM_client_proc_t glExtGetTexSubImageQCOM; member
|
D | gl2_client_context.cpp | 206 …glExtGetTexSubImageQCOM = (glExtGetTexSubImageQCOM_client_proc_t) getProc("glExtGetTexSubImageQCOM… in initDispatchByName()
|
D | gl2_entry.cpp | 202 …void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffs… 1394 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffse… in glExtGetTexSubImageQCOM() function 1397 …ctx->glExtGetTexSubImageQCOM(ctx, target, level, xoffset, yoffset, zoffset, width, height, depth, … in glExtGetTexSubImageQCOM()
|
D | gl2_enc.cpp | 5175 this->glExtGetTexSubImageQCOM = (glExtGetTexSubImageQCOM_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 283 {"glExtGetTexSubImageQCOM", (void *)glExtGetTexSubImageQCOM},
|
D | gles_dispatch.h | 286 glExtGetTexSubImageQCOM_t glExtGetTexSubImageQCOM; member 558 …ImageQCOM_t f) { glExtGetTexSubImageQCOM_t retval = glExtGetTexSubImageQCOM; glExtGetTexSubImageQC… in set_glExtGetTexSubImageQCOM()
|
D | gles.cpp | 1371 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffse… in glExtGetTexSubImageQCOM() function 1373 …getDispatch()->glExtGetTexSubImageQCOM(target, level, xoffset, yoffset, zoffset, width, height, de… in glExtGetTexSubImageQCOM()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 276 {"glExtGetTexSubImageQCOM", (void*)glExtGetTexSubImageQCOM},
|
D | gl_client_context.h | 296 glExtGetTexSubImageQCOM_client_proc_t glExtGetTexSubImageQCOM; member
|
D | gl_client_context.cpp | 296 …glExtGetTexSubImageQCOM = (glExtGetTexSubImageQCOM_client_proc_t) getProc("glExtGetTexSubImageQCOM… in initDispatchByName()
|
D | gl_entry.cpp | 292 …void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffs… 2019 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffse… in glExtGetTexSubImageQCOM() function 2022 …ctx->glExtGetTexSubImageQCOM(ctx, target, level, xoffset, yoffset, zoffset, width, height, depth, … in glExtGetTexSubImageQCOM()
|
D | gl_enc.cpp | 8454 this->glExtGetTexSubImageQCOM = &glExtGetTexSubImageQCOM_enc; in gl_encoder_context_t()
|