Searched defs:glCopyTexSubImage2D (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
D | gl2_client_context.h | 37 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; member
|
D | gl2_entry.cpp | 370 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D() function
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_client_context.h | 70 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; member
|
D | gl_entry.cpp | 651 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D() function
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 346 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D() function
|
D | gles_dispatch.h | 81 glCopyTexSubImage2D_t glCopyTexSubImage2D; member
|