Searched refs:_glptr_Indexdv (Results 1 – 1 of 1) sorted by relevance
2670 typedef void (GLAPIENTRYP _glptr_Indexdv)(const GLdouble *); typedef2673 static inline _glptr_Indexdv GET_Indexdv(struct _glapi_table *disp) { in GET_Indexdv()2674 return (_glptr_Indexdv) (GET_by_offset(disp, _gloffset_Indexdv)); in GET_Indexdv()