| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 // | 4 // |
| 5 // This file is auto-generated from | 5 // This file is auto-generated from |
| 6 // ui/gl/generate_bindings.py | 6 // ui/gl/generate_bindings.py |
| 7 // It's formatted by clang-format using chromium coding style: | 7 // It's formatted by clang-format using chromium coding style: |
| 8 // clang-format -i -style=chromium filename | 8 // clang-format -i -style=chromium filename |
| 9 // DO NOT EDIT! | 9 // DO NOT EDIT! |
| 10 | 10 |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 GLsizei height) override; | 183 GLsizei height) override; |
| 184 void glCopyTexSubImage3DFn(GLenum target, | 184 void glCopyTexSubImage3DFn(GLenum target, |
| 185 GLint level, | 185 GLint level, |
| 186 GLint xoffset, | 186 GLint xoffset, |
| 187 GLint yoffset, | 187 GLint yoffset, |
| 188 GLint zoffset, | 188 GLint zoffset, |
| 189 GLint x, | 189 GLint x, |
| 190 GLint y, | 190 GLint y, |
| 191 GLsizei width, | 191 GLsizei width, |
| 192 GLsizei height) override; | 192 GLsizei height) override; |
| 193 void glCoverageModulationNVFn(GLenum components) override; |
| 193 void glCoverFillPathInstancedNVFn(GLsizei numPaths, | 194 void glCoverFillPathInstancedNVFn(GLsizei numPaths, |
| 194 GLenum pathNameType, | 195 GLenum pathNameType, |
| 195 const void* paths, | 196 const void* paths, |
| 196 GLuint pathBase, | 197 GLuint pathBase, |
| 197 GLenum coverMode, | 198 GLenum coverMode, |
| 198 GLenum transformType, | 199 GLenum transformType, |
| 199 const GLfloat* transformValues) override; | 200 const GLfloat* transformValues) override; |
| 200 void glCoverFillPathNVFn(GLuint path, GLenum coverMode) override; | 201 void glCoverFillPathNVFn(GLuint path, GLenum coverMode) override; |
| 201 void glCoverStrokePathInstancedNVFn(GLsizei numPaths, | 202 void glCoverStrokePathInstancedNVFn(GLsizei numPaths, |
| 202 GLenum pathNameType, | 203 GLenum pathNameType, |
| (...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 823 GLsizei stride, | 824 GLsizei stride, |
| 824 const void* ptr) override; | 825 const void* ptr) override; |
| 825 void glVertexAttribPointerFn(GLuint indx, | 826 void glVertexAttribPointerFn(GLuint indx, |
| 826 GLint size, | 827 GLint size, |
| 827 GLenum type, | 828 GLenum type, |
| 828 GLboolean normalized, | 829 GLboolean normalized, |
| 829 GLsizei stride, | 830 GLsizei stride, |
| 830 const void* ptr) override; | 831 const void* ptr) override; |
| 831 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override; | 832 void glViewportFn(GLint x, GLint y, GLsizei width, GLsizei height) override; |
| 832 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override; | 833 GLenum glWaitSyncFn(GLsync sync, GLbitfield flags, GLuint64 timeout) override; |
| OLD | NEW |