Make remaining GrOp derived classes be skgpu::v1 only

I will follow up with a CL actually moving the newly V1-only files to their final homes and adding namespaces.

Bug: skia:11837
Change-Id: I0fed1a802ae93a4357c53cde2b665ad6ddb49a6f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/418996
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/gn/tests.gni b/gn/tests.gni
index 4c6496e..75c158d 100644
--- a/gn/tests.gni
+++ b/gn/tests.gni
@@ -62,7 +62,6 @@
   "$_tests/DiscardableMemoryPoolTest.cpp",
   "$_tests/DiscardableMemoryTest.cpp",
   "$_tests/DrawBitmapRectTest.cpp",
-  "$_tests/DrawOpAtlasTest.cpp",
   "$_tests/DrawPathTest.cpp",
   "$_tests/DrawTextTest.cpp",
   "$_tests/EmptyPathTest.cpp",
@@ -397,6 +396,7 @@
   "$_tests/ClearTest.cpp",
   "$_tests/DMSAATest.cpp",
   "$_tests/DefaultPathRendererTest.cpp",
+  "$_tests/DrawOpAtlasTest.cpp",
   "$_tests/GrClipStackTest.cpp",
   "$_tests/GrMeshTest.cpp",
   "$_tests/GrMipMappedTest.cpp",