Searched refs:BeginImplFrame (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_output_surface_client.cc15 void FakeOutputSurfaceClient::BeginImplFrame(const BeginFrameArgs& args) { function in class:cc::FakeOutputSurfaceClient
H A Dfake_layer_tree_host_impl_client.h20 virtual void BeginImplFrame(const BeginFrameArgs& args)
H A Dfake_output_surface_client.h26 virtual void BeginImplFrame(const BeginFrameArgs& args) OVERRIDE;
H A Dfake_output_surface.cc91 // If there is not BeginImplFrame emulation from the FrameRateController,
92 // then we just post a BeginImplFrame to emulate it as part of the test.
102 OutputSurface::BeginImplFrame(BeginFrameArgs::CreateForTesting());
H A Dlayer_tree_test.cc81 virtual void BeginImplFrame(const BeginFrameArgs& args) OVERRIDE {
83 LayerTreeHostImpl::BeginImplFrame(args);
642 // Spend less time waiting for BeginImplFrame because the output is
/external/chromium_org/cc/scheduler/
H A Dscheduler_unittest.cc39 scheduler->BeginImplFrame(BeginFrameArgs::CreateForTesting());
41 // We need another BeginImplFrame so Scheduler calls
43 scheduler->BeginImplFrame(BeginFrameArgs::CreateForTesting());
217 // SetNeedsCommit should begin the frame on the next BeginImplFrame.
230 scheduler->BeginImplFrame(BeginFrameArgs::CreateForTesting());
241 // BeginImplFrame.
253 // BeginImplFrame should prepare the draw.
254 scheduler->BeginImplFrame(BeginFrameArgs::CreateForTesting());
259 // BeginImplFrame deadline should draw.
266 // The following BeginImplFrame deadlin
[all...]
H A Dscheduler.h118 void BeginImplFrame(const BeginFrameArgs& args);
H A Dscheduler.cc155 // Always request the BeginImplFrame immediately if it wasn't needed
158 // We always need to explicitly request our next BeginImplFrame.
187 // will not give us a BeginImplFrame until the commit completes. See
190 // successfully reach BeginImplFrame.
198 // Since we'd rather get a BeginImplFrame by the normally mechanism, we set
211 void Scheduler::BeginImplFrame(const BeginFrameArgs& args) { function in class:cc::Scheduler
212 TRACE_EVENT0("cc", "Scheduler::BeginImplFrame");
235 // within this call to BeginImplFrame.
238 // up the BeginImplFrame and deadline as well.
254 // expected BeginImplFrame star
[all...]
/external/chromium_org/cc/output/
H A Doutput_surface_client.h34 virtual void BeginImplFrame(const BeginFrameArgs& args) = 0;
H A Doutput_surface.cc136 BeginImplFrame(args);
158 void OutputSurface::BeginImplFrame(const BeginFrameArgs& args) { function in class:cc::OutputSurface
159 TRACE_EVENT2("cc", "OutputSurface::BeginImplFrame",
169 client_->BeginImplFrame(args);
171 // Do not reset it before calling BeginImplFrame!
202 BeginImplFrame(skipped_begin_impl_frame_args_);
H A Doutput_surface.h71 // This doesn't handle the <webview> case, but once BeginImplFrame is
131 // Requests a BeginImplFrame notification from the output surface. The
133 // OutputSurfaceClient::BeginImplFrame until the callback is disabled.
172 // This stores a BeginImplFrame that we couldn't process immediately,
179 void BeginImplFrame(const BeginFrameArgs& args);
204 // redundant checks for a retroactive BeginImplFrame.
H A Doutput_surface_unittest.cc55 OutputSurface::BeginImplFrame(BeginFrameArgs::CreateExpiredForTesting());
230 // Initialize BeginImplFrame emulation
250 // We should not have a pending task until a BeginImplFrame has been
256 // BeginImplFrame should be called on the first tick.
261 // BeginImplFrame should not be called when there is a pending BeginImplFrame.
266 // SetNeedsBeginImplFrame should clear the pending BeginImplFrame after
276 // BeginImplFrame should be throttled by pending swap buffers.
285 // SwapAck should decrement pending swap buffers and unblock BeginImplFrame
295 // the client still wants another BeginImplFrame
[all...]
/external/chromium_org/cc/trees/
H A Dsingle_thread_proxy.h60 virtual void BeginImplFrame(const BeginFrameArgs& args)
H A Dthread_proxy.h75 virtual void BeginImplFrame(const BeginFrameArgs& args) OVERRIDE;
H A Dlayer_tree_host_impl.h65 virtual void BeginImplFrame(const BeginFrameArgs& args) = 0;
225 virtual void BeginImplFrame(const BeginFrameArgs& args) OVERRIDE;
H A Dthread_proxy.cc435 void ThreadProxy::BeginImplFrame(const BeginFrameArgs& args) { function in class:cc::ThreadProxy
437 TRACE_EVENT0("cc", "ThreadProxy::BeginImplFrame");
443 scheduler_on_impl_thread_->BeginImplFrame(args);
H A Dlayer_tree_host_impl.cc1264 void LayerTreeHostImpl::BeginImplFrame(const BeginFrameArgs& args) { function in class:cc::LayerTreeHostImpl
1265 client_->BeginImplFrame(args);
H A Dlayer_tree_host_impl_unittest.cc110 virtual void BeginImplFrame(const BeginFrameArgs& args) OVERRIDE {}
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_output_surface.cc166 BeginImplFrame(args);
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_output_surface.cc235 BeginImplFrame(cc::BeginFrameArgs::CreateForSynchronousCompositor());

Completed in 1199 milliseconds