Searched defs:PFNGLSHADERBINARYPROC (Results 1 - 4 of 4) sorted by relevance
/interface/sdk_c/third_party/openGLES/GLES2/ |
H A D | gl2.h | 461 typedef void (GL_APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum binaryFormat, const void *binary, GLsizei length);
typedef
|
/interface/sdk_c/third_party/openGLES/GLES3/ |
H A D | gl3.h | 461 typedef void (GL_APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum binaryFormat, const void *binary, GLsizei length);
typedef
|
H A D | gl31.h | 461 typedef void (GL_APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length);
typedef
|
H A D | gl32.h | 461 typedef void (GL_APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length);
typedef
|
Completed in 26 milliseconds