Searched refs:Vertex3fv (Results 1 – 10 of 10) sorted by relevance
93 SET_Vertex3fv(tab, vfmt->Vertex3fv); in install_vtxfmt()
898 void (GLAPIENTRYP Vertex3fv)( const GLfloat * );
11004 vfmt->Vertex3fv = save_Vertex3fv; in _mesa_save_vtxfmt_init()
477 vfmt->Vertex3fv = _mesa_noop_Vertex3fv; in _mesa_noop_vtxfmt_init()
207 TAG(Vertex3fv)(const GLfloat * v) in TAG() argument
1361 vfmt->Vertex3fv = _save_Vertex3fv; in _save_vtxfmt_init()
959 vfmt->Vertex3fv = vbo_Vertex3fv; in vbo_exec_vtxfmt_init()
187 void (GLAPIENTRY * Vertex3fv)(const GLfloat *);
703 { "glVertex3fv", _O(Vertex3fv) },
1947 #define glVertex3fv MANGLE(Vertex3fv)