Searched refs:_glptr_LoadName (Results 1 – 1 of 1) sorted by relevance
4353 typedef void (GLAPIENTRYP _glptr_LoadName)(GLuint); typedef4356 static inline _glptr_LoadName GET_LoadName(struct _glapi_table *disp) { in GET_LoadName()4357 return (_glptr_LoadName) (GET_by_offset(disp, _gloffset_LoadName)); in GET_LoadName()