Searched refs:_glptr_MapGrid1d (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 4965 typedef void (GLAPIENTRYP _glptr_MapGrid1d)(GLint, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLint,GLdouble,GLdouble) 4968 static inline _glptr_MapGrid1d GET_MapGrid1d(struct _glapi_table *disp) { 4969 return (_glptr_MapGrid1d) (GET_by_offset(disp, _gloffset_MapGrid1d)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 5438 typedef void (GLAPIENTRYP _glptr_MapGrid1d)(GLint, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLint,GLdouble,GLdouble) 5441 static inline _glptr_MapGrid1d GET_MapGrid1d(struct _glapi_table *disp) { 5442 return (_glptr_MapGrid1d) (GET_by_offset(disp, _gloffset_MapGrid1d)); [all...] |
Completed in 109 milliseconds