| 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 673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 684 char* source) override; | 684 char* source) override; |
| 685 void PostSubBufferCHROMIUM(GLint x, | 685 void PostSubBufferCHROMIUM(GLint x, |
| 686 GLint y, | 686 GLint y, |
| 687 GLint width, | 687 GLint width, |
| 688 GLint height) override; | 688 GLint height) override; |
| 689 void TexImageIOSurface2DCHROMIUM(GLenum target, | 689 void TexImageIOSurface2DCHROMIUM(GLenum target, |
| 690 GLsizei width, | 690 GLsizei width, |
| 691 GLsizei height, | 691 GLsizei height, |
| 692 GLuint ioSurfaceId, | 692 GLuint ioSurfaceId, |
| 693 GLuint plane) override; | 693 GLuint plane) override; |
| 694 void CopyTextureCHROMIUM(GLenum target, | 694 void CopyTextureCHROMIUM(GLenum source_id, |
| 695 GLenum source_id, | |
| 696 GLenum dest_id, | 695 GLenum dest_id, |
| 697 GLint internalformat, | 696 GLint internalformat, |
| 698 GLenum dest_type, | 697 GLenum dest_type, |
| 699 GLboolean unpack_flip_y, | 698 GLboolean unpack_flip_y, |
| 700 GLboolean unpack_premultiply_alpha, | 699 GLboolean unpack_premultiply_alpha, |
| 701 GLboolean unpack_unmultiply_alpha) override; | 700 GLboolean unpack_unmultiply_alpha) override; |
| 702 void CopySubTextureCHROMIUM(GLenum target, | 701 void CopySubTextureCHROMIUM(GLenum source_id, |
| 703 GLenum source_id, | |
| 704 GLenum dest_id, | 702 GLenum dest_id, |
| 705 GLint xoffset, | 703 GLint xoffset, |
| 706 GLint yoffset, | 704 GLint yoffset, |
| 707 GLint x, | 705 GLint x, |
| 708 GLint y, | 706 GLint y, |
| 709 GLsizei width, | 707 GLsizei width, |
| 710 GLsizei height, | 708 GLsizei height, |
| 711 GLboolean unpack_flip_y, | 709 GLboolean unpack_flip_y, |
| 712 GLboolean unpack_premultiply_alpha, | 710 GLboolean unpack_premultiply_alpha, |
| 713 GLboolean unpack_unmultiply_alpha) override; | 711 GLboolean unpack_unmultiply_alpha) override; |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 902 GLuint colorNumber, | 900 GLuint colorNumber, |
| 903 const char* name) override; | 901 const char* name) override; |
| 904 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; | 902 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; |
| 905 | 903 |
| 906 private: | 904 private: |
| 907 MojoGLES2Context context_; | 905 MojoGLES2Context context_; |
| 908 }; | 906 }; |
| 909 | 907 |
| 910 } // namespace mojo | 908 } // namespace mojo |
| 911 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ | 909 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ |
| OLD | NEW |