Lines Matching refs:DriverFlags
65 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in cull_face()
66 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in cull_face()
116 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in front_face()
117 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in front_face()
189 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in polygon_mode()
190 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in polygon_mode()
196 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in polygon_mode()
197 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in polygon_mode()
208 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in polygon_mode()
209 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in polygon_mode()
250 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonStipple ? 0 : in _mesa_PolygonStipple()
252 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonStipple; in _mesa_PolygonStipple()
310 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewPolygonState ? 0 : _NEW_POLYGON); in _mesa_polygon_offset_clamp()
311 ctx->NewDriverState |= ctx->DriverFlags.NewPolygonState; in _mesa_polygon_offset_clamp()