Searched refs:Color3fv (Results 1 – 10 of 10) sorted by relevance
371 vfmt->Color3fv = _mesa_noop_Color3fv; in _mesa_noop_vtxfmt_init()
959 vfmt->Color3fv = vbo_Color3fv; in vbo_exec_vtxfmt_init()
1387 vfmt->Color3fv = _save_Color3fv; in vtxfmt_init()
397 TAG(Color3fv)(const GLfloat * v) in TAG() argument
57 SET_Color3fv(tab, vfmt->Color3fv); in install_vtxfmt()
1153 void (GLAPIENTRYP Color3fv)( const GLfloat * );
10429 vfmt->Color3fv = save_Color3fv; in save_vtxfmt_init()
64 void (GLAPIENTRY * Color3fv)(const GLfloat *);
578 { "glColor3fv", _O(Color3fv) },
225 #define glColor3fv MANGLE(Color3fv)