Searched refs:_glptr_Rotated (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 5790 typedef void (GLAPIENTRYP _glptr_Rotated)(GLdouble, GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble,GLdouble,GLdouble) 5793 static inline _glptr_Rotated GET_Rotated(struct _glapi_table *disp) { 5794 return (_glptr_Rotated) (GET_by_offset(disp, _gloffset_Rotated)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 6263 typedef void (GLAPIENTRYP _glptr_Rotated)(GLdouble, GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble,GLdouble,GLdouble) 6266 static inline _glptr_Rotated GET_Rotated(struct _glapi_table *disp) { 6267 return (_glptr_Rotated) (GET_by_offset(disp, _gloffset_Rotated)); [all...] |
Completed in 144 milliseconds