Searched refs:Vertex3f (Results 1 – 10 of 10) sorted by relevance
100 SET_Vertex3f(tab, vfmt->Vertex3f); in install_vtxfmt()
1190 void (GLAPIENTRYP Vertex3f)( GLfloat, GLfloat, GLfloat );
10469 vfmt->Vertex3f = save_Vertex3f; in save_vtxfmt_init()
413 vfmt->Vertex3f = _mesa_noop_Vertex3f; in _mesa_noop_vtxfmt_init()
986 vfmt->Vertex3f = vbo_Vertex3f; in vbo_exec_vtxfmt_init()
1420 vfmt->Vertex3f = _save_Vertex3f; in vtxfmt_init()
270 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) in TAG() argument
186 void (GLAPIENTRY * Vertex3f)(GLfloat, GLfloat, GLfloat);
700 { "glVertex3f", _O(Vertex3f) },
2403 #define glVertex3f MANGLE(Vertex3f)