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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

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: Fix mock gpu video accelerator factory 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/build_gles2_cmd_buffer.py
diff --git a/gpu/command_buffer/build_gles2_cmd_buffer.py b/gpu/command_buffer/build_gles2_cmd_buffer.py
index a1071abcd085cbf2b946f260c77c7380d2476260..6594de45d62361078f1a78c12299b532a8b19182 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -4076,7 +4076,8 @@ _FUNCTION_INFO = {
},
'WaitSyncPointCHROMIUM': {
'type': 'Custom',
- 'impl_func': True,
+ 'impl_func': False,
+ 'cmd_args': 'GLuint sync_point',
'extension': "CHROMIUM_sync_point",
'chromium': True,
'trace_level': 1,

Powered by Google App Engine
This is Rietveld 408576698