Searched refs:Vertex4fv (Results 1 – 10 of 10) sorted by relevance
103 SET_Vertex4fv(tab, vfmt->Vertex4fv); in install_vtxfmt()
1193 void (GLAPIENTRYP Vertex4fv)( const GLfloat * );
10472 vfmt->Vertex4fv = save_Vertex4fv; in save_vtxfmt_init()
416 vfmt->Vertex4fv = _mesa_noop_Vertex4fv; in _mesa_noop_vtxfmt_init()
989 vfmt->Vertex4fv = vbo_Vertex4fv; in vbo_exec_vtxfmt_init()
1423 vfmt->Vertex4fv = _save_Vertex4fv; in vtxfmt_init()
291 TAG(Vertex4fv)(const GLfloat * v) in TAG() argument
195 void (GLAPIENTRY * Vertex4fv)(const GLfloat *);
709 { "glVertex4fv", _O(Vertex4fv) },
2418 #define glVertex4fv MANGLE(Vertex4fv)