Searched refs:GL_CopyPixels (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libGL/ |
D | proc_table_wgl_autogen.cpp | 158 {"glCopyPixels", P(GL_CopyPixels)},
|
D | entry_points_gl_1_autogen.h | 90 GL_CopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type);
|
D | libGL_autogen.cpp | 270 return GL_CopyPixels(x, y, width, height, type); in glCopyPixels()
|
D | entry_points_gl_1_autogen.cpp | 1108 void GL_APIENTRY GL_CopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) in GL_CopyPixels() function
|