| 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 846 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 857 GLenum transformType, | 857 GLenum transformType, |
| 858 const GLfloat* transformValues) = 0; | 858 const GLfloat* transformValues) = 0; |
| 859 virtual void BindFragmentInputLocationCHROMIUM(GLuint program, | 859 virtual void BindFragmentInputLocationCHROMIUM(GLuint program, |
| 860 GLint location, | 860 GLint location, |
| 861 const char* name) = 0; | 861 const char* name) = 0; |
| 862 virtual void ProgramPathFragmentInputGenCHROMIUM(GLuint program, | 862 virtual void ProgramPathFragmentInputGenCHROMIUM(GLuint program, |
| 863 GLint location, | 863 GLint location, |
| 864 GLenum genMode, | 864 GLenum genMode, |
| 865 GLint components, | 865 GLint components, |
| 866 const GLfloat* coeffs) = 0; | 866 const GLfloat* coeffs) = 0; |
| 867 virtual void* GetBufferSubDataAsyncCHROMIUM(GLenum target, |
| 868 GLintptr offset, |
| 869 GLsizeiptr size) = 0; |
| 867 virtual void CoverageModulationCHROMIUM(GLenum components) = 0; | 870 virtual void CoverageModulationCHROMIUM(GLenum components) = 0; |
| 868 virtual GLenum GetGraphicsResetStatusKHR() = 0; | 871 virtual GLenum GetGraphicsResetStatusKHR() = 0; |
| 869 virtual void BlendBarrierKHR() = 0; | 872 virtual void BlendBarrierKHR() = 0; |
| 870 virtual void ApplyScreenSpaceAntialiasingCHROMIUM() = 0; | 873 virtual void ApplyScreenSpaceAntialiasingCHROMIUM() = 0; |
| 871 virtual void BindFragDataLocationIndexedEXT(GLuint program, | 874 virtual void BindFragDataLocationIndexedEXT(GLuint program, |
| 872 GLuint colorNumber, | 875 GLuint colorNumber, |
| 873 GLuint index, | 876 GLuint index, |
| 874 const char* name) = 0; | 877 const char* name) = 0; |
| 875 virtual void BindFragDataLocationEXT(GLuint program, | 878 virtual void BindFragDataLocationEXT(GLuint program, |
| 876 GLuint colorNumber, | 879 GLuint colorNumber, |
| 877 const char* name) = 0; | 880 const char* name) = 0; |
| 878 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0; | 881 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0; |
| 879 virtual void UniformMatrix4fvStreamTextureMatrixCHROMIUM( | 882 virtual void UniformMatrix4fvStreamTextureMatrixCHROMIUM( |
| 880 GLint location, | 883 GLint location, |
| 881 GLboolean transpose, | 884 GLboolean transpose, |
| 882 const GLfloat* transform) = 0; | 885 const GLfloat* transform) = 0; |
| 883 virtual void SwapBuffersWithDamageCHROMIUM(GLint x, | 886 virtual void SwapBuffersWithDamageCHROMIUM(GLint x, |
| 884 GLint y, | 887 GLint y, |
| 885 GLint width, | 888 GLint width, |
| 886 GLint height) = 0; | 889 GLint height) = 0; |
| 887 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ | 890 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ |
| OLD | NEW |