| 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 GLint x, | 681 GLint x, |
| 682 GLint y, | 682 GLint y, |
| 683 GLsizei width, | 683 GLsizei width, |
| 684 GLsizei height, | 684 GLsizei height, |
| 685 GLboolean unpack_flip_y, | 685 GLboolean unpack_flip_y, |
| 686 GLboolean unpack_premultiply_alpha, | 686 GLboolean unpack_premultiply_alpha, |
| 687 GLboolean unpack_unmultiply_alpha) override; | 687 GLboolean unpack_unmultiply_alpha) override; |
| 688 void CompressedCopyTextureCHROMIUM(GLenum target, | 688 void CompressedCopyTextureCHROMIUM(GLenum target, |
| 689 GLenum source_id, | 689 GLenum source_id, |
| 690 GLenum dest_id) override; | 690 GLenum dest_id) override; |
| 691 void CompressedCopySubTextureCHROMIUM(GLenum target, | |
| 692 GLenum source_id, | |
| 693 GLenum dest_id, | |
| 694 GLint xoffset, | |
| 695 GLint yoffset, | |
| 696 GLint x, | |
| 697 GLint y, | |
| 698 GLsizei width, | |
| 699 GLsizei height) override; | |
| 700 void DrawArraysInstancedANGLE(GLenum mode, | 691 void DrawArraysInstancedANGLE(GLenum mode, |
| 701 GLint first, | 692 GLint first, |
| 702 GLsizei count, | 693 GLsizei count, |
| 703 GLsizei primcount) override; | 694 GLsizei primcount) override; |
| 704 void DrawElementsInstancedANGLE(GLenum mode, | 695 void DrawElementsInstancedANGLE(GLenum mode, |
| 705 GLsizei count, | 696 GLsizei count, |
| 706 GLenum type, | 697 GLenum type, |
| 707 const void* indices, | 698 const void* indices, |
| 708 GLsizei primcount) override; | 699 GLsizei primcount) override; |
| 709 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override; | 700 void VertexAttribDivisorANGLE(GLuint index, GLuint divisor) override; |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 865 void ApplyScreenSpaceAntialiasingCHROMIUM() override; | 856 void ApplyScreenSpaceAntialiasingCHROMIUM() override; |
| 866 void BindFragDataLocationIndexedEXT(GLuint program, | 857 void BindFragDataLocationIndexedEXT(GLuint program, |
| 867 GLuint colorNumber, | 858 GLuint colorNumber, |
| 868 GLuint index, | 859 GLuint index, |
| 869 const char* name) override; | 860 const char* name) override; |
| 870 void BindFragDataLocationEXT(GLuint program, | 861 void BindFragDataLocationEXT(GLuint program, |
| 871 GLuint colorNumber, | 862 GLuint colorNumber, |
| 872 const char* name) override; | 863 const char* name) override; |
| 873 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; | 864 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; |
| 874 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ | 865 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_TRACE_IMPLEMENTATION_AUTOGEN_H_ |
| OLD | NEW |