Searched refs:_glptr_BlendFunc (Results 1 – 1 of 1) sorted by relevance
5132 typedef void (GLAPIENTRYP _glptr_BlendFunc)(GLenum, GLenum); typedef5135 static inline _glptr_BlendFunc GET_BlendFunc(struct _glapi_table *disp) { in GET_BlendFunc()5136 return (_glptr_BlendFunc) (GET_by_offset(disp, _gloffset_BlendFunc)); in GET_BlendFunc()