Searched defs:PFNGLGETACTIVEATTRIBPROC (Results 1 - 4 of 4) sorted by relevance
/interface/sdk_c/third_party/openGLES/GLES2/ |
H A D | gl2.h | 418 typedef void (GL_APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
typedef
|
/interface/sdk_c/third_party/openGLES/GLES3/ |
H A D | gl3.h | 418 typedef void (GL_APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
typedef
|
H A D | gl31.h | 418 typedef void (GL_APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
typedef
|
H A D | gl32.h | 418 typedef void (GL_APIENTRYP PFNGLGETACTIVEATTRIBPROC) (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
typedef
|
Completed in 18 milliseconds