Searched refs:_glptr_Map1d (Results 1 – 1 of 1) sorted by relevance
4595 typedef void (GLAPIENTRYP _glptr_Map1d)(GLenum, GLdouble, GLdouble, GLint, GLint, const GLdouble *); typedef4598 static inline _glptr_Map1d GET_Map1d(struct _glapi_table *disp) { in GET_Map1d()4599 return (_glptr_Map1d) (GET_by_offset(disp, _gloffset_Map1d)); in GET_Map1d()