Home
last modified time | relevance | path

Searched refs:OnBeginImplFrame (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/cc/scheduler/
Dscheduler_state_machine_unittest.cc130 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TEST()
147 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TEST()
188 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TEST()
202 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TEST()
222 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TEST()
240 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TEST()
265 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TestFailedDrawsWillEventuallyForceADrawAfterTheNextCommit()
295 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TestFailedDrawsWillEventuallyForceADrawAfterTheNextCommit()
338 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TestFailedDrawsDoNotRestartForcedDraw()
411 state.OnBeginImplFrame(BeginFrameArgs::CreateForTesting()); in TEST()
[all …]
Dscheduler_state_machine.h140 void OnBeginImplFrame(const BeginFrameArgs& args);
Dscheduler.cc218 state_machine_.OnBeginImplFrame(last_begin_impl_frame_args_); in BeginImplFrame()
Dscheduler_state_machine.cc887 void SchedulerStateMachine::OnBeginImplFrame(const BeginFrameArgs& args) { in OnBeginImplFrame() function in cc::SchedulerStateMachine
/external/chromium_org/cc/test/
Dfake_output_surface.cc95 FROM_HERE, base::Bind(&FakeOutputSurface::OnBeginImplFrame, in SetNeedsBeginImplFrame()
101 void FakeOutputSurface::OnBeginImplFrame() { in OnBeginImplFrame() function in cc::FakeOutputSurface
Dfake_output_surface.h143 void OnBeginImplFrame();
/external/chromium_org/content/renderer/gpu/
Dcompositor_output_surface.cc145 IPC_MESSAGE_HANDLER(ViewMsg_BeginFrame, OnBeginImplFrame); in OnMessageReceived()
164 void CompositorOutputSurface::OnBeginImplFrame(const cc::BeginFrameArgs& args) { in OnBeginImplFrame() function in content::CompositorOutputSurface
Dcompositor_output_surface.h96 void OnBeginImplFrame(const cc::BeginFrameArgs& args); in NON_EXPORTED_BASE()