/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 314 {"glCopyTexSubImage3D", (void*)glCopyTexSubImage3D},
|
D | gl2_client_context.h | 349 glCopyTexSubImage3D_client_proc_t glCopyTexSubImage3D; member
|
D | gl2_client_context.cpp | 349 glCopyTexSubImage3D = (glCopyTexSubImage3D_client_proc_t) getProc("glCopyTexSubImage3D", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 344 …void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, … 2504 void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, G… in glCopyTexSubImage3D() function 2507 ctx->glCopyTexSubImage3D(ctx, target, level, xoffset, yoffset, zoffset, x, y, width, height); in glCopyTexSubImage3D()
|
D | GL2Encoder.cpp | 426 OVERRIDE(glCopyTexSubImage3D); in GL2Encoder()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 149 void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, G…
|
D | gles3_only_dispatch_logging_wrappers.impl | 515 …DISPATCH_DEBUG_LOG("glCopyTexSubImage3D(target:0x%X, level:%d, xoffset:%d, yoffset:%d, zoffset:%d,…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 112 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yo…
|
D | gles3_only_functions.h | 112 …X(void, glCopyTexSubImage3D, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoff…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 406 glCopyTexSubImage3D_server_proc_t glCopyTexSubImage3D; member
|
D | gles2_server_context.cpp | 349 glCopyTexSubImage3D = (glCopyTexSubImage3D_server_proc_t) getProc("glCopyTexSubImage3D", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 1130 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yo… in glCopyTexSubImage3D() function 1136 …ctx->dispatcher().glCopyTexSubImage3D(target, level, xoffset, yoffset, zoffset, x, y, width, heigh… in glCopyTexSubImage3D()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 833 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
|
D | gl31.h | 833 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 833 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
|
D | gl31.h | 833 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
|
D | gl32.h | 1085 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 388 …X(void, glCopyTexSubImage3D, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoff…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 1500 GLAPI void GLAPIENTRY glCopyTexSubImage3D( GLenum target, GLint level,
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1085 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
|
D | gl31.h | 1085 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
|
D | gl32.h | 1085 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 452 GL_ENTRY(void, glCopyTexSubImage3D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 1538 GLAPI void GLAPIENTRY glCopyTexSubImage3D( GLenum target, GLint level,
|
D | gl_mangle.h | 318 #define glCopyTexSubImage3D MANGLE(CopyTexSubImage3D) macro
|