Searched refs:_glptr_GetError (Results 1 – 1 of 1) sorted by relevance
5046 typedef GLenum (GLAPIENTRYP _glptr_GetError)(void); typedef5049 static inline _glptr_GetError GET_GetError(struct _glapi_table *disp) { in GET_GetError()5050 return (_glptr_GetError) (GET_by_offset(disp, _gloffset_GetError)); in GET_GetError()