Home
last modified time | relevance | path

Searched refs:StippleFlag (Results 1 – 25 of 27) sorted by relevance

12

/external/mesa3d/src/mesa/tnl_dd/
Dt_dd_dmatmp2.h141 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) { in TAG()
148 if ((flags & PRIM_END) && ctx->Line.StippleFlag) in TAG()
164 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) in TAG()
211 if (ctx->Line.StippleFlag) in TAG()
580 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) { in TAG()
600 if ((flags & PRIM_END) && ctx->Line.StippleFlag) in TAG()
621 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) in TAG()
664 if ((flags & PRIM_BEGIN) && ctx->Line.StippleFlag) in TAG()
Dt_dd_dmatmp.h458 ok = !ctx->Line.StippleFlag; in TAG()
/external/mesa3d/src/mesa/swrast/
Ds_lines.c128 if (ctx->Line.StippleFlag) { \
147 if (ctx->Line.StippleFlag) { \
245 || ctx->Line.StippleFlag) { in _swrast_choose_line()
Ds_aalinetemp.h195 if (ctx->Line.StippleFlag) { in NAME()
Ds_span.c663 assert(ctx->Polygon.StippleFlag); in stipple_polygon_span()
1198 if (ctx->Polygon.StippleFlag && span->primitive == GL_POLYGON) { in _swrast_write_rgba_span()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c166 raster->poly_stipple_enable = ctx->Polygon.StippleFlag; in st_update_rasterizer()
249 raster->line_stipple_enable = ctx->Line.StippleFlag; in st_update_rasterizer()
/external/mesa3d/src/mesa/main/
Dlines.c147 ctx->Line.StippleFlag = GL_FALSE; in _mesa_init_line()
Denable.c465 if (ctx->Line.StippleFlag == state) in _mesa_set_enable()
469 ctx->Line.StippleFlag = state; in _mesa_set_enable()
672 if (ctx->Polygon.StippleFlag == state) in _mesa_set_enable()
677 ctx->Polygon.StippleFlag = state; in _mesa_set_enable()
1382 return ctx->Line.StippleFlag; in _mesa_IsEnabled()
1478 return ctx->Polygon.StippleFlag; in _mesa_IsEnabled()
Dattrib.c338 attr->LineStipple = ctx->Line.StippleFlag; in _mesa_PushAttrib()
367 attr->PolygonStipple = ctx->Polygon.StippleFlag; in _mesa_PushAttrib()
612 TEST_AND_UPDATE(ctx->Line.StippleFlag, enable->LineStipple, in pop_enable_group()
672 TEST_AND_UPDATE(ctx->Polygon.StippleFlag, enable->PolygonStipple, in pop_enable_group()
1230 _mesa_set_enable(ctx, GL_LINE_STIPPLE, line->StippleFlag); in _mesa_PopAttrib()
1292 _mesa_set_enable(ctx, GL_POLYGON_STIPPLE, polygon->StippleFlag); in _mesa_PopAttrib()
Dpolygon.c377 ctx->Polygon.StippleFlag = GL_FALSE; in _mesa_init_polygon()
Dmtypes.h691 GLboolean StippleFlag; /**< GL_LINE_STIPPLE enabled? */ member
818 GLboolean StippleFlag; /**< True if GL_POLYGON_STIPPLE is enabled */ member
/external/mesa3d/src/mesa/tnl/
Dt_vb_render.c129 const GLboolean stipple = ctx->Line.StippleFlag; \
217 const GLboolean stipple = ctx->Line.StippleFlag; \
/external/mesa3d/src/mesa/drivers/x11/
Dxm_line.c461 if (ctx->Line.StippleFlag) return (swrast_line_func) NULL; in get_line_func()
518 && !ctx->Line.StippleFlag in get_line_func()
Dxm_tri.c1036 && ctx->Polygon.StippleFlag==GL_FALSE) { in get_triangle_func()
1063 && ctx->Polygon.StippleFlag==GL_FALSE) { in get_triangle_func()
1087 && ctx->Polygon.StippleFlag==GL_FALSE) { in get_triangle_func()
1112 && ctx->Polygon.StippleFlag==GL_FALSE) { in get_triangle_func()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c254 ctx->Driver.Enable(ctx, GL_POLYGON_STIPPLE, ctx->Polygon.StippleFlag); in _mesa_init_driver_state()
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c220 ctx->Line.StippleFlag || in osmesa_choose_line_function()
331 ctx->Polygon.StippleFlag || in osmesa_choose_triangle_function()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c953 (ctx->Polygon.StippleFlag ? DD_TRI_STIPPLE : 0) | in intelChooseRenderState()
957 (ctx->Line.StippleFlag ? DD_LINE_STIPPLE : 0) | in intelChooseRenderState()
Di915_vtbl.c78 if (intel->ctx.Polygon.StippleFlag && intel->hw_stipple) in i915_reduced_primitive_state()
Di830_vtbl.c215 if (intel->ctx.Polygon.StippleFlag && intel->hw_stipple) in i830_reduced_primitive_state()
Di830_state.c474 int active = (ctx->Polygon.StippleFlag && in i830PolygonStipple()
Di915_state.c440 int active = (ctx->Polygon.StippleFlag && in i915PolygonStipple()
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c189 if (!ctx->Polygon.StippleFlag) in genX()
228 if (!ctx->Polygon.StippleFlag) in genX()
264 if (!ctx->Line.StippleFlag) in genX()
1608 sf.LineStippleEnable = ctx->Line.StippleFlag;
1921 wm.LineStippleEnable = ctx->Line.StippleFlag;
1924 wm.PolygonStippleEnable = ctx->Polygon.StippleFlag;
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h446 { GL_LINE_STIPPLE, CONTEXT_BOOL(Line.StippleFlag), NO_EXTRA },
505 { GL_POLYGON_STIPPLE, CONTEXT_BOOL(Polygon.StippleFlag), NO_EXTRA },
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c673 const GLboolean stipple = ctx->Line.StippleFlag; \
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c550 const GLboolean stipple = ctx->Line.StippleFlag; \

12