Searched refs:_glptr_Map1d (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 4921 typedef void (GLAPIENTRYP _glptr_Map1d)(GLenum, GLdouble, GLdouble, GLint, GLint, const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLdouble,GLdouble,GLint,GLint,const GLdouble *) 4924 static inline _glptr_Map1d GET_Map1d(struct _glapi_table *disp) { 4925 return (_glptr_Map1d) (GET_by_offset(disp, _gloffset_Map1d)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 5394 typedef void (GLAPIENTRYP _glptr_Map1d)(GLenum, GLdouble, GLdouble, GLint, GLint, const GLdouble *); typedef in typeref:typename:void (GLAPIENTRYP)(GLenum,GLdouble,GLdouble,GLint,GLint,const GLdouble *) 5397 static inline _glptr_Map1d GET_Map1d(struct _glapi_table *disp) { 5398 return (_glptr_Map1d) (GET_by_offset(disp, _gloffset_Map1d)); [all...] |
Completed in 106 milliseconds