Searched refs:GL_FILL (Results 1 - 25 of 95) sorted by relevance

1234

/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dtri-unfilled-tri-lit.c90 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 Dtri-unfilled-tri.c87 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 Dpgon-mode.c35 glPolygonMode(GL_FRONT, GL_FILL);
46 glPolygonMode(GL_BACK, GL_FILL);
H A Dflat-clip.c18 static GLenum PolygonMode = GL_FILL;
96 PolygonMode = GL_FILL;
H A Dtri-unfilled-fog.c74 glPolygonMode(GL_FRONT, GL_FILL);
75 glPolygonMode(GL_BACK, GL_FILL);
H A Dtri-point-line-clipped.c54 glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
H A Dquad-offset-unfilled.c76 glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_clip.c136 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 Dbrw_clip.c136 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 Dfront-back-modes.c9 * glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
71 glPolygonMode(GL_BACK, GL_FILL);
79 glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
H A Dvpeval.c128 glEvalMesh2(GL_FILL, 0, 8, 0, 8);
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dbezmesh.c102 glEvalMesh2(GL_FILL, 0, 20, 0, 20);
H A Dtexturesurf.c67 glEvalMesh2(GL_FILL, 0, 20, 0, 20);
/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Darray.c110 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 Daccum.c72 glPolygonMode(GL_FRONT_AND_BACK, GL_FILL);
H A Deval.c258 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 Dglut_teapot.c201 teapot(14, scale, GL_FILL);
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_teapot.c201 teapot(7, scale, GL_FILL);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dpolygon.c169 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 Dpolygon.c176 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 Dt_vb_render.c74 #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 Dnouveau_gldefs.h121 case GL_FILL:
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vb_render.c74 #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 Dnouveau_gldefs.h121 case GL_FILL:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom.c147 edgeflags_enabled = st->ctx->Polygon.FrontMode != GL_FILL ||
148 st->ctx->Polygon.BackMode != GL_FILL;

Completed in 24 milliseconds

1234