Searched refs:Vertex3fv (Results 1 – 10 of 10) sorted by relevance
414 vfmt->Vertex3fv = _mesa_noop_Vertex3fv; in _mesa_noop_vtxfmt_init()
987 vfmt->Vertex3fv = vbo_Vertex3fv; in vbo_exec_vtxfmt_init()
1421 vfmt->Vertex3fv = _save_Vertex3fv; in vtxfmt_init()
277 TAG(Vertex3fv)(const GLfloat * v) in TAG() argument
101 SET_Vertex3fv(tab, vfmt->Vertex3fv); in install_vtxfmt()
1191 void (GLAPIENTRYP Vertex3fv)( const GLfloat * );
10470 vfmt->Vertex3fv = save_Vertex3fv; in save_vtxfmt_init()
187 void (GLAPIENTRY * Vertex3fv)(const GLfloat *);
701 { "glVertex3fv", _O(Vertex3fv) },
2404 #define glVertex3fv MANGLE(Vertex3fv)