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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 222333002: Plumb ScheduleOverlayPlane into the GPU process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 e635ae5b207bf5fa4bd250c6e8ab198a8c09a94d..2c152b3ff9193d79316590b028cfc5b84443e963 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -2537,6 +2537,14 @@ _FUNCTION_INFO = {
'extension': True,
'chromium': True,
},
+ 'ScheduleOverlayPlaneCHROMIUM': {
+ 'type': 'Custom',
+ 'impl_func': False,
piman 2014/04/02 20:09:38 I believe if you set it to true, it will autogen t
+ 'unit_test': False,
+ 'client_test': False,
+ 'extension': True,
+ 'chromium': True,
+ },
}

Powered by Google App Engine
This is Rietveld 408576698