Move more Ops to skgpu::v1 namespace

GrFillRRectOp
GrFillRectOp

Bug: skia:11837
Change-Id: Icdecc2ccd9def659b0d9402910b2072e02577a66
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/444817
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/src/gpu/ops/TextureOp.h b/src/gpu/ops/TextureOp.h
index d976c90..998578c 100644
--- a/src/gpu/ops/TextureOp.h
+++ b/src/gpu/ops/TextureOp.h
@@ -43,9 +43,9 @@
      * boundary for the strict src rect constraint. If GrAAType is kCoverage then AA is applied to
      * the edges indicated by GrQuadAAFlags. Otherwise, GrQuadAAFlags is ignored.
      *
-     * This is functionally very similar to GrFillRectOp::Make, except that the GrPaint has been
+     * This is functionally very similar to FillRectOp::Make, except that the GrPaint has been
      * deconstructed into the texture, filter, modulating color, and blend mode. When blend mode is
-     * src over, this will return a GrFillRectOp with a paint that samples the proxy.
+     * src over, this will return a FillRectOp with a paint that samples the proxy.
      */
     static GrOp::Owner Make(GrRecordingContext*,
                             GrSurfaceProxyView,
@@ -61,7 +61,7 @@
                             const SkRect* subset = nullptr);
 
 #if SK_GPU_V1
-    // Automatically falls back to using one GrFillRectOp per entry if dynamic states are not
+    // Automatically falls back to using one FillRectOp per entry if dynamic states are not
     // supported, or if the blend mode is not src-over. 'cnt' is the size of the entry array.
     // 'proxyCnt' <= 'cnt' and represents the number of proxy switches within the array.
     static void AddTextureSetOps(skgpu::v1::SurfaceDrawContext*,