Searched refs:_glptr_Color4s (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 2864 typedef void (GLAPIENTRYP _glptr_Color4s)(GLshort, GLshort, GLshort, GLshort); typedef in typeref:typename:void (GLAPIENTRYP)(GLshort,GLshort,GLshort,GLshort) 2867 static inline _glptr_Color4s GET_Color4s(struct _glapi_table *disp) { 2868 return (_glptr_Color4s) (GET_by_offset(disp, _gloffset_Color4s)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 3337 typedef void (GLAPIENTRYP _glptr_Color4s)(GLshort, GLshort, GLshort, GLshort); typedef in typeref:typename:void (GLAPIENTRYP)(GLshort,GLshort,GLshort,GLshort) 3340 static inline _glptr_Color4s GET_Color4s(struct _glapi_table *disp) { 3341 return (_glptr_Color4s) (GET_by_offset(disp, _gloffset_Color4s)); [all...] |
Completed in 112 milliseconds