Searched refs:_glptr_Indexfv (Results 1 – 1 of 1) sorted by relevance
2692 typedef void (GLAPIENTRYP _glptr_Indexfv)(const GLfloat *); typedef2695 static inline _glptr_Indexfv GET_Indexfv(struct _glapi_table *disp) { in GET_Indexfv()2696 return (_glptr_Indexfv) (GET_by_offset(disp, _gloffset_Indexfv)); in GET_Indexfv()