Searched defs:PFNGLVERTEXATTRIBPOINTERPROC (Results 1 - 4 of 4) sorted by relevance
| /interface/sdk_c/third_party/openGLES/GLES2/ |
| H A D | gl2.h | 504 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer);
typedef
|
| /interface/sdk_c/third_party/openGLES/GLES3/ |
| H A D | gl3.h | 504 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer);
typedef
|
| H A D | gl31.h | 504 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer);
typedef
|
| H A D | gl32.h | 504 typedef void (GL_APIENTRYP PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer);
typedef
|
Completed in 21 milliseconds