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

Side by Side Diff: mojo/gles2/command_buffer_client_impl.h

Issue 342483007: Removed ManagedMemoryStats. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « gpu/gles2_conform_support/egl/display.cc ('k') | mojo/gles2/command_buffer_client_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #ifndef MOJO_GLES2_COMMAND_BUFFER_CLIENT_IMPL_H_ 5 #ifndef MOJO_GLES2_COMMAND_BUFFER_CLIENT_IMPL_H_
6 #define MOJO_GLES2_COMMAND_BUFFER_CLIENT_IMPL_H_ 6 #define MOJO_GLES2_COMMAND_BUFFER_CLIENT_IMPL_H_
7 7
8 #include <map> 8 #include <map>
9 9
10 #include "base/macros.h" 10 #include "base/macros.h"
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 unsigned internalformat, 64 unsigned internalformat,
65 unsigned usage, 65 unsigned usage,
66 int32* id) OVERRIDE; 66 int32* id) OVERRIDE;
67 virtual void DestroyGpuMemoryBuffer(int32 id) OVERRIDE; 67 virtual void DestroyGpuMemoryBuffer(int32 id) OVERRIDE;
68 virtual uint32 InsertSyncPoint() OVERRIDE; 68 virtual uint32 InsertSyncPoint() OVERRIDE;
69 virtual void SignalSyncPoint(uint32 sync_point, 69 virtual void SignalSyncPoint(uint32 sync_point,
70 const base::Closure& callback) OVERRIDE; 70 const base::Closure& callback) OVERRIDE;
71 virtual void SignalQuery(uint32 query, 71 virtual void SignalQuery(uint32 query,
72 const base::Closure& callback) OVERRIDE; 72 const base::Closure& callback) OVERRIDE;
73 virtual void SetSurfaceVisible(bool visible) OVERRIDE; 73 virtual void SetSurfaceVisible(bool visible) OVERRIDE;
74 virtual void SendManagedMemoryStats(const gpu::ManagedMemoryStats& stats)
75 OVERRIDE;
76 virtual void Echo(const base::Closure& callback) OVERRIDE; 74 virtual void Echo(const base::Closure& callback) OVERRIDE;
77 virtual uint32 CreateStreamTexture(uint32 texture_id) OVERRIDE; 75 virtual uint32 CreateStreamTexture(uint32 texture_id) OVERRIDE;
78 76
79 void RequestAnimationFrames(); 77 void RequestAnimationFrames();
80 void CancelAnimationFrames(); 78 void CancelAnimationFrames();
81 79
82 private: 80 private:
83 // CommandBufferClient implementation: 81 // CommandBufferClient implementation:
84 virtual void DidInitialize(bool success) OVERRIDE; 82 virtual void DidInitialize(bool success) OVERRIDE;
85 virtual void DidMakeProgress(CommandBufferStatePtr state) OVERRIDE; 83 virtual void DidMakeProgress(CommandBufferStatePtr state) OVERRIDE;
(...skipping 21 matching lines...) Expand all
107 int32 next_transfer_buffer_id_; 105 int32 next_transfer_buffer_id_;
108 106
109 bool initialize_result_; 107 bool initialize_result_;
110 const MojoAsyncWaiter* async_waiter_; 108 const MojoAsyncWaiter* async_waiter_;
111 }; 109 };
112 110
113 } // gles2 111 } // gles2
114 } // mojo 112 } // mojo
115 113
116 #endif // MOJO_GLES2_COMMAND_BUFFER_CLIENT_IMPL_H_ 114 #endif // MOJO_GLES2_COMMAND_BUFFER_CLIENT_IMPL_H_
OLDNEW
« no previous file with comments | « gpu/gles2_conform_support/egl/display.cc ('k') | mojo/gles2/command_buffer_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698