From eddbefb4a5794b1d9f4e58a7cdf4e768b837c17f Mon Sep 17 00:00:00 2001 From: hendrikw Date: Fri, 11 Sep 2015 13:07:29 -0700 Subject: skia: Add ANGLE with GL backend to nanobench/DM This will allow us to test this without hacking it in, might be useful for others too. Review URL: https://codereview.chromium.org/1338003002 --- bench/nanobench.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'bench') diff --git a/bench/nanobench.cpp b/bench/nanobench.cpp index a5a70d9220..e7019dcb8c 100644 --- a/bench/nanobench.cpp +++ b/bench/nanobench.cpp @@ -443,6 +443,7 @@ static void create_configs(SkTDArray* configs) { GPU_CONFIG(nullgpu, kNull_GLContextType, 0, false) #ifdef SK_ANGLE GPU_CONFIG(angle, kANGLE_GLContextType, 0, false) + GPU_CONFIG(angle-gl, kANGLE_GL_GLContextType, 0, false) #endif #ifdef SK_COMMAND_BUFFER GPU_CONFIG(commandbuffer, kCommandBuffer_GLContextType, 0, false) -- cgit v1.2.3