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

Unified Diff: ui/gl/generate_bindings.py

Issue 2670213005: Hook ANGLE_request_extension up to the passthrough cmd decoder. (Closed)
Patch Set: Address zmo@'s comments Created 3 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
« no previous file with comments | « third_party/WebKit/Source/modules/webgl/WebGLDebugShaders.cpp ('k') | ui/gl/gl_bindings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/generate_bindings.py
diff --git a/ui/gl/generate_bindings.py b/ui/gl/generate_bindings.py
index 5ef8b9f2ef0c7284f04fe31f7aaaa2eb76b9e977..74b80c7e6821744ad3a34ce5ede16311f95addb8 100755
--- a/ui/gl/generate_bindings.py
+++ b/ui/gl/generate_bindings.py
@@ -1330,6 +1330,10 @@ GL_FUNCTIONS = [
'arguments': 'GLenum target, GLsizei samples, GLenum internalformat, '
'GLsizei width, GLsizei height', },
{ 'return_type': 'void',
+ 'versions': [{ 'name': 'glRequestExtensionANGLE',
+ 'extensions': ['GL_ANGLE_request_extension'] }],
+ 'arguments': 'const char* name', },
+{ 'return_type': 'void',
'versions': [{ 'name': 'glResumeTransformFeedback',
'extensions': ['GL_ARB_transform_feedback2'] }],
'arguments': 'void', },
« no previous file with comments | « third_party/WebKit/Source/modules/webgl/WebGLDebugShaders.cpp ('k') | ui/gl/gl_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698