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 854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
865 | 865 |
866 void UnmapBufferSubDataCHROMIUM(const void* mem) override; | 866 void UnmapBufferSubDataCHROMIUM(const void* mem) override; |
867 | 867 |
868 void* MapBufferRange(GLenum target, | 868 void* MapBufferRange(GLenum target, |
869 GLintptr offset, | 869 GLintptr offset, |
870 GLsizeiptr size, | 870 GLsizeiptr size, |
871 GLbitfield access) override; | 871 GLbitfield access) override; |
872 | 872 |
873 GLboolean UnmapBuffer(GLenum target) override; | 873 GLboolean UnmapBuffer(GLenum target) override; |
874 | 874 |
| 875 void FlushMappedBufferRange(GLenum target, |
| 876 GLintptr offset, |
| 877 GLsizeiptr size) override; |
| 878 |
875 void* MapTexSubImage2DCHROMIUM(GLenum target, | 879 void* MapTexSubImage2DCHROMIUM(GLenum target, |
876 GLint level, | 880 GLint level, |
877 GLint xoffset, | 881 GLint xoffset, |
878 GLint yoffset, | 882 GLint yoffset, |
879 GLsizei width, | 883 GLsizei width, |
880 GLsizei height, | 884 GLsizei height, |
881 GLenum format, | 885 GLenum format, |
882 GLenum type, | 886 GLenum type, |
883 GLenum access) override; | 887 GLenum access) override; |
884 | 888 |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1190 GLint location, | 1194 GLint location, |
1191 GLboolean transpose, | 1195 GLboolean transpose, |
1192 const GLfloat* transform) override; | 1196 const GLfloat* transform) override; |
1193 | 1197 |
1194 void SwapBuffersWithDamageCHROMIUM(GLint x, | 1198 void SwapBuffersWithDamageCHROMIUM(GLint x, |
1195 GLint y, | 1199 GLint y, |
1196 GLint width, | 1200 GLint width, |
1197 GLint height) override; | 1201 GLint height) override; |
1198 | 1202 |
1199 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ | 1203 #endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_IMPLEMENTATION_AUTOGEN_H_ |
OLD | NEW |