Searched refs:front_mat_diffuse (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | fog.c | 133 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 D | eval.c | 138 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 D | quad.c | 108 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 D | wave.c | 363 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 D | logo.c | 1276 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 D | arbvparray.c | 127 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 D | vparray.c | 127 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 D | isosurf.c | 604 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