Searched refs:OffsetLine (Results 1 – 5 of 5) sorted by relevance
155 ctx->Polygon.OffsetLine || in st_update_rasterizer()158 raster->offset_line = ctx->Polygon.OffsetLine; in st_update_rasterizer()
378 ctx->Polygon.OffsetLine = GL_FALSE; in _mesa_init_polygon()
180 attr->PolygonOffsetLine = ctx->Polygon.OffsetLine; in _mesa_PushAttrib()432 TEST_AND_UPDATE(ctx->Polygon.OffsetLine, enable->PolygonOffsetLine, in pop_enable_group()970 TEST_AND_UPDATE(ctx->Polygon.OffsetLine, attr->Polygon.OffsetLine, in _mesa_PopAttrib()
839 if (ctx->Polygon.OffsetLine == state) in _mesa_set_enable()844 ctx->Polygon.OffsetLine = state; in _mesa_set_enable()1709 return ctx->Polygon.OffsetLine; in _mesa_IsEnabled()
682 GLboolean OffsetLine; /**< Offset in GL_LINE mode */ member