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