Searched refs:_glptr_Vertex4f (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ | ||
| H A D | dispatch.h | 4085 typedef void (GLAPIENTRYP _glptr_Vertex4f)(GLfloat, GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat,GLfloat) 4088 static inline _glptr_Vertex4f GET_Vertex4f(struct _glapi_table *disp) { 4089 return (_glptr_Vertex4f) (GET_by_offset(disp, _gloffset_Vertex4f)); |
| /xsrc/external/mit/MesaLib/src/mesa/main/ | ||
| H A D | dispatch.h | 4558 typedef void (GLAPIENTRYP _glptr_Vertex4f)(GLfloat, GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat,GLfloat) 4561 static inline _glptr_Vertex4f GET_Vertex4f(struct _glapi_table *disp) { 4562 return (_glptr_Vertex4f) (GET_by_offset(disp, _gloffset_Vertex4f)); [all...] |
Completed in 181 milliseconds