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

Unified Diff: ui/gl/generate_bindings.py

Issue 10822029: Use EXT_robustness where available on GLES2 platforms to detect and respond to resets of the graphi… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed GL interface mock. Created 8 years, 5 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: ui/gl/generate_bindings.py
diff --git a/ui/gl/generate_bindings.py b/ui/gl/generate_bindings.py
index 11ccff2e32306ae3f004b6bcf1e9c70b7905269d..382c3ee7d960634201732a0fabea452c1b01e245 100755
--- a/ui/gl/generate_bindings.py
+++ b/ui/gl/generate_bindings.py
@@ -292,6 +292,9 @@ GL_FUNCTIONS = [
{ 'return_type': 'GLenum',
'names': ['glGetGraphicsResetStatusARB'],
'arguments': 'void', },
+{ 'return_type': 'GLenum',
+ 'names': ['glGetGraphicsResetStatusEXT'],
apatrick_chromium 2012/07/26 22:12:38 ...here, just like glGetFramebufferAttachmentParam
+ 'arguments': 'void', },
{ 'return_type': 'void',
'names': ['glGetIntegerv'],
'arguments': 'GLenum pname, GLint* params', },

Powered by Google App Engine
This is Rietveld 408576698