Home
last modified time | relevance | path

Searched refs:GL_CopyPixels (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libGL/
Dproc_table_wgl_autogen.cpp158 {"glCopyPixels", P(GL_CopyPixels)},
Dentry_points_gl_1_autogen.h90 GL_CopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type);
DlibGL_autogen.cpp270 return GL_CopyPixels(x, y, width, height, type); in glCopyPixels()
Dentry_points_gl_1_autogen.cpp1108 void GL_APIENTRY GL_CopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) in GL_CopyPixels() function