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