Searched defs:glCopyTexImage2D (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_client_context.h | 69 glCopyTexImage2D_client_proc_t glCopyTexImage2D; member
|
D | gl_entry.cpp | 645 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D() function
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | gl2_client_context.h | 36 glCopyTexImage2D_client_proc_t glCopyTexImage2D; member
|
D | gl2_entry.cpp | 582 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D() function
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 341 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D() function
|
D | gles_dispatch.h | 80 glCopyTexImage2D_t glCopyTexImage2D; member
|