| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| fogindex.c | 64 GLfloat shade; local 65 shade = (GLfloat) (NUM_COLORS - i) / (GLfloat) NUM_COLORS; 66 glutSetColor(16 + i, shade, shade, shade);
|
| aaindex.c | 64 GLfloat shade; local 65 shade = (GLfloat) i/(GLfloat) RAMPSIZE; 66 glutSetColor(RAMP1START+(GLint)i, 0., shade, 0.); 67 glutSetColor(RAMP2START+(GLint)i, 0., 0., shade);
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| trispd.c | 155 GLint shade; local 197 glGetIntegerv(GL_SHADE_MODEL, &shade); 200 printf("ShadeModel: %s\n", (shade==GL_FLAT) ? "flat" : "smooth");
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| quad.c | 61 GLenum shade = GL_TRUE; variable 235 shade = !shade; 236 if (shade) {
|
| tri.c | 48 GLenum shade = GL_TRUE; variable 174 shade = !shade; 175 (shade) ? glShadeModel(GL_SMOOTH) : glShadeModel(GL_FLAT);
|
| logo.c | 60 GLboolean shade; variable 1332 shade = GL_TRUE; 1454 shade = !shade; 1455 (shade) ? glShadeModel(GL_SMOOTH) : glShadeModel(GL_FLAT);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/ |
| sp_context.h | 165 struct quad_stage *shade; member in struct:softpipe_context::__anon1630
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/ |
| sp_context.h | 165 struct quad_stage *shade; member in struct:softpipe_context::__anon4069
|