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

Unified Diff: ui/gl/generate_bindings.py

Issue 940523003: Make gl_bindings_skia_in_process work with OpenGL ES3 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix Created 5 years, 10 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 | « no previous file | ui/gl/gl_bindings_api_autogen_gl.h » ('j') | ui/gl/gl_bindings_skia_in_process.cc » ('J')
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 639ec7e271f50aaa12cde95c5044059991bb9f60..2eb23735d940f0fe3af0b5bd7b766279b2c47d88 100755
--- a/ui/gl/generate_bindings.py
+++ b/ui/gl/generate_bindings.py
@@ -621,6 +621,9 @@ GL_FUNCTIONS = [
{ 'return_type': 'const GLubyte*',
'names': ['glGetString'],
'arguments': 'GLenum name', },
+{ 'return_type': 'const GLubyte*',
+ 'names': ['glGetStringi'],
+ 'arguments': 'GLenum name, GLuint index', },
{ 'return_type': 'void',
'versions': [{ 'name': 'glGetSynciv',
'extensions': ['GL_ARB_sync'] }],
« no previous file with comments | « no previous file | ui/gl/gl_bindings_api_autogen_gl.h » ('j') | ui/gl/gl_bindings_skia_in_process.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698