Searched refs:_glptr_Indexiv (Results 1 – 1 of 1) sorted by relevance
2714 typedef void (GLAPIENTRYP _glptr_Indexiv)(const GLint *); typedef2717 static inline _glptr_Indexiv GET_Indexiv(struct _glapi_table *disp) { in GET_Indexiv()2718 return (_glptr_Indexiv) (GET_by_offset(disp, _gloffset_Indexiv)); in GET_Indexiv()