Searched refs:GL_SMOOTH (Results 1 - 25 of 101) sorted by relevance

12345

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dfillrate.c111 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 Dcva.c44 glShadeModel( GL_SMOOTH );
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dsmooth.c49 glShadeModel (GL_SMOOTH);
H A Dlight.c57 glShadeModel (GL_SMOOTH);
H A Dmovelight.c64 glShadeModel (GL_SMOOTH);
H A Dmvarray.c78 glShadeModel (GL_SMOOTH);
H A Dcolormat.c58 glShadeModel (GL_SMOOTH);
H A Dvarray.c95 glShadeModel (GL_SMOOTH);
H A Dquadric.c123 glShadeModel (GL_SMOOTH);
H A Dtess.c172 glShadeModel(GL_SMOOTH);
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Ddlist-recursive-call.c52 glShadeModel( GL_SMOOTH );
134 glShadeModel( GL_SMOOTH );
H A Ddlist-begin-call-end.c103 glShadeModel( GL_SMOOTH );
H A Ddlist-flat-tri.c109 glShadeModel( GL_SMOOTH );
H A Ddlist-tri-flat-tri.c115 glShadeModel( GL_SMOOTH );
H A Dflat-clip.c27 glShadeModel(GL_SMOOTH);
H A Ddlist-mat-tri.c119 glShadeModel( GL_SMOOTH );
H A Ddlist-tri-mat-tri.c118 glShadeModel( GL_SMOOTH );
H A Dline-smooth.c110 glShadeModel(flat ? GL_FLAT : GL_SMOOTH);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/
H A Dt_dd_dmatmp.h319 } 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 Dt_dd_dmatmp.h319 } 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 Ds_feedback.c62 if (ctx->Light.ShadeModel == GL_SMOOTH) {
88 if (ctx->Light.ShadeModel == GL_SMOOTH) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_feedback.c62 if (ctx->Light.ShadeModel == GL_SMOOTH) {
88 if (ctx->Light.ShadeModel == GL_SMOOTH) {
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dgltestperf.c71 glShadeModel(GL_SMOOTH);
106 glShadeModel(GL_SMOOTH);
151 glShadeModel(GL_SMOOTH);
226 glShadeModel(GL_SMOOTH);
340 glShadeModel(GL_SMOOTH);
H A Dspectex.c153 glShadeModel(GL_SMOOTH);
186 glShadeModel(GL_SMOOTH);
H A Dfplight.c65 gluQuadricNormals(q, GL_SMOOTH);

Completed in 9 milliseconds

12345