Searched refs:Vertex3f (Results 1 – 10 of 10) sorted by relevance
100 SET_Vertex3f(tab, vfmt->Vertex3f); in install_vtxfmt()
1041 void (GLAPIENTRYP Vertex3f)( GLfloat, GLfloat, GLfloat );
10455 vfmt->Vertex3f = save_Vertex3f; in save_vtxfmt_init()
413 vfmt->Vertex3f = _mesa_noop_Vertex3f; in _mesa_noop_vtxfmt_init()
265 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) in TAG() argument
1363 vfmt->Vertex3f = _save_Vertex3f; in _save_vtxfmt_init()
975 vfmt->Vertex3f = vbo_Vertex3f; in vbo_exec_vtxfmt_init()
186 void (GLAPIENTRY * Vertex3f)(GLfloat, GLfloat, GLfloat);
702 { "glVertex3f", _O(Vertex3f) },
2403 #define glVertex3f MANGLE(Vertex3f)