Searched refs:StippleFlag (Results 1 – 7 of 7) sorted by relevance
165 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()
143 ctx->Line.StippleFlag = GL_FALSE; in _mesa_init_line()
154 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()
580 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()
373 ctx->Polygon.StippleFlag = GL_FALSE; in _mesa_init_polygon()
547 GLboolean StippleFlag; /**< GL_LINE_STIPPLE enabled? */ member676 GLboolean StippleFlag; /**< True if GL_POLYGON_STIPPLE is enabled */ member
204 if (begin1 == 1 && (in_dlist || ctx->Line.StippleFlag)) in vbo_merge_draws()