| 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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 MOCK_METHOD9(CopyTexSubImage3D, | 170 MOCK_METHOD9(CopyTexSubImage3D, |
| 171 void(GLenum target, | 171 void(GLenum target, |
| 172 GLint level, | 172 GLint level, |
| 173 GLint xoffset, | 173 GLint xoffset, |
| 174 GLint yoffset, | 174 GLint yoffset, |
| 175 GLint zoffset, | 175 GLint zoffset, |
| 176 GLint x, | 176 GLint x, |
| 177 GLint y, | 177 GLint y, |
| 178 GLsizei width, | 178 GLsizei width, |
| 179 GLsizei height)); | 179 GLsizei height)); |
| 180 MOCK_METHOD1(CoverageModulationNV, void(GLenum components)); |
| 180 MOCK_METHOD7(CoverFillPathInstancedNV, | 181 MOCK_METHOD7(CoverFillPathInstancedNV, |
| 181 void(GLsizei numPaths, | 182 void(GLsizei numPaths, |
| 182 GLenum pathNameType, | 183 GLenum pathNameType, |
| 183 const void* paths, | 184 const void* paths, |
| 184 GLuint pathBase, | 185 GLuint pathBase, |
| 185 GLenum coverMode, | 186 GLenum coverMode, |
| 186 GLenum transformType, | 187 GLenum transformType, |
| 187 const GLfloat* transformValues)); | 188 const GLfloat* transformValues)); |
| 188 MOCK_METHOD2(CoverFillPathNV, void(GLuint path, GLenum coverMode)); | 189 MOCK_METHOD2(CoverFillPathNV, void(GLuint path, GLenum coverMode)); |
| 189 MOCK_METHOD7(CoverStrokePathInstancedNV, | 190 MOCK_METHOD7(CoverStrokePathInstancedNV, |
| (...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 814 const void* ptr)); | 815 const void* ptr)); |
| 815 MOCK_METHOD6(VertexAttribPointer, | 816 MOCK_METHOD6(VertexAttribPointer, |
| 816 void(GLuint indx, | 817 void(GLuint indx, |
| 817 GLint size, | 818 GLint size, |
| 818 GLenum type, | 819 GLenum type, |
| 819 GLboolean normalized, | 820 GLboolean normalized, |
| 820 GLsizei stride, | 821 GLsizei stride, |
| 821 const void* ptr)); | 822 const void* ptr)); |
| 822 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height)); | 823 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height)); |
| 823 MOCK_METHOD3(WaitSync, GLenum(GLsync sync, GLbitfield flags, GLuint64 timeout)); | 824 MOCK_METHOD3(WaitSync, GLenum(GLsync sync, GLbitfield flags, GLuint64 timeout)); |
| OLD | NEW |