Searched refs:Color3fv (Results 1 – 10 of 10) sorted by relevance
54 SET_Color3fv(tab, vfmt->Color3fv); in install_vtxfmt()
860 void (GLAPIENTRYP Color3fv)( const GLfloat * );
10968 vfmt->Color3fv = save_Color3fv; in _mesa_save_vtxfmt_init()
439 vfmt->Color3fv = _mesa_noop_Color3fv; in _mesa_noop_vtxfmt_init()
327 TAG(Color3fv)(const GLfloat * v) in TAG() argument
1327 vfmt->Color3fv = _save_Color3fv; in _save_vtxfmt_init()
931 vfmt->Color3fv = vbo_Color3fv; in vbo_exec_vtxfmt_init()
64 void (GLAPIENTRY * Color3fv)(const GLfloat *);
580 { "glColor3fv", _O(Color3fv) },
185 #define glColor3fv MANGLE(Color3fv)