Searched refs:glCopyTexSubImage3DOES (Results 1 – 8 of 8) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_extensions.entries | 10 void glCopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset…
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 161 {"glCopyTexSubImage3DOES", (void*)glCopyTexSubImage3DOES},
|
D | gl2_client_context.h | 163 glCopyTexSubImage3DOES_client_proc_t glCopyTexSubImage3DOES; member
|
D | gl2_client_context.cpp | 163 …glCopyTexSubImage3DOES = (glCopyTexSubImage3DOES_client_proc_t) getProc("glCopyTexSubImage3DOES", … in initDispatchByName()
|
D | gl2_entry.cpp | 158 …void glCopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffse… 1357 void glCopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset… in glCopyTexSubImage3DOES() function 1360 ctx->glCopyTexSubImage3DOES(ctx, target, level, xoffset, yoffset, zoffset, x, y, width, height); in glCopyTexSubImage3DOES()
|
D | gl2_enc.cpp | 11723 this->glCopyTexSubImage3DOES = &glCopyTexSubImage3DOES_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 152 GL_ENTRY(void, glCopyTexSubImage3DOES, GLenum target, GLint level, GLint xoffset, GLint yoffset, GL…
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2ext.h | 366 GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLin…
|