/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 78 {"glCopyTexSubImage2D", (void *)glCopyTexSubImage2D},
|
D | gles_dispatch.h | 81 glCopyTexSubImage2D_t glCopyTexSubImage2D; member 353 …CopyTexSubImage2D_t f) { glCopyTexSubImage2D_t retval = glCopyTexSubImage2D; glCopyTexSubImage2D =… in set_glCopyTexSubImage2D()
|
D | gles.cpp | 346 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D() function 348 getDispatch()->glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
|
/device/generic/goldfish-opengl/system/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()
|
D | gl_enc.cpp | 8429 this->glCopyTexSubImage2D = &glCopyTexSubImage2D_enc; in gl_encoder_context_t()
|
/device/generic/goldfish-opengl/system/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()
|
D | gl2_entry.cpp | 32 …void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint … 588 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D() function 591 ctx->glCopyTexSubImage2D(ctx, target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
|
D | gl2_enc.cpp | 11597 this->glCopyTexSubImage2D = &glCopyTexSubImage2D_enc; in gl2_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles2_core.entries | 29 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y…
|
D | gles1_core.entries | 66 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y…
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2.h | 401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y…
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | gl.h | 653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 58 GL_ENTRY(void, glCopyTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y…
|
D | gl31.h | 401 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y…
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 25 GL_ENTRY(void, glCopyTexSubImage2D, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint…
|