Searched refs:glCopyTexSubImage2D (Results 1 – 13 of 13) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_ftable.h | 35 {"glCopyTexSubImage2D", (void*)glCopyTexSubImage2D},
|
D | gl2_client_context.h | 35 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 | 33 …void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint … 370 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D() function 373 ctx->glCopyTexSubImage2D(ctx, target, level, xoffset, yoffset, x, y, width, height); in glCopyTexSubImage2D()
|
D | gl2_enc.cpp | 2950 this->glCopyTexSubImage2D = &glCopyTexSubImage2D_enc; in gl2_encoder_context_t()
|
/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 | 68 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 | 66 …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 | 4954 this->glCopyTexSubImage2D = &glCopyTexSubImage2D_enc; in gl_encoder_context_t()
|