Searched refs:Indexfv (Results 1 – 10 of 10) sorted by relevance
68 SET_Indexfv(tab, vfmt->Indexfv); in install_vtxfmt()
873 void (GLAPIENTRYP Indexfv)( const GLfloat * );
10979 vfmt->Indexfv = save_Indexfv; in _mesa_save_vtxfmt_init()
452 vfmt->Indexfv = _mesa_noop_Indexfv; in _mesa_noop_vtxfmt_init()
382 TAG(Indexfv)(const GLfloat * f) in TAG() argument
1336 vfmt->Indexfv = _save_Indexfv; in _save_vtxfmt_init()
1014 vfmt->Indexfv = vbo_Indexfv; in vbo_exec_vtxfmt_init()
97 void (GLAPIENTRY * Indexfv)(const GLfloat *);
613 { "glIndexfv", _O(Indexfv) },
932 #define glIndexfv MANGLE(Indexfv)