Searched refs:_glptr_Color3ui (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 2732 typedef void (GLAPIENTRYP _glptr_Color3ui)(GLuint, GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint,GLuint) 2735 static inline _glptr_Color3ui GET_Color3ui(struct _glapi_table *disp) { 2736 return (_glptr_Color3ui) (GET_by_offset(disp, _gloffset_Color3ui)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 3205 typedef void (GLAPIENTRYP _glptr_Color3ui)(GLuint, GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint,GLuint) 3208 static inline _glptr_Color3ui GET_Color3ui(struct _glapi_table *disp) { 3209 return (_glptr_Color3ui) (GET_by_offset(disp, _gloffset_Color3ui)); [all...] |
Completed in 171 milliseconds