Searched refs:GL_ReadnPixels (Results 1 – 8 of 8) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_2_autogen.h | 139 ANGLE_EXPORT void GL_APIENTRY GL_ReadnPixels(GLint x,
|
D | proc_table_egl_autogen.cpp | 737 {"glReadnPixels", P(GL_ReadnPixels)},
|
D | entry_points_gles_3_2_autogen.cpp | 1038 void GL_APIENTRY GL_ReadnPixels(GLint x, in GL_ReadnPixels() function
|
D | libGLESv2_autogen.cpp | 2241 return GL_ReadnPixels(x, y, width, height, format, type, bufSize, data); in glReadnPixels()
|
/external/angle/src/libGL/ |
D | proc_table_wgl_autogen.cpp | 720 {"glReadnPixels", P(GL_ReadnPixels)},
|
D | entry_points_gl_4_autogen.h | 1015 ANGLE_EXPORT void GL_APIENTRY GL_ReadnPixels(GLint x,
|
D | libGL_autogen.cpp | 6086 return GL_ReadnPixels(x, y, width, height, format, type, bufSize, data); in glReadnPixels()
|
D | entry_points_gl_4_autogen.cpp | 8482 void GL_APIENTRY GL_ReadnPixels(GLint x, in GL_ReadnPixels() function
|