Searched refs:Vertex2fv (Results 1 – 10 of 10) sorted by relevance
91 SET_Vertex2fv(tab, vfmt->Vertex2fv); in install_vtxfmt()
896 void (GLAPIENTRYP Vertex2fv)( const GLfloat * );
11002 vfmt->Vertex2fv = save_Vertex2fv; in _mesa_save_vtxfmt_init()
475 vfmt->Vertex2fv = _mesa_noop_Vertex2fv; in _mesa_noop_vtxfmt_init()
193 TAG(Vertex2fv)(const GLfloat * v) in TAG() argument
1359 vfmt->Vertex2fv = _save_Vertex2fv; in _save_vtxfmt_init()
957 vfmt->Vertex2fv = vbo_Vertex2fv; in vbo_exec_vtxfmt_init()
179 void (GLAPIENTRY * Vertex2fv)(const GLfloat *);
695 { "glVertex2fv", _O(Vertex2fv) },
1937 #define glVertex2fv MANGLE(Vertex2fv)