Searched refs:_glptr_Color3f (Results 1 – 1 of 1) sorted by relevance
2318 typedef void (GLAPIENTRYP _glptr_Color3f)(GLfloat, GLfloat, GLfloat); typedef2321 static inline _glptr_Color3f GET_Color3f(struct _glapi_table *disp) { in GET_Color3f()2322 return (_glptr_Color3f) (GET_by_offset(disp, _gloffset_Color3f)); in GET_Color3f()