Searched refs:_glptr_Color4ub (Results 1 – 1 of 1) sorted by relevance
2866 typedef void (GLAPIENTRYP _glptr_Color4ub)(GLubyte, GLubyte, GLubyte, GLubyte); typedef2869 static inline _glptr_Color4ub GET_Color4ub(struct _glapi_table *disp) { in GET_Color4ub()2870 return (_glptr_Color4ub) (GET_by_offset(disp, _gloffset_Color4ub)); in GET_Color4ub()