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