Searched refs:Color4fv (Results 1 – 10 of 10) sorted by relevance
373 vfmt->Color4fv = _mesa_noop_Color4fv; in _mesa_noop_vtxfmt_init()
961 vfmt->Color4fv = vbo_Color4fv; in vbo_exec_vtxfmt_init()
1389 vfmt->Color4fv = _save_Color4fv; in vtxfmt_init()
411 TAG(Color4fv)(const GLfloat * v) in TAG() argument
58 SET_Color4fv(tab, vfmt->Color4fv); in install_vtxfmt()
1155 void (GLAPIENTRYP Color4fv)( const GLfloat * );
10431 vfmt->Color4fv = save_Color4fv; in save_vtxfmt_init()
80 void (GLAPIENTRY * Color4fv)(const GLfloat *);
594 { "glColor4fv", _O(Color4fv) },
247 #define glColor4fv MANGLE(Color4fv)