Searched refs:Color3f (Results 1 – 10 of 10) sorted by relevance
370 vfmt->Color3f = _mesa_noop_Color3f; in _mesa_noop_vtxfmt_init()
958 vfmt->Color3f = vbo_Color3f; in vbo_exec_vtxfmt_init()
1386 vfmt->Color3f = _save_Color3f; in vtxfmt_init()
390 TAG(Color3f)(GLfloat x, GLfloat y, GLfloat z) in TAG() argument
56 SET_Color3f(tab, vfmt->Color3f); in install_vtxfmt()
1152 void (GLAPIENTRYP Color3f)( GLfloat, GLfloat, GLfloat );
10428 vfmt->Color3f = save_Color3f; in save_vtxfmt_init()
63 void (GLAPIENTRY * Color3f)(GLfloat, GLfloat, GLfloat);
577 { "glColor3f", _O(Color3f) },
222 #define glColor3f MANGLE(Color3f)