Searched refs:_glptr_Color3d (Results 1 – 1 of 1) sorted by relevance
2602 typedef void (GLAPIENTRYP _glptr_Color3d)(GLdouble, GLdouble, GLdouble); typedef2605 static inline _glptr_Color3d GET_Color3d(struct _glapi_table *disp) { in GET_Color3d()2606 return (_glptr_Color3d) (GET_by_offset(disp, _gloffset_Color3d)); in GET_Color3d()