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 // gpu/command_buffer/build_gles2_cmd_buffer.py | 6 // gpu/command_buffer/build_gles2_cmd_buffer.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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
522 GLint bounds_x, | 522 GLint bounds_x, |
523 GLint bounds_y, | 523 GLint bounds_y, |
524 GLint bounds_width, | 524 GLint bounds_width, |
525 GLint bounds_height, | 525 GLint bounds_height, |
526 GLfloat uv_x, | 526 GLfloat uv_x, |
527 GLfloat uv_y, | 527 GLfloat uv_y, |
528 GLfloat uv_width, | 528 GLfloat uv_width, |
529 GLfloat uv_height) OVERRIDE; | 529 GLfloat uv_height) OVERRIDE; |
530 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) OVERRIDE; | 530 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) OVERRIDE; |
531 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) OVERRIDE; | 531 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) OVERRIDE; |
| 532 virtual GLuint GenPathsCHROMIUM(GLsizei range) OVERRIDE; |
| 533 virtual void DeletePathsCHROMIUM(GLuint path, GLsizei range) OVERRIDE; |
| 534 virtual GLboolean IsPathCHROMIUM(GLuint path) OVERRIDE; |
| 535 virtual void PathCommandsCHROMIUM(GLuint path, |
| 536 GLsizei numCommands, |
| 537 const GLubyte* commands, |
| 538 GLsizei numCoords, |
| 539 const GLfloat* coords) OVERRIDE; |
| 540 virtual void PathParameterfCHROMIUM(GLuint path, |
| 541 GLenum pname, |
| 542 GLfloat value) OVERRIDE; |
| 543 virtual void PathParameteriCHROMIUM(GLuint path, |
| 544 GLenum pname, |
| 545 GLint value) OVERRIDE; |
| 546 virtual void PathStencilFuncCHROMIUM(GLenum func, |
| 547 GLint ref, |
| 548 GLuint mask) OVERRIDE; |
| 549 virtual void StencilFillPathCHROMIUM(GLuint path, |
| 550 GLenum fillMode, |
| 551 GLuint mask) OVERRIDE; |
| 552 virtual void StencilStrokePathCHROMIUM(GLuint path, |
| 553 GLint reference, |
| 554 GLuint mask) OVERRIDE; |
| 555 virtual void CoverFillPathCHROMIUM(GLuint path) OVERRIDE; |
| 556 virtual void CoverStrokePathCHROMIUM(GLuint path) OVERRIDE; |
| 557 virtual void StencilThenCoverFillPathCHROMIUM(GLuint path, |
| 558 GLenum fillMode, |
| 559 GLuint mask) OVERRIDE; |
| 560 virtual void StencilThenCoverStrokePathCHROMIUM(GLuint path, |
| 561 GLint reference, |
| 562 GLuint mask) OVERRIDE; |
532 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ | 563 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_STUB_AUTOGEN_H_ |
OLD | NEW |