Home
last modified time | relevance | path

Searched refs:glCopyTexSubImage2D (Results 1 – 25 of 53) sorted by relevance

123

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h68 {"glCopyTexSubImage2D", (void*)glCopyTexSubImage2D},
Dgl_client_context.h70 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; member
Dgl_client_context.cpp70 glCopyTexSubImage2D = (glCopyTexSubImage2D_client_proc_t) getProc("glCopyTexSubImage2D", userData); in initDispatchByName()
Dgl_entry.cpp65 …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/
Dgl2_ftable.h35 {"glCopyTexSubImage2D", (void*)glCopyTexSubImage2D},
Dgl2_client_context.h37 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; member
Dgl2_client_context.cpp37 glCopyTexSubImage2D = (glCopyTexSubImage2D_client_proc_t) getProc("glCopyTexSubImage2D", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles_common_for_gles1.entries28 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y…
Dgles_common.entries27 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y…
Dgles_common_for_gles2.entries28 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y…
Dgles_common_dispatch_logging_wrappers.impl95 …DISPATCH_DEBUG_LOG("glCopyTexSubImage2D(target:0x%X, level:%d, xoffset:%d, yoffset:%d, x:%d, y:%d,…
Dgles12tr_internal.entries59 void glCopyTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint …
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles_common_for_gles1_static_translator_namespaced_header.h29 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yo…
Dgles_common_for_gles2_static_translator_namespaced_header.h29 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yo…
Dgles_common_functions.h29 …X(void, glCopyTexSubImage2D, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, G…
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h70 glCopyTexSubImage2D_server_proc_t glCopyTexSubImage2D; member
Dgles1_server_context.cpp70 glCopyTexSubImage2D = (glCopyTexSubImage2D_server_proc_t) getProc("glCopyTexSubImage2D", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/
DColorBufferGl.cpp740 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/
DMacNative.m254 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, width, height);
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h40 glCopyTexSubImage2D_server_proc_t glCopyTexSubImage2D; member
Dgles2_server_context.cpp37 glCopyTexSubImage2D = (glCopyTexSubImage2D_server_proc_t) getProc("glCopyTexSubImage2D", userData); in initDispatchByName()
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h443 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
/hardware/google/gfxstream/include/GLES/
Dgl.h653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
/hardware/google/gfxstream/include/GLES2/
Dgl2.h550 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y…

123