Searched refs:_glptr_Vertex4d (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 4063 typedef void (GLAPIENTRYP _glptr_Vertex4d)(GLdouble, GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble,GLdouble,GLdouble) 4066 static inline _glptr_Vertex4d GET_Vertex4d(struct _glapi_table *disp) { 4067 return (_glptr_Vertex4d) (GET_by_offset(disp, _gloffset_Vertex4d)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 4536 typedef void (GLAPIENTRYP _glptr_Vertex4d)(GLdouble, GLdouble, GLdouble, GLdouble); typedef in typeref:typename:void (GLAPIENTRYP)(GLdouble,GLdouble,GLdouble,GLdouble) 4539 static inline _glptr_Vertex4d GET_Vertex4d(struct _glapi_table *disp) { 4540 return (_glptr_Vertex4d) (GET_by_offset(disp, _gloffset_Vertex4d)); [all...] |
Completed in 207 milliseconds