Searched refs:GL_DrawPixels (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libGL/ |
D | proc_table_wgl_autogen.cpp | 224 {"glDrawPixels", P(GL_DrawPixels)},
|
D | entry_points_gl_1_autogen.h | 99 GL_DrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
|
D | libGL_autogen.cpp | 311 return GL_DrawPixels(width, height, format, type, pixels); in glDrawPixels()
|
D | entry_points_gl_1_autogen.cpp | 1284 GL_DrawPixels(GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) in GL_DrawPixels() function
|