Searched refs:glCopyTexImage2D (Results 1 – 13 of 13) sorted by relevance
/device/generic/goldfish/opengl/system/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()
|
D | gl2_entry.cpp | 32 …void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei… 364 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D() function 367 ctx->glCopyTexImage2D(ctx, target, level, internalformat, x, y, width, height, border); in glCopyTexImage2D()
|
D | gl2_enc.cpp | 5005 this->glCopyTexImage2D = &glCopyTexImage2D_enc; in gl2_encoder_context_t()
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 77 {"glCopyTexImage2D", (void *)glCopyTexImage2D},
|
D | gles_dispatch.h | 80 glCopyTexImage2D_t glCopyTexImage2D; member 352 …mage2D(glCopyTexImage2D_t f) { glCopyTexImage2D_t retval = glCopyTexImage2D; glCopyTexImage2D = f;… in set_glCopyTexImage2D()
|
D | gles.cpp | 341 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D() function 343 getDispatch()->glCopyTexImage2D(target, level, internalformat, x, y, width, height, border); in glCopyTexImage2D()
|
/device/generic/goldfish/opengl/system/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 | 65 …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()
|
D | gl_enc.cpp | 8227 this->glCopyTexImage2D = &glCopyTexImage2D_enc; in gl_encoder_context_t()
|