| 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 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 GLenum internalformat, | 682 GLenum internalformat, |
| 683 GLenum usage) override; | 683 GLenum usage) override; |
| 684 void GetTranslatedShaderSourceANGLE(GLuint shader, | 684 void GetTranslatedShaderSourceANGLE(GLuint shader, |
| 685 GLsizei bufsize, | 685 GLsizei bufsize, |
| 686 GLsizei* length, | 686 GLsizei* length, |
| 687 char* source) override; | 687 char* source) override; |
| 688 void PostSubBufferCHROMIUM(GLint x, | 688 void PostSubBufferCHROMIUM(GLint x, |
| 689 GLint y, | 689 GLint y, |
| 690 GLint width, | 690 GLint width, |
| 691 GLint height) override; | 691 GLint height) override; |
| 692 void TexImageIOSurface2DCHROMIUM(GLenum target, | |
| 693 GLsizei width, | |
| 694 GLsizei height, | |
| 695 GLuint ioSurfaceId, | |
| 696 GLuint plane) override; | |
| 697 void CopyTextureCHROMIUM(GLenum source_id, | 692 void CopyTextureCHROMIUM(GLenum source_id, |
| 698 GLenum dest_id, | 693 GLenum dest_id, |
| 699 GLint internalformat, | 694 GLint internalformat, |
| 700 GLenum dest_type, | 695 GLenum dest_type, |
| 701 GLboolean unpack_flip_y, | 696 GLboolean unpack_flip_y, |
| 702 GLboolean unpack_premultiply_alpha, | 697 GLboolean unpack_premultiply_alpha, |
| 703 GLboolean unpack_unmultiply_alpha) override; | 698 GLboolean unpack_unmultiply_alpha) override; |
| 704 void CopySubTextureCHROMIUM(GLenum source_id, | 699 void CopySubTextureCHROMIUM(GLenum source_id, |
| 705 GLenum dest_id, | 700 GLenum dest_id, |
| 706 GLint xoffset, | 701 GLint xoffset, |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 886 GLint location, | 881 GLint location, |
| 887 GLboolean transpose, | 882 GLboolean transpose, |
| 888 const GLfloat* default_value) override; | 883 const GLfloat* default_value) override; |
| 889 | 884 |
| 890 private: | 885 private: |
| 891 MojoGLES2Context context_; | 886 MojoGLES2Context context_; |
| 892 }; | 887 }; |
| 893 | 888 |
| 894 } // namespace mojo | 889 } // namespace mojo |
| 895 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ | 890 #endif // MOJO_GPU_MOJO_GLES2_IMPL_AUTOGEN_H_ |
| OLD | NEW |