Searched refs:_glptr_Indexsv (Results 1 – 1 of 1) sorted by relevance
2736 typedef void (GLAPIENTRYP _glptr_Indexsv)(const GLshort *); typedef2739 static inline _glptr_Indexsv GET_Indexsv(struct _glapi_table *disp) { in GET_Indexsv()2740 return (_glptr_Indexsv) (GET_by_offset(disp, _gloffset_Indexsv)); in GET_Indexsv()