Home
last modified time | relevance | path

Searched refs:glCopyTexSubImage3D (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h314 {"glCopyTexSubImage3D", (void*)glCopyTexSubImage3D},
Dgl2_client_context.h349 glCopyTexSubImage3D_client_proc_t glCopyTexSubImage3D; member
Dgl2_client_context.cpp349 glCopyTexSubImage3D = (glCopyTexSubImage3D_client_proc_t) getProc("glCopyTexSubImage3D", userData); in initDispatchByName()
Dgl2_entry.cpp344 …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()
DGL2Encoder.cpp426 OVERRIDE(glCopyTexSubImage3D); in GL2Encoder()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_only.entries149 void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, G…
Dgles3_only_dispatch_logging_wrappers.impl515 …DISPATCH_DEBUG_LOG("glCopyTexSubImage3D(target:0x%X, level:%d, xoffset:%d, yoffset:%d, zoffset:%d,…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_only_static_translator_namespaced_header.h112 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yo…
Dgles3_only_functions.h112 …X(void, glCopyTexSubImage3D, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoff…
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h406 glCopyTexSubImage3D_server_proc_t glCopyTexSubImage3D; member
Dgles2_server_context.cpp349 glCopyTexSubImage3D = (glCopyTexSubImage3D_server_proc_t) getProc("glCopyTexSubImage3D", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp1130 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/
Dgl3.h833 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
Dgl31.h833 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
/hardware/google/gfxstream/include/GLES3/
Dgl3.h833 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
Dgl31.h833 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
Dgl32.h1085 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h388 …X(void, glCopyTexSubImage3D, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoff…
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h1500 GLAPI void GLAPIENTRY glCopyTexSubImage3D( GLenum target, GLint level,
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h1085 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
Dgl31.h1085 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
Dgl32.h1085 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint y…
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in452 GL_ENTRY(void, glCopyTexSubImage3D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h1538 GLAPI void GLAPIENTRY glCopyTexSubImage3D( GLenum target, GLint level,
Dgl_mangle.h318 #define glCopyTexSubImage3D MANGLE(CopyTexSubImage3D) macro

12