| 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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 681 char* source) = 0; | 681 char* source) = 0; |
| 682 virtual void PostSubBufferCHROMIUM(GLint x, | 682 virtual void PostSubBufferCHROMIUM(GLint x, |
| 683 GLint y, | 683 GLint y, |
| 684 GLint width, | 684 GLint width, |
| 685 GLint height) = 0; | 685 GLint height) = 0; |
| 686 virtual void TexImageIOSurface2DCHROMIUM(GLenum target, | 686 virtual void TexImageIOSurface2DCHROMIUM(GLenum target, |
| 687 GLsizei width, | 687 GLsizei width, |
| 688 GLsizei height, | 688 GLsizei height, |
| 689 GLuint ioSurfaceId, | 689 GLuint ioSurfaceId, |
| 690 GLuint plane) = 0; | 690 GLuint plane) = 0; |
| 691 virtual void CopyTextureCHROMIUM(GLenum target, | 691 virtual void CopyTextureCHROMIUM(GLenum source_id, |
| 692 GLenum source_id, | |
| 693 GLenum dest_id, | 692 GLenum dest_id, |
| 694 GLint internalformat, | 693 GLint internalformat, |
| 695 GLenum dest_type, | 694 GLenum dest_type, |
| 696 GLboolean unpack_flip_y, | 695 GLboolean unpack_flip_y, |
| 697 GLboolean unpack_premultiply_alpha, | 696 GLboolean unpack_premultiply_alpha, |
| 698 GLboolean unpack_unmultiply_alpha) = 0; | 697 GLboolean unpack_unmultiply_alpha) = 0; |
| 699 virtual void CopySubTextureCHROMIUM(GLenum target, | 698 virtual void CopySubTextureCHROMIUM(GLenum source_id, |
| 700 GLenum source_id, | |
| 701 GLenum dest_id, | 699 GLenum dest_id, |
| 702 GLint xoffset, | 700 GLint xoffset, |
| 703 GLint yoffset, | 701 GLint yoffset, |
| 704 GLint x, | 702 GLint x, |
| 705 GLint y, | 703 GLint y, |
| 706 GLsizei width, | 704 GLsizei width, |
| 707 GLsizei height, | 705 GLsizei height, |
| 708 GLboolean unpack_flip_y, | 706 GLboolean unpack_flip_y, |
| 709 GLboolean unpack_premultiply_alpha, | 707 GLboolean unpack_premultiply_alpha, |
| 710 GLboolean unpack_unmultiply_alpha) = 0; | 708 GLboolean unpack_unmultiply_alpha) = 0; |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 893 virtual void ApplyScreenSpaceAntialiasingCHROMIUM() = 0; | 891 virtual void ApplyScreenSpaceAntialiasingCHROMIUM() = 0; |
| 894 virtual void BindFragDataLocationIndexedEXT(GLuint program, | 892 virtual void BindFragDataLocationIndexedEXT(GLuint program, |
| 895 GLuint colorNumber, | 893 GLuint colorNumber, |
| 896 GLuint index, | 894 GLuint index, |
| 897 const char* name) = 0; | 895 const char* name) = 0; |
| 898 virtual void BindFragDataLocationEXT(GLuint program, | 896 virtual void BindFragDataLocationEXT(GLuint program, |
| 899 GLuint colorNumber, | 897 GLuint colorNumber, |
| 900 const char* name) = 0; | 898 const char* name) = 0; |
| 901 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0; | 899 virtual GLint GetFragDataIndexEXT(GLuint program, const char* name) = 0; |
| 902 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ | 900 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_INTERFACE_AUTOGEN_H_ |
| OLD | NEW |