Home
last modified time | relevance | path

Searched refs:_glptr_Rectfv (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h3460 typedef void (GLAPIENTRYP _glptr_Rectfv)(const GLfloat *, const GLfloat *); typedef
3463 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()