Searched refs:_glptr_Color3s (Results 1 – 1 of 1) sorted by relevance
2668 typedef void (GLAPIENTRYP _glptr_Color3s)(GLshort, GLshort, GLshort); typedef2671 static inline _glptr_Color3s GET_Color3s(struct _glapi_table *disp) { in GET_Color3s()2672 return (_glptr_Color3s) (GET_by_offset(disp, _gloffset_Color3s)); in GET_Color3s()