Home | History | Annotate | Download | only in main

Lines Matching refs:SmoothFlag

278       attr->LineSmooth = ctx->Line.SmoothFlag;
304 attr->PointSmooth = ctx->Point.SmoothFlag;
309 attr->PolygonSmooth = ctx->Polygon.SmoothFlag;
528 TEST_AND_UPDATE(ctx->Line.SmoothFlag, enable->LineSmooth, GL_LINE_SMOOTH);
583 TEST_AND_UPDATE(ctx->Point.SmoothFlag, enable->PointSmooth,
595 TEST_AND_UPDATE(ctx->Polygon.SmoothFlag, enable->PolygonSmooth,
1123 _mesa_set_enable(ctx, GL_LINE_SMOOTH, line->SmoothFlag);
1143 _mesa_set_enable(ctx, GL_POINT_SMOOTH, point->SmoothFlag);
1183 _mesa_set_enable(ctx, GL_POLYGON_SMOOTH, polygon->SmoothFlag);