Searched defs:PFNGLREADPIXELSPROC (Results 1 - 4 of 4) sorted by relevance
/interface/sdk_c/third_party/openGLES/GLES2/ |
H A D | gl2.h | 456 typedef void (GL_APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
typedef
|
/interface/sdk_c/third_party/openGLES/GLES3/ |
H A D | gl3.h | 456 typedef void (GL_APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
typedef
|
H A D | gl31.h | 456 typedef void (GL_APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
typedef
|
H A D | gl32.h | 456 typedef void (GL_APIENTRYP PFNGLREADPIXELSPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels);
typedef
|
Completed in 36 milliseconds