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

Unified Diff: gpu/command_buffer/client/gles2_implementation_unittest.cc

Issue 10782005: Add a shallow command buffer flush that doesn't glFlush (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes a test failure Created 8 years, 5 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
Index: gpu/command_buffer/client/gles2_implementation_unittest.cc
diff --git a/gpu/command_buffer/client/gles2_implementation_unittest.cc b/gpu/command_buffer/client/gles2_implementation_unittest.cc
index c64696fbefddfac50adae8662071c841ea00eaf9..c337acd6eb7ceedb698ed71ddc8ef9435faa99e0 100644
--- a/gpu/command_buffer/client/gles2_implementation_unittest.cc
+++ b/gpu/command_buffer/client/gles2_implementation_unittest.cc
@@ -2301,8 +2301,9 @@ TEST_F(GLES2ImplementationTest, GetString) {
// GLES2Implementation.
const char* expected_str =
"foobar "
- "GL_CHROMIUM_map_sub "
"GL_CHROMIUM_flipy "
+ "GL_CHROMIUM_map_sub "
+ "GL_CHROMIUM_shallow_flush "
"GL_EXT_unpack_subimage";
const char kBad = 0x12;
struct Cmds {
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation_autogen.h ('k') | gpu/command_buffer/cmd_buffer_functions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698