| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| H A D | tri-unfilled-tri-lit.c | 90 glPolygonMode(GL_FRONT, GL_FILL); 91 glPolygonMode(GL_BACK, GL_FILL); 114 glPolygonMode(GL_FRONT, GL_FILL); 115 glPolygonMode(GL_BACK, GL_FILL);
|
| H A D | tri-unfilled-tri.c | 87 glPolygonMode(GL_FRONT, GL_FILL); 88 glPolygonMode(GL_BACK, GL_FILL); 111 glPolygonMode(GL_FRONT, GL_FILL); 112 glPolygonMode(GL_BACK, GL_FILL);
|
| H A D | pgon-mode.c | 35 glPolygonMode(GL_FRONT, GL_FILL); 46 glPolygonMode(GL_BACK, GL_FILL);
|
| H A D | flat-clip.c | 18 static GLenum PolygonMode = GL_FILL; 96 PolygonMode = GL_FILL;
|
| H A D | tri-unfilled-fog.c | 74 glPolygonMode(GL_FRONT, GL_FILL); 75 glPolygonMode(GL_BACK, GL_FILL);
|
| H A D | tri-point-line-clipped.c | 54 glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
|
| H A D | quad-offset-unfilled.c | 76 glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_clip.c | 136 case GL_FILL: 154 case GL_FILL: 169 if (ctx->Polygon.BackMode != GL_FILL || 170 ctx->Polygon.FrontMode != GL_FILL) {
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_clip.c | 136 case GL_FILL: 154 case GL_FILL: 169 if (ctx->Polygon.BackMode != GL_FILL || 170 ctx->Polygon.FrontMode != GL_FILL) {
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | front-back-modes.c | 9 * glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); 71 glPolygonMode(GL_BACK, GL_FILL); 79 glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
|
| H A D | vpeval.c | 128 glEvalMesh2(GL_FILL, 0, 8, 0, 8);
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | bezmesh.c | 102 glEvalMesh2(GL_FILL, 0, 20, 0, 20);
|
| H A D | texturesurf.c | 67 glEvalMesh2(GL_FILL, 0, 20, 0, 20);
|
| /xsrc/external/mit/mesa-demos/dist/src/glsl/ |
| H A D | array.c | 110 glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); 123 glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
|
| /xsrc/external/mit/mesa-demos/dist/src/samples/ |
| H A D | accum.c | 72 glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
|
| H A D | eval.c | 258 glPolygonMode(GL_FRONT_AND_BACK, GL_FILL); 309 glEvalMesh2(GL_FILL, 0, 20, 0, 20);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| H A D | glut_teapot.c | 201 teapot(14, scale, GL_FILL);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_teapot.c | 201 teapot(7, scale, GL_FILL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | polygon.c | 169 case GL_FILL: 366 ctx->Polygon.FrontMode = GL_FILL; 367 ctx->Polygon.BackMode = GL_FILL;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | polygon.c | 176 case GL_FILL: 382 ctx->Polygon.FrontMode = GL_FILL; 383 ctx->Polygon.BackMode = GL_FILL;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_render.c | 74 #define NEED_EDGEFLAG_SETUP (ctx->Polygon.FrontMode != GL_FILL || ctx->Polygon.BackMode != GL_FILL) 189 #define NEED_EDGEFLAG_SETUP (ctx->Polygon.FrontMode != GL_FILL || ctx->Polygon.BackMode != GL_FILL)
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_gldefs.h | 121 case GL_FILL:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_render.c | 74 #define NEED_EDGEFLAG_SETUP (ctx->Polygon.FrontMode != GL_FILL || ctx->Polygon.BackMode != GL_FILL) 189 #define NEED_EDGEFLAG_SETUP (ctx->Polygon.FrontMode != GL_FILL || ctx->Polygon.BackMode != GL_FILL)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_gldefs.h | 121 case GL_FILL:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atom.c | 147 edgeflags_enabled = st->ctx->Polygon.FrontMode != GL_FILL || 148 st->ctx->Polygon.BackMode != GL_FILL;
|