Searched refs:_glptr_Rectfv (Results 1 – 1 of 1) sorted by relevance
3460 typedef void (GLAPIENTRYP _glptr_Rectfv)(const GLfloat *, const GLfloat *); typedef3463 static inline _glptr_Rectfv GET_Rectfv(struct _glapi_table *disp) { in GET_Rectfv()3464 return (_glptr_Rectfv) (GET_by_offset(disp, _gloffset_Rectfv)); in GET_Rectfv()