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

Unified Diff: ui/gl/generate_bindings.py

Issue 1218223005: command_buffer: Implement CHROMIUM_framebuffer_mixed_samples extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new-05-path-fragment-input-gen
Patch Set: rebase, add bogus spec text Created 5 years 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 c1d08a05d5f2b47caa75eee5dd09cca77a928e01..69c9f8b6414b11bd3bac905a8a00679491745e71 100755
--- a/ui/gl/generate_bindings.py
+++ b/ui/gl/generate_bindings.py
@@ -252,6 +252,9 @@ GL_FUNCTIONS = [
'GLenum target, GLint level, GLint xoffset, GLint yoffset, '
'GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height', },
{ 'return_type': 'void',
+ 'names': ['glCoverageModulationNV'],
+ 'arguments': 'GLenum components'},
+{ 'return_type': 'void',
'names': ['glCoverFillPathInstancedNV'],
'arguments': 'GLsizei numPaths, GLenum pathNameType, const void* paths, '
'GLuint pathBase, GLenum coverMode, GLenum transformType, '

Powered by Google App Engine
This is Rietveld 408576698