Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h4923 typedef void (GLAPIENTRYP _glptr_Map2d)(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdoubl… typedef
4926 static inline _glptr_Map2d GET_Map2d(struct _glapi_table *disp) { in GET_Map2d()
4927 return (_glptr_Map2d) (GET_by_offset(disp, _gloffset_Map2d)); in GET_Map2d()