Searched refs:_glptr_Vertex2d (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 3887 typedef void (GLAPIENTRYP _glptr_Vertex2d)(GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble) 3890 static inline _glptr_Vertex2d GET_Vertex2d(struct _glapi_table *disp) { 3891 return (_glptr_Vertex2d) (GET_by_offset(disp, _gloffset_Vertex2d)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 4360 typedef void (GLAPIENTRYP _glptr_Vertex2d)(GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble) 4363 static inline _glptr_Vertex2d GET_Vertex2d(struct _glapi_table *disp) { 4364 return (_glptr_Vertex2d) (GET_by_offset(disp, _gloffset_Vertex2d)); [all...] |
Completed in 260 milliseconds