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