| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | material.c | 95 GLfloat mat_diffuse[] = { 0.1, 0.5, 0.8, 1.0 }; local in function:display 110 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat_diffuse); 123 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat_diffuse); 136 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat_diffuse); 149 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat_diffuse); 162 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat_diffuse); 175 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat_diffuse); 188 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat_diffuse); 201 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat_diffuse); 214 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat_diffuse); [all...] |
| H A D | bezmesh.c | 78 GLfloat mat_diffuse[] = local in function:initlights 91 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat_diffuse);
|
| H A D | plane.c | 54 GLfloat mat_diffuse[] = { 0.4, 0.4, 0.4, 1.0 }; local in function:myinit 64 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat_diffuse);
|
| H A D | nurbs.c | 95 GLfloat mat_diffuse[] = { 1.0, 0.2, 1.0, 1.0 }; local in function:myinit 105 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat_diffuse);
|
| H A D | surface.c | 76 GLfloat mat_diffuse[] = { 0.7, 0.7, 0.7, 1.0 }; local in function:myinit 81 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat_diffuse);
|
| H A D | trim.c | 86 GLfloat mat_diffuse[] = { 0.7, 0.7, 0.7, 1.0 }; local in function:init 91 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat_diffuse);
|
| H A D | surfpoints.c | 158 GLfloat mat_diffuse[] = { 0.7, 0.7, 0.7, 1.0 }; local in function:init 163 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat_diffuse);
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | vpeval.c | 103 GLfloat mat_diffuse[] = {0.6, 0.6, 0.6, 1.0}; 113 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat_diffuse);
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | sphere.c | 690 float mat_diffuse[] = {0.8, 0.8, 0.8, 1.0}; local in function:Init 726 glMaterialfv(GL_FRONT_AND_BACK, GL_DIFFUSE, mat_diffuse);
|