Searched refs:_glptr_Color4f (Results 1 – 1 of 1) sorted by relevance
2494 typedef void (GLAPIENTRYP _glptr_Color4f)(GLfloat, GLfloat, GLfloat, GLfloat); typedef2497 static inline _glptr_Color4f GET_Color4f(struct _glapi_table *disp) { in GET_Color4f()2498 return (_glptr_Color4f) (GET_by_offset(disp, _gloffset_Color4f)); in GET_Color4f()