HomeSort by relevance Sort by last modified time
    Searched refs:StippleFlag (Results 1 - 25 of 31) sorted by null

1 2

  /external/mesa3d/src/mesa/main/
lines.c 130 ctx->Line.StippleFlag = GL_FALSE;
state.c 411 if (ctx->Line.StippleFlag)
421 if (ctx->Polygon.StippleFlag)
polygon.c 326 ctx->Polygon.StippleFlag = GL_FALSE;
attrib.c 279 attr->LineStipple = ctx->Line.StippleFlag;
310 attr->PolygonStipple = ctx->Polygon.StippleFlag;
529 TEST_AND_UPDATE(ctx->Line.StippleFlag, enable->LineStipple,
597 TEST_AND_UPDATE(ctx->Polygon.StippleFlag, enable->PolygonStipple,
    [all...]
enable.c 422 if (ctx->Line.StippleFlag == state)
425 ctx->Line.StippleFlag = state;
617 if (ctx->Polygon.StippleFlag == state)
620 ctx->Polygon.StippleFlag = state;
    [all...]
mtypes.h 970 GLboolean StippleFlag; /**< GL_LINE_STIPPLE enabled? */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_wm_state.c 53 if (ctx->Line.StippleFlag)
57 if (ctx->Polygon.StippleFlag)
brw_wm_state.c 201 wm->wm5.polygon_stipple = ctx->Polygon.StippleFlag;
219 wm->wm5.line_stipple = ctx->Line.StippleFlag;
gen6_wm_state.c 170 if (ctx->Line.StippleFlag)
174 if (ctx->Polygon.StippleFlag)
brw_misc_state.c 617 if (!ctx->Polygon.StippleFlag)
665 if (!ctx->Polygon.StippleFlag)
740 if (!ctx->Line.StippleFlag)
gen7_sf_state.c 261 if (ctx->Line.StippleFlag && intel->is_haswell) {
  /external/mesa3d/src/mesa/swrast/
s_lines.c 129 if (ctx->Line.StippleFlag) { \
148 if (ctx->Line.StippleFlag) { \
246 || ctx->Line.StippleFlag) {
s_aalinetemp.h 194 if (ctx->Line.StippleFlag) {
s_span.c 660 ASSERT(ctx->Polygon.StippleFlag);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 155 if (ctx->Polygon.StippleFlag)
227 raster->line_stipple_enable = ctx->Line.StippleFlag;
  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp2.h 141 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) {
148 if ((flags & PRIM_END) && ctx->Line.StippleFlag)
164 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag)
211 if (ctx->Line.StippleFlag)
580 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) {
600 if ((flags & PRIM_END) && ctx->Line.StippleFlag)
621 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag)
664 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag)
t_dd_dmatmp.h 1200 ok = HAVE_LINES && !ctx->Line.StippleFlag;
1203 ok = HAVE_LINE_STRIPS && !ctx->Line.StippleFlag;
1206 ok = HAVE_LINE_STRIPS && !ctx->Line.StippleFlag;
  /external/mesa3d/src/mesa/tnl/
t_vb_render.c 127 const GLboolean stipple = ctx->Line.StippleFlag; \
215 const GLboolean stipple = ctx->Line.StippleFlag; \
  /external/mesa3d/src/mesa/drivers/x11/
xm_line.c 461 if (ctx->Line.StippleFlag) return (swrast_line_func) NULL;
518 && !ctx->Line.StippleFlag
xm_tri.c 1034 && ctx->Polygon.StippleFlag==GL_FALSE) {
1061 && ctx->Polygon.StippleFlag==GL_FALSE) {
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
driverfuncs.c 269 ctx->Driver.Enable(ctx, GL_POLYGON_STIPPLE, ctx->Polygon.StippleFlag);
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 202 if (ctx->Line.StippleFlag) return NULL;
300 if (ctx->Polygon.StippleFlag) return (swrast_tri_func) NULL;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 483 int active = (ctx->Polygon.StippleFlag &&
    [all...]
i830_vtbl.c 217 if (intel->ctx.Polygon.StippleFlag && intel->hw_stipple)
i915_state.c 456 int active = (ctx->Polygon.StippleFlag &&
    [all...]

Completed in 471 milliseconds

1 2