Searched refs:_glptr_Color3ub (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 2710 typedef void (GLAPIENTRYP _glptr_Color3ub)(GLubyte, GLubyte, GLubyte); typedef in typeref:typename:void (GLAPIENTRYP)(GLubyte,GLubyte,GLubyte) 2713 static inline _glptr_Color3ub GET_Color3ub(struct _glapi_table *disp) { 2714 return (_glptr_Color3ub) (GET_by_offset(disp, _gloffset_Color3ub)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 3183 typedef void (GLAPIENTRYP _glptr_Color3ub)(GLubyte, GLubyte, GLubyte); typedef in typeref:typename:void (GLAPIENTRYP)(GLubyte,GLubyte,GLubyte) 3186 static inline _glptr_Color3ub GET_Color3ub(struct _glapi_table *disp) { 3187 return (_glptr_Color3ub) (GET_by_offset(disp, _gloffset_Color3ub)); [all...] |
Completed in 112 milliseconds