Searched refs:Indexfv (Results 1 – 10 of 10) sorted by relevance
389 vfmt->Indexfv = _mesa_noop_Indexfv; in _mesa_noop_vtxfmt_init()
1046 vfmt->Indexfv = vbo_Indexfv; in vbo_exec_vtxfmt_init()
1396 vfmt->Indexfv = _save_Indexfv; in vtxfmt_init()
452 TAG(Indexfv)(const GLfloat * f) in TAG() argument
76 SET_Indexfv(tab, vfmt->Indexfv); in install_vtxfmt()
1166 void (GLAPIENTRYP Indexfv)( const GLfloat * );
10445 vfmt->Indexfv = save_Indexfv; in save_vtxfmt_init()
97 void (GLAPIENTRY * Indexfv)(const GLfloat *);
611 { "glIndexfv", _O(Indexfv) },
1144 #define glIndexfv MANGLE(Indexfv)