Searched refs:Vertex3f (Results 1 – 10 of 10) sorted by relevance
92 SET_Vertex3f(tab, vfmt->Vertex3f); in install_vtxfmt()
897 void (GLAPIENTRYP Vertex3f)( GLfloat, GLfloat, GLfloat );
11003 vfmt->Vertex3f = save_Vertex3f; in _mesa_save_vtxfmt_init()
476 vfmt->Vertex3f = _mesa_noop_Vertex3f; in _mesa_noop_vtxfmt_init()
200 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) in TAG() argument
1360 vfmt->Vertex3f = _save_Vertex3f; in _save_vtxfmt_init()
958 vfmt->Vertex3f = vbo_Vertex3f; in vbo_exec_vtxfmt_init()
186 void (GLAPIENTRY * Vertex3f)(GLfloat, GLfloat, GLfloat);
702 { "glVertex3f", _O(Vertex3f) },
1946 #define glVertex3f MANGLE(Vertex3f)