Searched refs:Color4fv (Results 1 – 10 of 10) sorted by relevance
56 SET_Color4fv(tab, vfmt->Color4fv); in install_vtxfmt()
862 void (GLAPIENTRYP Color4fv)( const GLfloat * );
10970 vfmt->Color4fv = save_Color4fv; in _mesa_save_vtxfmt_init()
441 vfmt->Color4fv = _mesa_noop_Color4fv; in _mesa_noop_vtxfmt_init()
341 TAG(Color4fv)(const GLfloat * v) in TAG() argument
1329 vfmt->Color4fv = _save_Color4fv; in _save_vtxfmt_init()
933 vfmt->Color4fv = vbo_Color4fv; in vbo_exec_vtxfmt_init()
80 void (GLAPIENTRY * Color4fv)(const GLfloat *);
596 { "glColor4fv", _O(Color4fv) },
205 #define glColor4fv MANGLE(Color4fv)