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