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