| 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 909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 920 GLint y, | 920 GLint y, |
| 921 GLint width, | 921 GLint width, |
| 922 GLint height) override; | 922 GLint height) override; |
| 923 | 923 |
| 924 void TexImageIOSurface2DCHROMIUM(GLenum target, | 924 void TexImageIOSurface2DCHROMIUM(GLenum target, |
| 925 GLsizei width, | 925 GLsizei width, |
| 926 GLsizei height, | 926 GLsizei height, |
| 927 GLuint ioSurfaceId, | 927 GLuint ioSurfaceId, |
| 928 GLuint plane) override; | 928 GLuint plane) override; |
| 929 | 929 |
| 930 void CopyTextureCHROMIUM(GLenum target, | 930 void CopyTextureCHROMIUM(GLenum source_id, |
| 931 GLenum source_id, | |
| 932 GLenum dest_id, | 931 GLenum dest_id, |
| 933 GLint internalformat, | 932 GLint internalformat, |
| 934 GLenum dest_type, | 933 GLenum dest_type, |
| 935 GLboolean unpack_flip_y, | 934 GLboolean unpack_flip_y, |
| 936 GLboolean unpack_premultiply_alpha, | 935 GLboolean unpack_premultiply_alpha, |
| 937 GLboolean unpack_unmultiply_alpha) override; | 936 GLboolean unpack_unmultiply_alpha) override; |
| 938 | 937 |
| 939 void CopySubTextureCHROMIUM(GLenum target, | 938 void CopySubTextureCHROMIUM(GLenum source_id, |
| 940 GLenum source_id, | |
| 941 GLenum dest_id, | 939 GLenum dest_id, |
| 942 GLint xoffset, | 940 GLint xoffset, |
| 943 GLint yoffset, | 941 GLint yoffset, |
| 944 GLint x, | 942 GLint x, |
| 945 GLint y, | 943 GLint y, |
| 946 GLsizei width, | 944 GLsizei width, |
| 947 GLsizei height, | 945 GLsizei height, |
| 948 GLboolean unpack_flip_y, | 946 GLboolean unpack_flip_y, |
| 949 GLboolean unpack_premultiply_alpha, | 947 GLboolean unpack_premultiply_alpha, |
| 950 GLboolean unpack_unmultiply_alpha) override; | 948 GLboolean unpack_unmultiply_alpha) override; |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1197 GLuint index, | 1195 GLuint index, |
| 1198 const char* name) override; | 1196 const char* name) override; |
| 1199 | 1197 |
| 1200 void BindFragDataLocationEXT(GLuint program, | 1198 void BindFragDataLocationEXT(GLuint program, |
| 1201 GLuint colorNumber, | 1199 GLuint colorNumber, |
| 1202 const char* name) override; | 1200 const char* name) override; |
| 1203 | 1201 |
| 1204 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; | 1202 GLint GetFragDataIndexEXT(GLuint program, const char* name) override; |
| 1205 | 1203 |
| 1206 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 1204 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
| OLD | NEW |