| 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 738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 749 GLenum plane_transform, | 749 GLenum plane_transform, |
| 750 GLuint overlay_texture_id, | 750 GLuint overlay_texture_id, |
| 751 GLint bounds_x, | 751 GLint bounds_x, |
| 752 GLint bounds_y, | 752 GLint bounds_y, |
| 753 GLint bounds_width, | 753 GLint bounds_width, |
| 754 GLint bounds_height, | 754 GLint bounds_height, |
| 755 GLfloat uv_x, | 755 GLfloat uv_x, |
| 756 GLfloat uv_y, | 756 GLfloat uv_y, |
| 757 GLfloat uv_width, | 757 GLfloat uv_width, |
| 758 GLfloat uv_height) override; | 758 GLfloat uv_height) override; |
| 759 void ScheduleCALayerCHROMIUM(GLuint contents_texture_id, |
| 760 const GLfloat* contents_rect, |
| 761 GLfloat opacity, |
| 762 const GLuint background_color, |
| 763 const GLfloat* bounds_size, |
| 764 const GLfloat* transform) override; |
| 759 void SwapInterval(GLint interval) override; | 765 void SwapInterval(GLint interval) override; |
| 760 void FlushDriverCachesCHROMIUM() override; | 766 void FlushDriverCachesCHROMIUM() override; |
| 761 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; | 767 void MatrixLoadfCHROMIUM(GLenum matrixMode, const GLfloat* m) override; |
| 762 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; | 768 void MatrixLoadIdentityCHROMIUM(GLenum matrixMode) override; |
| 763 GLuint GenPathsCHROMIUM(GLsizei range) override; | 769 GLuint GenPathsCHROMIUM(GLsizei range) override; |
| 764 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override; | 770 void DeletePathsCHROMIUM(GLuint path, GLsizei range) override; |
| 765 GLboolean IsPathCHROMIUM(GLuint path) override; | 771 GLboolean IsPathCHROMIUM(GLuint path) override; |
| 766 void PathCommandsCHROMIUM(GLuint path, | 772 void PathCommandsCHROMIUM(GLuint path, |
| 767 GLsizei numCommands, | 773 GLsizei numCommands, |
| 768 const GLubyte* commands, | 774 const GLubyte* commands, |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 844 const char* name) override; | 850 const char* name) override; |
| 845 void ProgramPathFragmentInputGenCHROMIUM(GLuint program, | 851 void ProgramPathFragmentInputGenCHROMIUM(GLuint program, |
| 846 GLint location, | 852 GLint location, |
| 847 GLenum genMode, | 853 GLenum genMode, |
| 848 GLint components, | 854 GLint components, |
| 849 const GLfloat* coeffs) override; | 855 const GLfloat* coeffs) override; |
| 850 GLenum GetGraphicsResetStatusKHR() override; | 856 GLenum GetGraphicsResetStatusKHR() override; |
| 851 void BlendBarrierKHR() override; | 857 void BlendBarrierKHR() override; |
| 852 void ApplyScreenSpaceAntialiasingCHROMIUM() override; | 858 void ApplyScreenSpaceAntialiasingCHROMIUM() override; |
| 853 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ | 859 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ |
| OLD | NEW |