Home
last modified time | relevance | path

Searched refs:glTexSubImage3DOES (Results 1 – 14 of 14) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles2_extensions.entries9 void glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GL…
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h160 {"glTexSubImage3DOES", (void*)glTexSubImage3DOES},
Dgl2_client_context.h162 glTexSubImage3DOES_client_proc_t glTexSubImage3DOES; member
Dgl2_client_context.cpp162 glTexSubImage3DOES = (glTexSubImage3DOES_client_proc_t) getProc("glTexSubImage3DOES", userData); in initDispatchByName()
Dgl2_entry.cpp157 …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()
Dgl2_enc.cpp11641 this->glTexSubImage3DOES = &glTexSubImage3DOES_enc; in gl2_encoder_context_t()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles3.lds333 glTexSubImage3DOES;
Dgles3_wrapper_context.h162 glTexSubImage3DOES_wrapper_proc_t glTexSubImage3DOES; member
Dgles3_wrapper_context.cpp162 glTexSubImage3DOES = (glTexSubImage3DOES_wrapper_proc_t) getProc("glTexSubImage3DOES", userData); in initDispatchByName()
Dgles3_wrapper_entry.cpp157 …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()
Dgles3.in151 GL_ENTRY(void, glTexSubImage3DOES, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint …
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.attrib269 glTexSubImage3DOES
Dgles3.in151 GL_ENTRY(void, glTexSubImage3DOES, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint …
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2ext.h365 GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yo…