Searched refs:glTexSubImage3DOES (Results 1 – 14 of 14) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_extensions.entries | 9 void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GL…
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 160 {"glTexSubImage3DOES", (void*)glTexSubImage3DOES},
|
D | gl2_client_context.h | 162 glTexSubImage3DOES_client_proc_t glTexSubImage3DOES; member
|
D | gl2_client_context.cpp | 162 glTexSubImage3DOES = (glTexSubImage3DOES_client_proc_t) getProc("glTexSubImage3DOES", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 157 …void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, G… 1349 void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GL… in glTexSubImage3DOES() function 1352 …ctx->glTexSubImage3DOES(ctx, target, level, xoffset, yoffset, zoffset, width, height, depth, forma… in glTexSubImage3DOES()
|
D | gl2_enc.cpp | 11641 this->glTexSubImage3DOES = &glTexSubImage3DOES_enc; in gl2_encoder_context_t()
|
/device/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles3.lds | 333 glTexSubImage3DOES;
|
D | gles3_wrapper_context.h | 162 glTexSubImage3DOES_wrapper_proc_t glTexSubImage3DOES; member
|
D | gles3_wrapper_context.cpp | 162 glTexSubImage3DOES = (glTexSubImage3DOES_wrapper_proc_t) getProc("glTexSubImage3DOES", userData); in initDispatchByName()
|
D | gles3_wrapper_entry.cpp | 157 …void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, G… 1321 void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GL… in glTexSubImage3DOES() function 1324 …ctx->glTexSubImage3DOES( target, level, xoffset, yoffset, zoffset, width, height, depth, format, t… in glTexSubImage3DOES()
|
D | gles3.in | 151 GL_ENTRY(void, glTexSubImage3DOES, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint …
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.attrib | 269 glTexSubImage3DOES
|
D | gles3.in | 151 GL_ENTRY(void, glTexSubImage3DOES, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint …
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2ext.h | 365 GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yo…
|