| 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 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 546 | 546 |
| 547 virtual void BindVertexArrayOES(GLuint array) OVERRIDE; | 547 virtual void BindVertexArrayOES(GLuint array) OVERRIDE; |
| 548 | 548 |
| 549 virtual void SwapBuffers() OVERRIDE; | 549 virtual void SwapBuffers() OVERRIDE; |
| 550 | 550 |
| 551 virtual GLuint GetMaxValueInBufferCHROMIUM(GLuint buffer_id, | 551 virtual GLuint GetMaxValueInBufferCHROMIUM(GLuint buffer_id, |
| 552 GLsizei count, | 552 GLsizei count, |
| 553 GLenum type, | 553 GLenum type, |
| 554 GLuint offset) OVERRIDE; | 554 GLuint offset) OVERRIDE; |
| 555 | 555 |
| 556 virtual void GenSharedIdsCHROMIUM(GLuint namespace_id, | |
| 557 GLuint id_offset, | |
| 558 GLsizei n, | |
| 559 GLuint* ids) OVERRIDE; | |
| 560 | |
| 561 virtual void DeleteSharedIdsCHROMIUM(GLuint namespace_id, | |
| 562 GLsizei n, | |
| 563 const GLuint* ids) OVERRIDE; | |
| 564 | |
| 565 virtual void RegisterSharedIdsCHROMIUM(GLuint namespace_id, | |
| 566 GLsizei n, | |
| 567 const GLuint* ids) OVERRIDE; | |
| 568 | |
| 569 virtual GLboolean EnableFeatureCHROMIUM(const char* feature) OVERRIDE; | 556 virtual GLboolean EnableFeatureCHROMIUM(const char* feature) OVERRIDE; |
| 570 | 557 |
| 571 virtual void* MapBufferCHROMIUM(GLuint target, GLenum access) OVERRIDE; | 558 virtual void* MapBufferCHROMIUM(GLuint target, GLenum access) OVERRIDE; |
| 572 | 559 |
| 573 virtual GLboolean UnmapBufferCHROMIUM(GLuint target) OVERRIDE; | 560 virtual GLboolean UnmapBufferCHROMIUM(GLuint target) OVERRIDE; |
| 574 | 561 |
| 575 virtual void* MapImageCHROMIUM(GLuint image_id) OVERRIDE; | 562 virtual void* MapImageCHROMIUM(GLuint image_id) OVERRIDE; |
| 576 | 563 |
| 577 virtual void UnmapImageCHROMIUM(GLuint image_id) OVERRIDE; | 564 virtual void UnmapImageCHROMIUM(GLuint image_id) OVERRIDE; |
| 578 | 565 |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 739 GLfloat uv_x, | 726 GLfloat uv_x, |
| 740 GLfloat uv_y, | 727 GLfloat uv_y, |
| 741 GLfloat uv_width, | 728 GLfloat uv_width, |
| 742 GLfloat uv_height) OVERRIDE; | 729 GLfloat uv_height) OVERRIDE; |
| 743 | 730 |
| 744 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) OVERRIDE; | 731 virtual void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) OVERRIDE; |
| 745 | 732 |
| 746 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) OVERRIDE; | 733 virtual void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) OVERRIDE; |
| 747 | 734 |
| 748 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 735 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
| OLD | NEW |