| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 MOCK_METHOD9(CopyTexSubImage3D, | 162 MOCK_METHOD9(CopyTexSubImage3D, |
| 163 void(GLenum target, | 163 void(GLenum target, |
| 164 GLint level, | 164 GLint level, |
| 165 GLint xoffset, | 165 GLint xoffset, |
| 166 GLint yoffset, | 166 GLint yoffset, |
| 167 GLint zoffset, | 167 GLint zoffset, |
| 168 GLint x, | 168 GLint x, |
| 169 GLint y, | 169 GLint y, |
| 170 GLsizei width, | 170 GLsizei width, |
| 171 GLsizei height)); | 171 GLsizei height)); |
| 172 MOCK_METHOD7(CoverFillPathInstancedNV, |
| 173 void(GLsizei numPaths, |
| 174 GLenum pathNameType, |
| 175 const void* paths, |
| 176 GLuint pathBase, |
| 177 GLenum coverMode, |
| 178 GLenum transformType, |
| 179 const GLfloat* transformValues)); |
| 172 MOCK_METHOD2(CoverFillPathNV, void(GLuint path, GLenum coverMode)); | 180 MOCK_METHOD2(CoverFillPathNV, void(GLuint path, GLenum coverMode)); |
| 181 MOCK_METHOD7(CoverStrokePathInstancedNV, |
| 182 void(GLsizei numPaths, |
| 183 GLenum pathNameType, |
| 184 const void* paths, |
| 185 GLuint pathBase, |
| 186 GLenum coverMode, |
| 187 GLenum transformType, |
| 188 const GLfloat* transformValues)); |
| 173 MOCK_METHOD2(CoverStrokePathNV, void(GLuint name, GLenum coverMode)); | 189 MOCK_METHOD2(CoverStrokePathNV, void(GLuint name, GLenum coverMode)); |
| 174 MOCK_METHOD0(CreateProgram, GLuint()); | 190 MOCK_METHOD0(CreateProgram, GLuint()); |
| 175 MOCK_METHOD1(CreateShader, GLuint(GLenum type)); | 191 MOCK_METHOD1(CreateShader, GLuint(GLenum type)); |
| 176 MOCK_METHOD1(CullFace, void(GLenum mode)); | 192 MOCK_METHOD1(CullFace, void(GLenum mode)); |
| 177 MOCK_METHOD2(DeleteBuffersARB, void(GLsizei n, const GLuint* buffers)); | 193 MOCK_METHOD2(DeleteBuffersARB, void(GLsizei n, const GLuint* buffers)); |
| 178 MOCK_METHOD2(DeleteFencesAPPLE, void(GLsizei n, const GLuint* fences)); | 194 MOCK_METHOD2(DeleteFencesAPPLE, void(GLsizei n, const GLuint* fences)); |
| 179 MOCK_METHOD2(DeleteFencesNV, void(GLsizei n, const GLuint* fences)); | 195 MOCK_METHOD2(DeleteFencesNV, void(GLsizei n, const GLuint* fences)); |
| 180 MOCK_METHOD2(DeleteFramebuffersEXT, | 196 MOCK_METHOD2(DeleteFramebuffersEXT, |
| 181 void(GLsizei n, const GLuint* framebuffers)); | 197 void(GLsizei n, const GLuint* framebuffers)); |
| 182 MOCK_METHOD2(DeletePathsNV, void(GLuint path, GLsizei range)); | 198 MOCK_METHOD2(DeletePathsNV, void(GLuint path, GLsizei range)); |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 void(GLsizei n, | 555 void(GLsizei n, |
| 540 const GLuint* shaders, | 556 const GLuint* shaders, |
| 541 GLenum binaryformat, | 557 GLenum binaryformat, |
| 542 const void* binary, | 558 const void* binary, |
| 543 GLsizei length)); | 559 GLsizei length)); |
| 544 MOCK_METHOD4(ShaderSource, | 560 MOCK_METHOD4(ShaderSource, |
| 545 void(GLuint shader, | 561 void(GLuint shader, |
| 546 GLsizei count, | 562 GLsizei count, |
| 547 const char* const* str, | 563 const char* const* str, |
| 548 const GLint* length)); | 564 const GLint* length)); |
| 565 MOCK_METHOD8(StencilFillPathInstancedNV, |
| 566 void(GLsizei numPaths, |
| 567 GLenum pathNameType, |
| 568 const void* paths, |
| 569 GLuint pathBase, |
| 570 GLenum fillMode, |
| 571 GLuint mask, |
| 572 GLenum transformType, |
| 573 const GLfloat* transformValues)); |
| 549 MOCK_METHOD3(StencilFillPathNV, | 574 MOCK_METHOD3(StencilFillPathNV, |
| 550 void(GLuint path, GLenum fillMode, GLuint mask)); | 575 void(GLuint path, GLenum fillMode, GLuint mask)); |
| 551 MOCK_METHOD3(StencilFunc, void(GLenum func, GLint ref, GLuint mask)); | 576 MOCK_METHOD3(StencilFunc, void(GLenum func, GLint ref, GLuint mask)); |
| 552 MOCK_METHOD4(StencilFuncSeparate, | 577 MOCK_METHOD4(StencilFuncSeparate, |
| 553 void(GLenum face, GLenum func, GLint ref, GLuint mask)); | 578 void(GLenum face, GLenum func, GLint ref, GLuint mask)); |
| 554 MOCK_METHOD1(StencilMask, void(GLuint mask)); | 579 MOCK_METHOD1(StencilMask, void(GLuint mask)); |
| 555 MOCK_METHOD2(StencilMaskSeparate, void(GLenum face, GLuint mask)); | 580 MOCK_METHOD2(StencilMaskSeparate, void(GLenum face, GLuint mask)); |
| 556 MOCK_METHOD3(StencilOp, void(GLenum fail, GLenum zfail, GLenum zpass)); | 581 MOCK_METHOD3(StencilOp, void(GLenum fail, GLenum zfail, GLenum zpass)); |
| 557 MOCK_METHOD4(StencilOpSeparate, | 582 MOCK_METHOD4(StencilOpSeparate, |
| 558 void(GLenum face, GLenum fail, GLenum zfail, GLenum zpass)); | 583 void(GLenum face, GLenum fail, GLenum zfail, GLenum zpass)); |
| 584 MOCK_METHOD8(StencilStrokePathInstancedNV, |
| 585 void(GLsizei numPaths, |
| 586 GLenum pathNameType, |
| 587 const void* paths, |
| 588 GLuint pathBase, |
| 589 GLint ref, |
| 590 GLuint mask, |
| 591 GLenum transformType, |
| 592 const GLfloat* transformValues)); |
| 559 MOCK_METHOD3(StencilStrokePathNV, | 593 MOCK_METHOD3(StencilStrokePathNV, |
| 560 void(GLuint path, GLint reference, GLuint mask)); | 594 void(GLuint path, GLint reference, GLuint mask)); |
| 595 MOCK_METHOD9(StencilThenCoverFillPathInstancedNV, |
| 596 void(GLsizei numPaths, |
| 597 GLenum pathNameType, |
| 598 const void* paths, |
| 599 GLuint pathBase, |
| 600 GLenum fillMode, |
| 601 GLuint mask, |
| 602 GLenum coverMode, |
| 603 GLenum transformType, |
| 604 const GLfloat* transformValues)); |
| 561 MOCK_METHOD4(StencilThenCoverFillPathNV, | 605 MOCK_METHOD4(StencilThenCoverFillPathNV, |
| 562 void(GLuint path, GLenum fillMode, GLuint mask, GLenum coverMode)); | 606 void(GLuint path, GLenum fillMode, GLuint mask, GLenum coverMode)); |
| 607 MOCK_METHOD9(StencilThenCoverStrokePathInstancedNV, |
| 608 void(GLsizei numPaths, |
| 609 GLenum pathNameType, |
| 610 const void* paths, |
| 611 GLuint pathBase, |
| 612 GLint ref, |
| 613 GLuint mask, |
| 614 GLenum coverMode, |
| 615 GLenum transformType, |
| 616 const GLfloat* transformValues)); |
| 563 MOCK_METHOD4(StencilThenCoverStrokePathNV, | 617 MOCK_METHOD4(StencilThenCoverStrokePathNV, |
| 564 void(GLuint path, GLint reference, GLuint mask, GLenum coverMode)); | 618 void(GLuint path, GLint reference, GLuint mask, GLenum coverMode)); |
| 565 MOCK_METHOD1(TestFenceAPPLE, GLboolean(GLuint fence)); | 619 MOCK_METHOD1(TestFenceAPPLE, GLboolean(GLuint fence)); |
| 566 MOCK_METHOD1(TestFenceNV, GLboolean(GLuint fence)); | 620 MOCK_METHOD1(TestFenceNV, GLboolean(GLuint fence)); |
| 567 MOCK_METHOD9(TexImage2D, | 621 MOCK_METHOD9(TexImage2D, |
| 568 void(GLenum target, | 622 void(GLenum target, |
| 569 GLint level, | 623 GLint level, |
| 570 GLint internalformat, | 624 GLint internalformat, |
| 571 GLsizei width, | 625 GLsizei width, |
| 572 GLsizei height, | 626 GLsizei height, |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 const void* ptr)); | 779 const void* ptr)); |
| 726 MOCK_METHOD6(VertexAttribPointer, | 780 MOCK_METHOD6(VertexAttribPointer, |
| 727 void(GLuint indx, | 781 void(GLuint indx, |
| 728 GLint size, | 782 GLint size, |
| 729 GLenum type, | 783 GLenum type, |
| 730 GLboolean normalized, | 784 GLboolean normalized, |
| 731 GLsizei stride, | 785 GLsizei stride, |
| 732 const void* ptr)); | 786 const void* ptr)); |
| 733 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height)); | 787 MOCK_METHOD4(Viewport, void(GLint x, GLint y, GLsizei width, GLsizei height)); |
| 734 MOCK_METHOD3(WaitSync, GLenum(GLsync sync, GLbitfield flags, GLuint64 timeout)); | 788 MOCK_METHOD3(WaitSync, GLenum(GLsync sync, GLbitfield flags, GLuint64 timeout)); |
| OLD | NEW |