Searched refs:_glptr_Color4f (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 2820 typedef void (GLAPIENTRYP _glptr_Color4f)(GLfloat, GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat,GLfloat) 2823 static inline _glptr_Color4f GET_Color4f(struct _glapi_table *disp) { 2824 return (_glptr_Color4f) (GET_by_offset(disp, _gloffset_Color4f)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 3293 typedef void (GLAPIENTRYP _glptr_Color4f)(GLfloat, GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat,GLfloat) 3296 static inline _glptr_Color4f GET_Color4f(struct _glapi_table *disp) { 3297 return (_glptr_Color4f) (GET_by_offset(disp, _gloffset_Color4f)); [all...] |
Completed in 107 milliseconds