Searched refs:Vertex2fv (Results 1 – 10 of 10) sorted by relevance
99 SET_Vertex2fv(tab, vfmt->Vertex2fv); in install_vtxfmt()
1040 void (GLAPIENTRYP Vertex2fv)( const GLfloat * );
10454 vfmt->Vertex2fv = save_Vertex2fv; in save_vtxfmt_init()
412 vfmt->Vertex2fv = _mesa_noop_Vertex2fv; in _mesa_noop_vtxfmt_init()
258 TAG(Vertex2fv)(const GLfloat * v) in TAG() argument
1362 vfmt->Vertex2fv = _save_Vertex2fv; in _save_vtxfmt_init()
974 vfmt->Vertex2fv = vbo_Vertex2fv; in vbo_exec_vtxfmt_init()
179 void (GLAPIENTRY * Vertex2fv)(const GLfloat *);
695 { "glVertex2fv", _O(Vertex2fv) },
2390 #define glVertex2fv MANGLE(Vertex2fv)