Run the Programs unit test on all rendering backends

Change-Id: I2bf8070fccacb21d2c5de56cdd9b6b77adb6c5a1
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/368876
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
diff --git a/tests/ProgramsTest.cpp b/tests/ProgramsTest.cpp
index a569151..e3310e2 100644
--- a/tests/ProgramsTest.cpp
+++ b/tests/ProgramsTest.cpp
@@ -415,6 +415,6 @@
     GrContextOptions opts = options;
     opts.fSuppressPrints = true;
     sk_gpu_test::GrContextFactory debugFactory(opts);
-    skiatest::RunWithGPUTestContexts(test_programs, &skiatest::IsRenderingGLOrMetalContextType,
-                                     reporter, opts);
+    skiatest::RunWithGPUTestContexts(
+            test_programs, &sk_gpu_test::GrContextFactory::IsRenderingContext, reporter, opts);
 }