Searched refs:GL_SMOOTH (Results 1 - 25 of 101) sorted by relevance
12345
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | fillrate.c | 111 printf("%s ", shading == GL_FLAT ? "GL_FLAT" : "GL_SMOOTH"); 124 RunTest(GL_SMOOTH, 0, GL_NEAREST); 125 RunTest(GL_SMOOTH, 1, GL_NEAREST); 126 RunTest(GL_SMOOTH, 1, GL_LINEAR); 127 RunTest(GL_SMOOTH, 2, GL_NEAREST); 128 RunTest(GL_SMOOTH, 2, GL_LINEAR);
|
| H A D | cva.c | 44 glShadeModel( GL_SMOOTH );
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | smooth.c | 49 glShadeModel (GL_SMOOTH);
|
| H A D | light.c | 57 glShadeModel (GL_SMOOTH);
|
| H A D | movelight.c | 64 glShadeModel (GL_SMOOTH);
|
| H A D | mvarray.c | 78 glShadeModel (GL_SMOOTH);
|
| H A D | colormat.c | 58 glShadeModel (GL_SMOOTH);
|
| H A D | varray.c | 95 glShadeModel (GL_SMOOTH);
|
| H A D | quadric.c | 123 glShadeModel (GL_SMOOTH);
|
| H A D | tess.c | 172 glShadeModel(GL_SMOOTH);
|
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | dlist-recursive-call.c | 52 glShadeModel( GL_SMOOTH ); 134 glShadeModel( GL_SMOOTH );
|
| H A D | dlist-begin-call-end.c | 103 glShadeModel( GL_SMOOTH );
|
| H A D | dlist-flat-tri.c | 109 glShadeModel( GL_SMOOTH );
|
| H A D | dlist-tri-flat-tri.c | 115 glShadeModel( GL_SMOOTH );
|
| H A D | flat-clip.c | 27 glShadeModel(GL_SMOOTH);
|
| H A D | dlist-mat-tri.c | 119 glShadeModel( GL_SMOOTH );
|
| H A D | dlist-tri-mat-tri.c | 118 glShadeModel( GL_SMOOTH );
|
| H A D | line-smooth.c | 110 glShadeModel(flat ? GL_FLAT : GL_SMOOTH);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_dmatmp.h | 319 } else if (ctx->Light.ShadeModel == GL_SMOOTH || 335 if (ctx->Light.ShadeModel == GL_SMOOTH) { 373 if (ctx->Light.ShadeModel == GL_SMOOTH || 466 ok = (HAVE_POLYGONS) || ctx->Light.ShadeModel == GL_SMOOTH || 470 ok = VB->Elts || ctx->Light.ShadeModel == GL_SMOOTH; 473 ok = ctx->Light.ShadeModel == GL_SMOOTH ||
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_dmatmp.h | 319 } else if (ctx->Light.ShadeModel == GL_SMOOTH || 335 if (ctx->Light.ShadeModel == GL_SMOOTH) { 373 if (ctx->Light.ShadeModel == GL_SMOOTH || 466 ok = (HAVE_POLYGONS) || ctx->Light.ShadeModel == GL_SMOOTH || 470 ok = VB->Elts || ctx->Light.ShadeModel == GL_SMOOTH; 473 ok = ctx->Light.ShadeModel == GL_SMOOTH ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_feedback.c | 62 if (ctx->Light.ShadeModel == GL_SMOOTH) { 88 if (ctx->Light.ShadeModel == GL_SMOOTH) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_feedback.c | 62 if (ctx->Light.ShadeModel == GL_SMOOTH) { 88 if (ctx->Light.ShadeModel == GL_SMOOTH) {
|
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | gltestperf.c | 71 glShadeModel(GL_SMOOTH); 106 glShadeModel(GL_SMOOTH); 151 glShadeModel(GL_SMOOTH); 226 glShadeModel(GL_SMOOTH); 340 glShadeModel(GL_SMOOTH);
|
| H A D | spectex.c | 153 glShadeModel(GL_SMOOTH); 186 glShadeModel(GL_SMOOTH);
|
| H A D | fplight.c | 65 gluQuadricNormals(q, GL_SMOOTH);
|
Completed in 9 milliseconds
12345