Searched refs:front_mat_diffuse (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dfog.c133 static float front_mat_diffuse[] = {0.0, 1.0, 0.0, 1.0}; local in function:Init
154 glMaterialfv(GL_FRONT, GL_DIFFUSE, front_mat_diffuse);
H A Deval.c138 static float front_mat_diffuse[] = {1.0, 0.2, 1.0, 1.0}; local in function:Init
164 glMaterialfv(GL_FRONT, GL_DIFFUSE, front_mat_diffuse);
H A Dquad.c108 static float front_mat_diffuse[] = {0.5, 0.28, 0.38, 1.0}; local in function:Init
136 glMaterialfv(GL_FRONT, GL_DIFFUSE, front_mat_diffuse);
H A Dwave.c363 static float front_mat_diffuse[] = {0.5, 0.28, 0.38, 1.0}; local in function:InitMaterials
383 glMaterialfv(GL_FRONT, GL_DIFFUSE, front_mat_diffuse);
H A Dlogo.c1276 static float front_mat_diffuse[] = {0.5, 0.28, 0.38, 1.0}; local in function:Init
1299 glMaterialfv(GL_FRONT, GL_DIFFUSE, front_mat_diffuse);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Darbvparray.c127 static float front_mat_diffuse[] = {0.5, 0.28, 0.38, 1.0}; local in function:InitMaterials
151 glMaterialfv(GL_FRONT_AND_BACK, GL_DIFFUSE, front_mat_diffuse);
H A Dvparray.c127 static float front_mat_diffuse[] = {0.5, 0.28, 0.38, 1.0}; local in function:InitMaterials
151 glMaterialfv(GL_FRONT_AND_BACK, GL_DIFFUSE, front_mat_diffuse);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Disosurf.c604 static float front_mat_diffuse[] = {0.5, 0.28, 0.38, 1.0}; local in function:InitMaterials
628 glMaterialfv(GL_FRONT_AND_BACK, GL_DIFFUSE, front_mat_diffuse);

Completed in 14 milliseconds