Searched refs:_glptr_Indexs (Results 1 – 1 of 1) sorted by relevance
2725 typedef void (GLAPIENTRYP _glptr_Indexs)(GLshort); typedef2728 static inline _glptr_Indexs GET_Indexs(struct _glapi_table *disp) { in GET_Indexs()2729 return (_glptr_Indexs) (GET_by_offset(disp, _gloffset_Indexs)); in GET_Indexs()