Searched refs:_glptr_BlendColor (Results 1 – 1 of 1) sorted by relevance
6177 typedef void (GLAPIENTRYP _glptr_BlendColor)(GLclampf, GLclampf, GLclampf, GLclampf); typedef6180 static inline _glptr_BlendColor GET_BlendColor(struct _glapi_table *disp) { in GET_BlendColor()6181 return (_glptr_BlendColor) (GET_by_offset(disp, _gloffset_BlendColor)); in GET_BlendColor()