/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 68 {"glCopyTexSubImage2D", (void*)glCopyTexSubImage2D},
|
D | gl_client_context.h | 70 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; member
|
D | gl_client_context.cpp | 70 glCopyTexSubImage2D = (glCopyTexSubImage2D_client_proc_t) getProc("glCopyTexSubImage2D", userData); in initDispatchByName()
|
D | gl_entry.cpp | 65 …void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint … 651 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D() function 654 ctx->glCopyTexSubImage2D(ctx, target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 35 {"glCopyTexSubImage2D", (void*)glCopyTexSubImage2D},
|
D | gl2_client_context.h | 37 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; member
|
D | gl2_client_context.cpp | 37 glCopyTexSubImage2D = (glCopyTexSubImage2D_client_proc_t) getProc("glCopyTexSubImage2D", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 28 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y…
|
D | gles_common.entries | 27 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y…
|
D | gles_common_for_gles2.entries | 28 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y…
|
D | gles_common_dispatch_logging_wrappers.impl | 95 …DISPATCH_DEBUG_LOG("glCopyTexSubImage2D(target:0x%X, level:%d, xoffset:%d, yoffset:%d, x:%d, y:%d,…
|
D | gles12tr_internal.entries | 59 void glCopyTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint …
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 29 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yo…
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 29 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yo…
|
D | gles_common_functions.h | 29 …X(void, glCopyTexSubImage2D, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, G…
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 70 glCopyTexSubImage2D_server_proc_t glCopyTexSubImage2D; member
|
D | gles1_server_context.cpp | 70 glCopyTexSubImage2D = (glCopyTexSubImage2D_server_proc_t) getProc("glCopyTexSubImage2D", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/ |
D | ColorBufferGl.cpp | 740 s_gles2.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, m_width, in blitFromCurrentReadBuffer() 784 s_gles1.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, m_width, in blitFromCurrentReadBuffer()
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | MacNative.m | 254 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, width, height);
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 40 glCopyTexSubImage2D_server_proc_t glCopyTexSubImage2D; member
|
D | gles2_server_context.cpp | 37 glCopyTexSubImage2D = (glCopyTexSubImage2D_server_proc_t) getProc("glCopyTexSubImage2D", userData); in initDispatchByName()
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 443 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 550 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y…
|