Searched refs:_glptr_GetMapfv (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 5438 typedef void (GLAPIENTRYP _glptr_GetMapfv)(GLenum, GLenum, GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfloat *) 5441 static inline _glptr_GetMapfv GET_GetMapfv(struct _glapi_table *disp) { 5442 return (_glptr_GetMapfv) (GET_by_offset(disp, _gloffset_GetMapfv)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 5911 typedef void (GLAPIENTRYP _glptr_GetMapfv)(GLenum, GLenum, GLfloat *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLenum,GLfloat *) 5914 static inline _glptr_GetMapfv GET_GetMapfv(struct _glapi_table *disp) { 5915 return (_glptr_GetMapfv) (GET_by_offset(disp, _gloffset_GetMapfv)); [all...] |
Completed in 121 milliseconds