Searched refs:_glptr_AlphaFunc (Results 1 – 1 of 1) sorted by relevance
4815 typedef void (GLAPIENTRYP _glptr_AlphaFunc)(GLenum, GLclampf); typedef4818 static inline _glptr_AlphaFunc GET_AlphaFunc(struct _glapi_table *disp) { in GET_AlphaFunc()4819 return (_glptr_AlphaFunc) (GET_by_offset(disp, _gloffset_AlphaFunc)); in GET_AlphaFunc()