Home
last modified time | relevance | path

Searched refs:glTexSubImage3D (Results 1 – 25 of 34) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h311 {"glTexSubImage3D", (void*)glTexSubImage3D},
Dgl2_client_context.h343 glTexSubImage3D_client_proc_t glTexSubImage3D; member
Dgl2_client_context.cpp343 glTexSubImage3D = (glTexSubImage3D_client_proc_t) getProc("glTexSubImage3D", userData); in initDispatchByName()
Dgl2_entry.cpp338 …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/
Dgles3_only.entries146 void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsiz…
Dgles3_only_dispatch_logging_wrappers.impl500 …DISPATCH_DEBUG_LOG("glTexSubImage3D(target:0x%X, level:%d, xoffset:%d, yoffset:%d, zoffset:%d, wid…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h109 GL_APICALL void GL_APIENTRY glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffse…
Dgles3_only_functions.h109 …X(void, glTexSubImage3D, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h400 glTexSubImage3D_server_proc_t glTexSubImage3D; member
Dgles2_server_context.cpp343 glTexSubImage3D = (glTexSubImage3D_server_proc_t) getProc("glTexSubImage3D", userData); in initDispatchByName()
DGLESv2Decoder.cpp628 …ctx->glTexSubImage3D(target, level, xoffset, yoffset, zoffset, width, height, depth, format, type,… in s_glTexSubImage3DOffsetAEMU()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DSaveableTexture.cpp976 dispatcher.glTexSubImage3D( in restore()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp1092 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/
Dgl3.h832 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
Dgl31.h832 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
/hardware/google/gfxstream/include/GLES3/
Dgl3.h832 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
Dgl31.h832 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib1033 glTexSubImage3D
Dgles2.in446 GL_ENTRY(void, glTexSubImage3D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zof…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h385 …X(void, glTexSubImage3D, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset,…
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h1493 GLAPI void GLAPIENTRY glTexSubImage3D( GLenum target, GLint level,
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1084 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
Dgl31.h1084 GL_APICALL void GL_APIENTRY glTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h1531 GLAPI void GLAPIENTRY glTexSubImage3D( GLenum target, GLint level,
Dgl_mangle.h1773 #define glTexSubImage3D MANGLE(TexSubImage3D) macro

12