Searched refs:glCopyTexSubImage3DOES (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/guest/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… 1370 void glCopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset… in glCopyTexSubImage3DOES() function 1373 ctx->glCopyTexSubImage3DOES(ctx, target, level, xoffset, yoffset, zoffset, x, y, width, height); in glCopyTexSubImage3DOES()
|
D | gl2_enc.cpp | 12853 this->glCopyTexSubImage3DOES = &glCopyTexSubImage3DOES_enc; in gl2_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 198 glCopyTexSubImage3DOES_server_proc_t glCopyTexSubImage3DOES; member
|
D | gles2_server_context.cpp | 163 …glCopyTexSubImage3DOES = (glCopyTexSubImage3DOES_server_proc_t) getProc("glCopyTexSubImage3DOES", … in initDispatchByName()
|
D | gles2_dec.cpp | 3304 …this->glCopyTexSubImage3DOES(var_target, var_level, var_xoffset, var_yoffset, var_zoffset, var_x, … in decode()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 156 GL_ENTRY(void, glCopyTexSubImage3DOES, GLenum target, GLint level, GLint xoffset, GLint yoffset, GL…
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 593 GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLin…
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 590 GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLin…
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 590 GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLin…
|