/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 311 {"glTexSubImage3D", (void*)glTexSubImage3D},
|
D | gl2_client_context.h | 343 glTexSubImage3D_client_proc_t glTexSubImage3D; member
|
D | gl2_client_context.cpp | 343 glTexSubImage3D = (glTexSubImage3D_client_proc_t) getProc("glTexSubImage3D", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 338 …void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsi… 2466 void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsiz… in glTexSubImage3D() function 2469 …ctx->glTexSubImage3D(ctx, target, level, xoffset, yoffset, zoffset, width, height, depth, format, … in glTexSubImage3D()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_only.entries | 146 void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsiz…
|
D | gles3_only_dispatch_logging_wrappers.impl | 500 …DISPATCH_DEBUG_LOG("glTexSubImage3D(target:0x%X, level:%d, xoffset:%d, yoffset:%d, zoffset:%d, wid…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_only_static_translator_namespaced_header.h | 109 GL_APICALL void GL_APIENTRY glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffse…
|
D | gles3_only_functions.h | 109 …X(void, glTexSubImage3D, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,…
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 400 glTexSubImage3D_server_proc_t glTexSubImage3D; member
|
D | gles2_server_context.cpp | 343 glTexSubImage3D = (glTexSubImage3D_server_proc_t) getProc("glTexSubImage3D", userData); in initDispatchByName()
|
D | GLESv2Decoder.cpp | 628 …ctx->glTexSubImage3D(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type,… in s_glTexSubImage3DOffsetAEMU()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | SaveableTexture.cpp | 976 dispatcher.glTexSubImage3D( in restore()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 1092 GL_APICALL void GL_APIENTRY glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffse… in glTexSubImage3D() function 1103 …ctx->dispatcher().glTexSubImage3D(target, level, xoffset, yoffset, zoffset, width, height, depth, … in glTexSubImage3D()
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 832 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
|
D | gl31.h | 832 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 832 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
|
D | gl31.h | 832 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 1033 glTexSubImage3D
|
D | gles2.in | 446 GL_ENTRY(void, glTexSubImage3D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zof…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 385 …X(void, glTexSubImage3D, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,…
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 1493 GLAPI void GLAPIENTRY glTexSubImage3D( GLenum target, GLint level,
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 1084 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
|
D | gl31.h | 1084 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 1531 GLAPI void GLAPIENTRY glTexSubImage3D( GLenum target, GLint level,
|
D | gl_mangle.h | 1773 #define glTexSubImage3D MANGLE(TexSubImage3D) macro
|