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

Unified Diff: gpu/command_buffer/client/gles2_implementation_unittest_autogen.h

Issue 1427543002: Modified old wait sync point functions to also accept new sync tokens. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Folded sync_point into sync_tokens Created 5 years, 2 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_autogen.h
diff --git a/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h b/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
index b737e5c6274aeaaf74a3b476a929325602585041..b9c6ddd6af9c94cdeb3ff7084a43d572c5bc8574 100644
--- a/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
+++ b/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
@@ -3082,17 +3082,6 @@ TEST_F(GLES2ImplementationTest, LoseContextCHROMIUM) {
EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
}
// TODO(zmo): Implement unit test for InsertSyncPointCHROMIUM
-
-TEST_F(GLES2ImplementationTest, WaitSyncPointCHROMIUM) {
- struct Cmds {
- cmds::WaitSyncPointCHROMIUM cmd;
- };
- Cmds expected;
- expected.cmd.Init(1);
-
- gl_->WaitSyncPointCHROMIUM(1);
- EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
-}
// TODO(zmo): Implement unit test for InsertFenceSyncCHROMIUM
// TODO(zmo): Implement unit test for GenSyncTokenCHROMIUM
// TODO(zmo): Implement unit test for GenUnverifiedSyncTokenCHROMIUM

Powered by Google App Engine
This is Rietveld 408576698