Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h4595 typedef void (GLAPIENTRYP _glptr_Map1d)(GLenum, GLdouble, GLdouble, GLint, GLint, const GLdouble *); typedef
4598 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()