Searched refs:_glptr_Color4uiv (Results 1 – 1 of 1) sorted by relevance
2593 typedef void (GLAPIENTRYP _glptr_Color4uiv)(const GLuint *); typedef2596 static inline _glptr_Color4uiv GET_Color4uiv(struct _glapi_table *disp) { in GET_Color4uiv()2597 return (_glptr_Color4uiv) (GET_by_offset(disp, _gloffset_Color4uiv)); in GET_Color4uiv()