Searched refs:_glptr_Rectd (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 3447 typedef void (GLAPIENTRYP _glptr_Rectd)(GLdouble, GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble,GLdouble,GLdouble) 3450 static inline _glptr_Rectd GET_Rectd(struct _glapi_table *disp) { 3451 return (_glptr_Rectd) (GET_by_offset(disp, _gloffset_Rectd)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 3920 typedef void (GLAPIENTRYP _glptr_Rectd)(GLdouble, GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble,GLdouble,GLdouble) 3923 static inline _glptr_Rectd GET_Rectd(struct _glapi_table *disp) { 3924 return (_glptr_Rectd) (GET_by_offset(disp, _gloffset_Rectd)); [all...] |
Completed in 108 milliseconds