Searched refs:_glptr_Color4ui (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 2908 typedef void (GLAPIENTRYP _glptr_Color4ui)(GLuint, GLuint, GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint,GLuint,GLuint) 2911 static inline _glptr_Color4ui GET_Color4ui(struct _glapi_table *disp) { 2912 return (_glptr_Color4ui) (GET_by_offset(disp, _gloffset_Color4ui)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 3381 typedef void (GLAPIENTRYP _glptr_Color4ui)(GLuint, GLuint, GLuint, GLuint); typedef in typeref:typename:void (GLAPIENTRYP)(GLuint,GLuint,GLuint,GLuint) 3384 static inline _glptr_Color4ui GET_Color4ui(struct _glapi_table *disp) { 3385 return (_glptr_Color4ui) (GET_by_offset(disp, _gloffset_Color4ui)); [all...] |
Completed in 117 milliseconds