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