Searched refs:_glptr_Vertex3f (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/src/mesa/main/
H A Ddispatch.h3997 typedef void (GLAPIENTRYP _glptr_Vertex3f)(GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat)
4000 static inline _glptr_Vertex3f GET_Vertex3f(struct _glapi_table *disp) {
4001 return (_glptr_Vertex3f) (GET_by_offset(disp, _gloffset_Vertex3f));
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Ddispatch.h4470 typedef void (GLAPIENTRYP _glptr_Vertex3f)(GLfloat, GLfloat, GLfloat); typedef in typeref:typename:void (GLAPIENTRYP)(GLfloat,GLfloat,GLfloat)
4473 static inline _glptr_Vertex3f GET_Vertex3f(struct _glapi_table *disp) {
4474 return (_glptr_Vertex3f) (GET_by_offset(disp, _gloffset_Vertex3f));
[all...]

Completed in 102 milliseconds