/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 150 {"glTexSubImage2D", (void*)glTexSubImage2D},
|
D | gl_client_context.h | 152 glTexSubImage2D_client_proc_t glTexSubImage2D; member
|
D | gl_client_context.cpp | 152 glTexSubImage2D = (glTexSubImage2D_client_proc_t) getProc("glTexSubImage2D", userData); in initDispatchByName()
|
D | gl_entry.cpp | 147 …void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsi… 1147 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsiz… in glTexSubImage2D() function 1150 ctx->glTexSubImage2D(ctx, target, level, xoffset, yoffset, width, height, format, type, pixels); in glTexSubImage2D()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 121 {"glTexSubImage2D", (void*)glTexSubImage2D},
|
D | gl2_client_context.h | 123 glTexSubImage2D_client_proc_t glTexSubImage2D; member
|
D | gl2_client_context.cpp | 123 glTexSubImage2D = (glTexSubImage2D_client_proc_t) getProc("glTexSubImage2D", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles_common_for_gles1.entries | 75 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsiz…
|
D | gles_common.entries | 74 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsiz…
|
D | gles_common_for_gles2.entries | 75 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsiz…
|
D | gles_common_dispatch_logging_wrappers.impl | 330 …DISPATCH_DEBUG_LOG("glTexSubImage2D(target:0x%X, level:%d, xoffset:%d, yoffset:%d, width:%d, heigh…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles_common_for_gles1_static_translator_namespaced_header.h | 76 GL_APICALL void GL_APIENTRY glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffse…
|
D | gles_common_for_gles2_static_translator_namespaced_header.h | 76 GL_APICALL void GL_APIENTRY glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffse…
|
D | gles_common_functions.h | 76 …X(void, glTexSubImage2D, (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width,…
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 156 glTexSubImage2D_server_proc_t glTexSubImage2D; member
|
D | gles1_server_context.cpp | 152 glTexSubImage2D = (glTexSubImage2D_server_proc_t) getProc("glTexSubImage2D", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/ |
D | TextureDraw.cpp | 417 s_gles2.glTexSubImage2D( in drawImpl()
|
D | YUVConverter.cpp | 521 s_gles2.glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, width, height, pixelFormat, pixelType, pixels); in subUpdateYUVGLTex()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 154 glTexSubImage2D_server_proc_t glTexSubImage2D; member
|
D | gles2_server_context.cpp | 123 glTexSubImage2D = (glTexSubImage2D_server_proc_t) getProc("glTexSubImage2D", userData); in initDispatchByName()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 260 #void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsi… 261 glTexSubImage2D
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 735 GL_API void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, …
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 525 GL_API void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, …
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 735 GL_API void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, …
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | SaveableTexture.cpp | 950 dispatcher.glTexSubImage2D( in restore()
|