Searched refs:_glptr_Map2d (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 4943 typedef void (GLAPIENTRYP _glptr_Map2d)(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLdouble,GLdouble,GLint,GLint,GLdouble,GLdouble,GLint,GLint,const GLdouble *) 4946 static inline _glptr_Map2d GET_Map2d(struct _glapi_table *disp) { 4947 return (_glptr_Map2d) (GET_by_offset(disp, _gloffset_Map2d)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 5416 typedef void (GLAPIENTRYP _glptr_Map2d)(GLenum, GLdouble, GLdouble, GLint, GLint, GLdouble, GLdouble, GLint, GLint, const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLdouble,GLdouble,GLint,GLint,GLdouble,GLdouble,GLint,GLint,const GLdouble *) 5419 static inline _glptr_Map2d GET_Map2d(struct _glapi_table *disp) { 5420 return (_glptr_Map2d) (GET_by_offset(disp, _gloffset_Map2d)); [all...] |
Completed in 106 milliseconds