Searched defs:PFNGLBLITFRAMEBUFFERLAYERSEXTPROC (Results 1 - 2 of 2) sorted by relevance
/third_party/openGLES/api/GLES2/ |
H A D | gl2ext.h | 1464 typedef void (GL_APIENTRYP PFNGLBLITFRAMEBUFFERLAYERSEXTPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); typedef
|
/third_party/openGLES/api/GL/ |
H A D | glext.h | 7375 typedef void (APIENTRYP PFNGLBLITFRAMEBUFFERLAYERSEXTPROC) (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter); typedef
|
Completed in 68 milliseconds