Searched refs:_glptr_Color4d (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 2798 typedef void (GLAPIENTRYP _glptr_Color4d)(GLdouble, GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble,GLdouble,GLdouble) 2801 static inline _glptr_Color4d GET_Color4d(struct _glapi_table *disp) { 2802 return (_glptr_Color4d) (GET_by_offset(disp, _gloffset_Color4d)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 3271 typedef void (GLAPIENTRYP _glptr_Color4d)(GLdouble, GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble,GLdouble,GLdouble) 3274 static inline _glptr_Color4d GET_Color4d(struct _glapi_table *disp) { 3275 return (_glptr_Color4d) (GET_by_offset(disp, _gloffset_Color4d)); [all...] |
Completed in 107 milliseconds