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

Unified Diff: gpu/command_buffer/service/gles2_cmd_decoder_mock.h

Issue 1331843005: Implemented new fence syncs which replaces the old sync points. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some fixes Created 5 years, 3 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/service/gles2_cmd_decoder_mock.h
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_mock.h b/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
index 2f79a3d72f02b72dfe33697f86bbfe5dc262e1a3..6249a3b5843e4901decfa7ed5a2f3245a5583ff7 100644
--- a/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_mock.h
@@ -114,6 +114,10 @@ class MockGLES2Decoder : public GLES2Decoder {
void(const ShaderCacheCallback& callback));
MOCK_METHOD1(SetWaitSyncPointCallback,
void(const WaitSyncPointCallback& callback));
+ MOCK_METHOD1(SetFenceSyncReleaseCallback,
+ void(const FenceSyncReleaseCallback& callback));
+ MOCK_METHOD1(SetWaitFenceSyncCallback,
+ void(const WaitFenceSyncCallback& callback));
MOCK_METHOD1(WaitForReadPixels,
void(base::Closure callback));
MOCK_METHOD0(GetTextureUploadCount, uint32());

Powered by Google App Engine
This is Rietveld 408576698