Searched refs:_glptr_GetUniformfv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | dispatch.h | 8012 typedef void (GLAPIENTRYP _glptr_GetUniformfv)(GLuint, GLint, GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLint,GLfloat *) 8015 static inline _glptr_GetUniformfv GET_GetUniformfv(struct _glapi_table *disp) { 8016 return (_glptr_GetUniformfv) (GET_by_offset(disp, _gloffset_GetUniformfv));
|
| /xsrc/external/mit/MesaLib/src/mesa/main/ |
| H A D | dispatch.h | 8485 typedef void (GLAPIENTRYP _glptr_GetUniformfv)(GLuint, GLint, GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLint,GLfloat *) 8488 static inline _glptr_GetUniformfv GET_GetUniformfv(struct _glapi_table *disp) { 8489 return (_glptr_GetUniformfv) (GET_by_offset(disp, _gloffset_GetUniformfv)); [all...] |
Completed in 105 milliseconds