Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h4661 typedef void (GLAPIENTRYP _glptr_MapGrid2d)(GLint, GLdouble, GLdouble, GLint, GLdouble, GLdouble); typedef
4664 static inline _glptr_MapGrid2d GET_MapGrid2d(struct _glapi_table *disp) { in GET_MapGrid2d()
4665 return (_glptr_MapGrid2d) (GET_by_offset(disp, _gloffset_MapGrid2d)); in GET_MapGrid2d()