Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: dm/DM.cpp

Issue 1684413003: Implement support for using GL ES 3.0 with command buffer (Closed) Base URL: https://skia.googlesource.com/skia.git@no-texture-rectangle-gles
Patch Set: change numConfigs check Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dm/DMGpuSupport.h » ('j') | src/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DM.cpp
diff --git a/dm/DM.cpp b/dm/DM.cpp
index c87f578babf22df5bf86aec95ace2b86d27ca205..a30ad510aa54beff97e9859a56d74cc3286f462c 100644
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -1225,7 +1225,8 @@ void RunWithGPUTestContexts(T test, GPUTestContexts testContexts, Reporter* repo
GrContextFactory::kANGLE_GL_GLContextType,
#endif
#if SK_COMMAND_BUFFER
- GrContextFactory::kCommandBuffer_GLContextType,
+ GrContextFactory::kCommandBufferES2_GLContextType,
+ GrContextFactory::kCommandBufferES3_GLContextType,
#endif
#if SK_MESA
GrContextFactory::kMESA_GLContextType,
« no previous file with comments | « no previous file | dm/DMGpuSupport.h » ('j') | src/gpu/gl/command_buffer/SkCommandBufferGLContext.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698