Remove gpu configs that don't have explicit API.

DOCS_PREVIEW= https://skia.org/?cl=9871

Change-Id: I510473cf91d8bee38d1e33424b1ae7b30dc86968
Reviewed-on: https://skia-review.googlesource.com/9871
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
diff --git a/tests/GLProgramsTest.cpp b/tests/GLProgramsTest.cpp
index 688c592..a8434ec 100644
--- a/tests/GLProgramsTest.cpp
+++ b/tests/GLProgramsTest.cpp
@@ -422,7 +422,8 @@
 }
 
 static bool is_native_gl_context_type(sk_gpu_test::GrContextFactory::ContextType type) {
-    return type == sk_gpu_test::GrContextFactory::kNativeGL_ContextType;
+    return type == sk_gpu_test::GrContextFactory::kGL_ContextType ||
+           type == sk_gpu_test::GrContextFactory::kGLES_ContextType;
 }
 
 static bool is_other_rendering_gl_context_type(sk_gpu_test::GrContextFactory::ContextType type) {