Searched refs:GL_POLYGON_STIPPLE (Results 1 - 25 of 31) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dpolys.c84 glEnable (GL_POLYGON_STIPPLE);
89 glDisable (GL_POLYGON_STIPPLE);
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Ddepth.c132 glEnable(GL_POLYGON_STIPPLE);
134 glDisable(GL_POLYGON_STIPPLE);
H A Dlogo.c1447 glEnable(GL_POLYGON_STIPPLE);
1449 glDisable(GL_POLYGON_STIPPLE);
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A Dtri-stipple.c56 glEnable (GL_POLYGON_STIPPLE);
H A Dtri-tex-stipple.c56 glEnable (GL_POLYGON_STIPPLE);
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dgamma.c127 glEnable(GL_POLYGON_STIPPLE);
130 glDisable(GL_POLYGON_STIPPLE);
H A Disosurf.c718 glEnable(GL_POLYGON_STIPPLE);
721 glDisable(GL_POLYGON_STIPPLE);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Ddriverfuncs.c258 ctx->Driver.Enable(ctx, GL_POLYGON_STIPPLE, ctx->Polygon.StippleFlag);
H A Dmeta.c580 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, GL_FALSE);
940 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, save->PolygonStipple);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Ddriverfuncs.c260 ctx->Driver.Enable(ctx, GL_POLYGON_STIPPLE, ctx->Polygon.StippleFlag);
H A Dmeta.c593 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, GL_FALSE);
953 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, save->PolygonStipple);
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dmultictx.c355 glEnable(GL_POLYGON_STIPPLE);
/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dindirect_size_get.c336 case GL_POLYGON_STIPPLE:
/xsrc/external/mit/xorg-server/dist/glx/
H A Dindirect_size_get.c337 case GL_POLYGON_STIPPLE:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Denable.c674 case GL_POLYGON_STIPPLE:
1514 case GL_POLYGON_STIPPLE:
H A Dattrib.c710 GL_POLYGON_STIPPLE);
1345 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, polygon->StippleFlag);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Denable.c831 case GL_POLYGON_STIPPLE:
1732 case GL_POLYGON_STIPPLE:
H A Dattrib.c438 GL_POLYGON_STIPPLE);
1101 TEST_AND_UPDATE(ctx->Polygon.StippleFlag, attr->Polygon.StippleFlag, GL_POLYGON_STIPPLE);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di830_state.c888 case GL_POLYGON_STIPPLE:
H A Di915_state.c883 case GL_POLYGON_STIPPLE:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di830_state.c888 case GL_POLYGON_STIPPLE:
H A Di915_state.c883 case GL_POLYGON_STIPPLE:
/xsrc/external/mit/MesaLib.old/src/mesa/
H A Dget_hash.h525 { GL_POLYGON_STIPPLE, CONTEXT_BOOL(Polygon.StippleFlag), NO_EXTRA },
/xsrc/external/mit/MesaLib/src/mesa/
H A Dget_hash.h533 { GL_POLYGON_STIPPLE, CONTEXT_BOOL(Polygon.StippleFlag), NO_EXTRA },
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_state.c1858 case GL_POLYGON_STIPPLE:

Completed in 42 milliseconds

12