Searched refs:_glptr_Enable (Results 1 – 1 of 1) sorted by relevance
4540 typedef void (GLAPIENTRYP _glptr_Enable)(GLenum); typedef4543 static inline _glptr_Enable GET_Enable(struct _glapi_table *disp) { in GET_Enable()4544 return (_glptr_Enable) (GET_by_offset(disp, _gloffset_Enable)); in GET_Enable()