Searched refs:_glptr_Color3bv (Results 1 – 1 of 1) sorted by relevance
2591 typedef void (GLAPIENTRYP _glptr_Color3bv)(const GLbyte *); typedef2594 static inline _glptr_Color3bv GET_Color3bv(struct _glapi_table *disp) { in GET_Color3bv()2595 return (_glptr_Color3bv) (GET_by_offset(disp, _gloffset_Color3bv)); in GET_Color3bv()