Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c165 raster->poly_stipple_enable = ctx->Polygon.StippleFlag; in st_update_rasterizer()
254 raster->line_stipple_enable = ctx->Line.StippleFlag && ctx->Line.StipplePattern != 0xffff; in st_update_rasterizer()
/third_party/mesa3d/src/mesa/main/
Dlines.c143 ctx->Line.StippleFlag = GL_FALSE; in _mesa_init_line()
Dattrib.c154 attr->LineStipple = ctx->Line.StippleFlag; in _mesa_PushAttrib()
183 attr->PolygonStipple = ctx->Polygon.StippleFlag; in _mesa_PushAttrib()
378 TEST_AND_UPDATE(ctx->Line.StippleFlag, enable->LineStipple, in pop_enable_group()
438 TEST_AND_UPDATE(ctx->Polygon.StippleFlag, enable->PolygonStipple, in pop_enable_group()
919 TEST_AND_UPDATE(ctx->Line.StippleFlag, attr->Line.StippleFlag, GL_LINE_STIPPLE); in _mesa_PopAttrib()
966 TEST_AND_UPDATE(ctx->Polygon.StippleFlag, attr->Polygon.StippleFlag, GL_POLYGON_STIPPLE); in _mesa_PopAttrib()
Denable.c580 if (ctx->Line.StippleFlag == state) in _mesa_set_enable()
585 ctx->Line.StippleFlag = state; in _mesa_set_enable()
819 if (ctx->Polygon.StippleFlag == state) in _mesa_set_enable()
824 ctx->Polygon.StippleFlag = state; in _mesa_set_enable()
1605 return ctx->Line.StippleFlag; in _mesa_IsEnabled()
1701 return ctx->Polygon.StippleFlag; in _mesa_IsEnabled()
Dpolygon.c373 ctx->Polygon.StippleFlag = GL_FALSE; in _mesa_init_polygon()
Dmtypes.h547 GLboolean StippleFlag; /**< GL_LINE_STIPPLE enabled? */ member
676 GLboolean StippleFlag; /**< True if GL_POLYGON_STIPPLE is enabled */ member
/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec.c204 if (begin1 == 1 && (in_dlist || ctx->Line.StippleFlag)) in vbo_merge_draws()