| 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 820 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 831 GLenum transformType, | 831 GLenum transformType, |
| 832 const GLfloat* transformValues) override; | 832 const GLfloat* transformValues) override; |
| 833 void BindFragmentInputLocationCHROMIUM(GLuint program, | 833 void BindFragmentInputLocationCHROMIUM(GLuint program, |
| 834 GLint location, | 834 GLint location, |
| 835 const char* name) override; | 835 const char* name) override; |
| 836 void ProgramPathFragmentInputGenCHROMIUM(GLuint program, | 836 void ProgramPathFragmentInputGenCHROMIUM(GLuint program, |
| 837 GLint location, | 837 GLint location, |
| 838 GLenum genMode, | 838 GLenum genMode, |
| 839 GLint components, | 839 GLint components, |
| 840 const GLfloat* coeffs) override; | 840 const GLfloat* coeffs) override; |
| 841 void* GetBufferSubDataAsyncCHROMIUM(GLenum target, |
| 842 GLintptr offset, |
| 843 GLsizeiptr size) override; |
| 841 void CoverageModulationCHROMIUM(GLenum components) override; | 844 void CoverageModulationCHROMIUM(GLenum components) override; |
| 842 GLenum GetGraphicsResetStatusKHR() override; | 845 GLenum GetGraphicsResetStatusKHR() override; |
| 843 void BlendBarrierKHR() override; | 846 void BlendBarrierKHR() override; |
| 844 void ApplyScreenSpaceAntialiasingCHROMIUM() override; | 847 void ApplyScreenSpaceAntialiasingCHROMIUM() override; |
| 845 void BindFragDataLocationIndexedEXT(GLuint program, | 848 void BindFragDataLocationIndexedEXT(GLuint program, |
| 846 GLuint colorNumber, | 849 GLuint colorNumber, |
| 847 GLuint index, | 850 GLuint index, |
| 848 const char* name) override; | 851 const char* name) override; |
| 849 void BindFragDataLocationEXT(GLuint program, | 852 void BindFragDataLocationEXT(GLuint program, |
| 850 GLuint colorNumber, | 853 GLuint colorNumber, |
| 851 const char* name) override; | 854 const char* name) override; |
| 852 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; | 855 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; |
| 853 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( | 856 void UniformMatrix4fvStreamTextureMatrixCHROMIUM( |
| 854 GLint location, | 857 GLint location, |
| 855 GLboolean transpose, | 858 GLboolean transpose, |
| 856 const GLfloat* transform) override; | 859 const GLfloat* transform) override; |
| 857 void SwapBuffersWithDamageCHROMIUM(GLint x, | 860 void SwapBuffersWithDamageCHROMIUM(GLint x, |
| 858 GLint y, | 861 GLint y, |
| 859 GLint width, | 862 GLint width, |
| 860 GLint height) override; | 863 GLint height) override; |
| 861 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ | 864 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ |
| OLD | NEW |