Searched refs:Vertex4fv (Results 1 – 10 of 10) sorted by relevance
95 SET_Vertex4fv(tab, vfmt->Vertex4fv); in install_vtxfmt()
900 void (GLAPIENTRYP Vertex4fv)( const GLfloat * );
11006 vfmt->Vertex4fv = save_Vertex4fv; in _mesa_save_vtxfmt_init()
479 vfmt->Vertex4fv = _mesa_noop_Vertex4fv; in _mesa_noop_vtxfmt_init()
221 TAG(Vertex4fv)(const GLfloat * v) in TAG() argument
1363 vfmt->Vertex4fv = _save_Vertex4fv; in _save_vtxfmt_init()
961 vfmt->Vertex4fv = vbo_Vertex4fv; in vbo_exec_vtxfmt_init()
195 void (GLAPIENTRY * Vertex4fv)(const GLfloat *);
711 { "glVertex4fv", _O(Vertex4fv) },
1957 #define glVertex4fv MANGLE(Vertex4fv)