Searched refs:Vertex2f (Results 1 – 10 of 10) sorted by relevance
90 SET_Vertex2f(tab, vfmt->Vertex2f); in install_vtxfmt()
895 void (GLAPIENTRYP Vertex2f)( GLfloat, GLfloat );
11001 vfmt->Vertex2f = save_Vertex2f; in _mesa_save_vtxfmt_init()
474 vfmt->Vertex2f = _mesa_noop_Vertex2f; in _mesa_noop_vtxfmt_init()
186 TAG(Vertex2f)(GLfloat x, GLfloat y) in TAG() argument
956 vfmt->Vertex2f = vbo_Vertex2f; in vbo_exec_vtxfmt_init()
1358 vfmt->Vertex2f = _save_Vertex2f; in _save_vtxfmt_init()
178 void (GLAPIENTRY * Vertex2f)(GLfloat, GLfloat);
694 { "glVertex2f", _O(Vertex2f) },
1936 #define glVertex2f MANGLE(Vertex2f)