diff options
author | bsalomon@google.com <bsalomon@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 21:15:26 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-22 21:15:26 +0000 |
commit | 5d4e7891fed86e6d44b0b78eba764f7442b0fa3c (patch) | |
tree | 9adb62aae01068e65cd1a0d9ac0e1b743314aeea /ui/gfx/gl/generate_bindings.py | |
parent | 60cbde46b6698bc94b638d5614e13b65447ace3c (diff) | |
download | chromium_src-5d4e7891fed86e6d44b0b78eba764f7442b0fa3c.zip chromium_src-5d4e7891fed86e6d44b0b78eba764f7442b0fa3c.tar.gz chromium_src-5d4e7891fed86e6d44b0b78eba764f7442b0fa3c.tar.bz2 |
Roll skia to 2303
Review URL: http://codereview.chromium.org/7977031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102366 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/gl/generate_bindings.py')
-rw-r--r-- | ui/gfx/gl/generate_bindings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gfx/gl/generate_bindings.py b/ui/gfx/gl/generate_bindings.py index 055e4e4..a39a1f5 100644 --- a/ui/gfx/gl/generate_bindings.py +++ b/ui/gfx/gl/generate_bindings.py @@ -16,6 +16,8 @@ GL_FUNCTIONS = [ ['void', ['glBindAttribLocation'], 'GLuint program, GLuint index, const char* name'], ['void', ['glBindBuffer'], 'GLenum target, GLuint buffer'], +['void', ['glBindFragDataLocation'], + 'GLuint program, GLuint colorNumber, const char* name'], ['void', ['glBindFragDataLocationIndexedARB'], 'GLuint program, GLuint colorNumber, GLuint index, const char* name'], ['void', ['glBindFramebufferEXT', 'glBindFramebuffer'], |