Searched refs:mat_diffuse (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dmaterial.c95 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 Dbezmesh.c78 GLfloat mat_diffuse[] = local in function:initlights
91 glMaterialfv(GL_FRONT, GL_DIFFUSE, mat_diffuse);
H A Dplane.c54 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 Dnurbs.c95 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 Dsurface.c76 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 Dtrim.c86 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 Dsurfpoints.c158 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 Dvpeval.c103 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 Dsphere.c690 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);

Completed in 7 milliseconds