Searched refs:_glptr_GetMapiv (Results 1 – 1 of 1) sorted by relevance
5123 typedef void (GLAPIENTRYP _glptr_GetMapiv)(GLenum, GLenum, GLint *); typedef5126 static inline _glptr_GetMapiv GET_GetMapiv(struct _glapi_table *disp) { in GET_GetMapiv()5127 return (_glptr_GetMapiv) (GET_by_offset(disp, _gloffset_GetMapiv)); in GET_GetMapiv()