Home
last modified time | relevance | path

Searched refs:glExtGetTexSubImageQCOM (Results 1 – 25 of 26) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h276 {"glExtGetTexSubImageQCOM", (void*)glExtGetTexSubImageQCOM},
Dgl_client_context.h296 glExtGetTexSubImageQCOM_client_proc_t glExtGetTexSubImageQCOM; member
Dgl_client_context.cpp296glExtGetTexSubImageQCOM = (glExtGetTexSubImageQCOM_client_proc_t) getProc("glExtGetTexSubImageQCOM… in initDispatchByName()
Dgl_entry.cpp291 …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()
Dgl_enc.cpp9213 this->glExtGetTexSubImageQCOM = &glExtGetTexSubImageQCOM_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h204 {"glExtGetTexSubImageQCOM", (void*)glExtGetTexSubImageQCOM},
Dgl2_client_context.h206 glExtGetTexSubImageQCOM_client_proc_t glExtGetTexSubImageQCOM; member
Dgl2_client_context.cpp206glExtGetTexSubImageQCOM = (glExtGetTexSubImageQCOM_client_proc_t) getProc("glExtGetTexSubImageQCOM… in initDispatchByName()
Dgl2_entry.cpp201 …void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffs…
1632 void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffse… in glExtGetTexSubImageQCOM() function
1635 …ctx->glExtGetTexSubImageQCOM(ctx, target, level, xoffset, yoffset, zoffset, width, height, depth, … in glExtGetTexSubImageQCOM()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h306 glExtGetTexSubImageQCOM_server_proc_t glExtGetTexSubImageQCOM; member
Dgles1_server_context.cpp296glExtGetTexSubImageQCOM = (glExtGetTexSubImageQCOM_server_proc_t) getProc("glExtGetTexSubImageQCOM… in initDispatchByName()
Dgles1_dec.cpp5946 …this->glExtGetTexSubImageQCOM(var_target, var_level, var_xoffset, var_yoffset, var_zoffset, var_wi… in decode()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h243 glExtGetTexSubImageQCOM_server_proc_t glExtGetTexSubImageQCOM; member
Dgles2_server_context.cpp206glExtGetTexSubImageQCOM = (glExtGetTexSubImageQCOM_server_proc_t) getProc("glExtGetTexSubImageQCOM… in initDispatchByName()
Dgles2_dec.cpp4208 …this->glExtGetTexSubImageQCOM(var_target, var_level, var_xoffset, var_yoffset, var_zoffset, var_wi… in decode()
/hardware/google/gfxstream/codegen/gles1/
Dgles1.attrib679 #void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffs…
680 glExtGetTexSubImageQCOM
Dgles1.in291 GL_ENTRY(void, glExtGetTexSubImageQCOM, GLenum target, GLint level, GLint xoffset, GLint yoffset, G…
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib576 #void glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffs…
577 glExtGetTexSubImageQCOM
Dgles2.in202 GL_ENTRY(void, glExtGetTexSubImageQCOM, GLenum target, GLint level, GLint xoffset, GLint yoffset, G…
/hardware/google/gfxstream/include/GLES/
Dglext.h1019 GL_API void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint y…
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h879 GL_API void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint y…
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h1228 GL_API void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLint y…
/hardware/google/gfxstream/include/GLES2/
Dgl2ext.h3568 GL_APICALL void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLi…
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2ext.h3816 GL_APICALL void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLi…
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2ext.h3881 GL_APICALL void GL_APIENTRY glExtGetTexSubImageQCOM (GLenum target, GLint level, GLint xoffset, GLi…

12