Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(379)

Side by Side Diff: gpu/command_buffer/client/gles2_implementation_autogen.h

Issue 2221173002: Implementing FlushMappedBufferRange in GPU command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: attempt to fix win build Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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_
OLDNEW
« no previous file with comments | « gpu/command_buffer/client/gles2_cmd_helper_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698