/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 67 {"glCopyTexImage2D", (void*)glCopyTexImage2D},
|
D | gl_client_context.h | 69 glCopyTexImage2D_client_proc_t glCopyTexImage2D; member
|
D | gl_client_context.cpp | 69 glCopyTexImage2D = (glCopyTexImage2D_client_proc_t) getProc("glCopyTexImage2D", userData); in initDispatchByName()
|
D | gl_entry.cpp | 64 …void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei… 645 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D() function 648 ctx->glCopyTexImage2D(ctx, target, level, internalformat, x, y, width, height, border); in glCopyTexImage2D()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 34 {"glCopyTexImage2D", (void*)glCopyTexImage2D},
|
D | gl2_client_context.h | 36 glCopyTexImage2D_client_proc_t glCopyTexImage2D; member
|
D | gl2_client_context.cpp | 36 glCopyTexImage2D = (glCopyTexImage2D_client_proc_t) getProc("glCopyTexImage2D", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 27 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei …
|
D | gles_common.entries | 26 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei …
|
D | gles_common_for_gles2.entries | 27 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei …
|
D | gles_common_dispatch_logging_wrappers.impl | 90 …DISPATCH_DEBUG_LOG("glCopyTexImage2D(target:0x%X, level:%d, internalFormat:0x%X, x:%d, y:%d, width…
|
D | gles12tr_internal.entries | 58 void glCopyTexImage2D( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 28 GL_APICALL void GL_APIENTRY glCopyTexImage2D(GLenum target, GLint level, GLenum internalFormat, GLi…
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 28 GL_APICALL void GL_APIENTRY glCopyTexImage2D(GLenum target, GLint level, GLenum internalFormat, GLi…
|
D | gles_common_functions.h | 28 …X(void, glCopyTexImage2D, (GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GL…
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 69 glCopyTexImage2D_server_proc_t glCopyTexImage2D; member
|
D | gles1_server_context.cpp | 69 glCopyTexImage2D = (glCopyTexImage2D_server_proc_t) getProc("glCopyTexImage2D", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 39 glCopyTexImage2D_server_proc_t glCopyTexImage2D; member
|
D | gles2_server_context.cpp | 36 glCopyTexImage2D = (glCopyTexImage2D_server_proc_t) getProc("glCopyTexImage2D", userData); in initDispatchByName()
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 652 GL_API void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint …
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 442 GL_API void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint …
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 652 GL_API void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint …
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 549 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GL…
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 57 GL_ENTRY(void, glCopyTexImage2D, GLenum target, GLint level, GLenum internalformat, GLint x, GLint …
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 530 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GL…
|