Searched refs:BeginFrame (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/cc/test/
H A Dfake_output_surface_client.cc15 void FakeOutputSurfaceClient::BeginFrame(const BeginFrameArgs& args) { function in class:cc::FakeOutputSurfaceClient
H A Dfake_output_surface_client.h27 virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE;
H A Dfake_output_surface.cc86 // If there is not BeginFrame emulation from the FrameRateController,
87 // then we just post a BeginFrame to emulate it as part of the test.
97 OutputSurface::BeginFrame(BeginFrameArgs::CreateForTesting());
H A Dpixel_test.cc64 virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE {}
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dframe_counter.h18 void BeginFrame();
20 // Compute the delta since the last call to BeginFrame() and increment the
H A Dframe_counter.cc10 void FrameCounter::BeginFrame() { function in class:FrameCounter
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dshaders.h43 void BeginFrame();
H A Dforward_render_model.cc63 BeginFrame();
H A Dshaders.cc378 void BeginFrame() { function
/external/chromium_org/cc/scheduler/
H A Dscheduler_unittest.cc178 // BeginFrame should draw.
179 scheduler->BeginFrame(BeginFrameArgs::CreateForTesting());
217 scheduler->BeginFrame(BeginFrameArgs::CreateForTesting());
225 scheduler->BeginFrame(BeginFrameArgs::CreateForTesting());
246 scheduler->BeginFrame(BeginFrameArgs::CreateForTesting());
257 // We should request a BeginFrame in anticipation of a draw.
266 scheduler->BeginFrame(BeginFrameArgs::CreateForTesting());
285 scheduler->BeginFrame(BeginFrameArgs::CreateForTesting());
333 scheduler->BeginFrame(BeginFrameArgs::CreateForTesting());
389 scheduler->BeginFrame(BeginFrameArg
[all...]
H A Dscheduler.h106 void BeginFrame(const BeginFrameArgs& args);
H A Dscheduler.cc145 // Determine if we need BeginFrame notifications.
146 // If we do, always request the BeginFrame immediately.
147 // If not, only disable on the next BeginFrame to avoid unnecessary toggles.
159 // Request another BeginFrame if we haven't drawn for now until we have
167 // BeginFrame but aren't requesting one.
184 void Scheduler::BeginFrame(const BeginFrameArgs& args) { function in class:cc::Scheduler
185 TRACE_EVENT0("cc", "Scheduler::BeginFrame");
/external/chromium_org/cc/output/
H A Doutput_surface_client.h34 virtual void BeginFrame(const BeginFrameArgs& args) = 0;
H A Doutput_surface.cc183 BeginFrame(args);
205 void OutputSurface::BeginFrame(const BeginFrameArgs& args) { function in class:cc::OutputSurface
206 TRACE_EVENT2("cc", "OutputSurface::BeginFrame",
215 client_->BeginFrame(args);
217 // Do not reset it before calling BeginFrame!
247 BeginFrame(skipped_begin_frame_args_);
H A Doutput_surface.h69 // This doesn't handle the <webview> case, but once BeginFrame is
125 // Requests a BeginFrame notification from the output surface. The
127 // OutputSurfaceClient::BeginFrame until the callback is disabled.
168 void BeginFrame(const BeginFrameArgs& args);
192 // This stores a BeginFrame that we couldn't process immediately, but might
197 // redundant checks for a retroactive BeginFrame.
H A Doutput_surface_unittest.cc55 OutputSurface::BeginFrame(BeginFrameArgs::CreateExpiredForTesting());
192 // Initialize BeginFrame emulation
212 // We should not have a pending task until a BeginFrame has been requested.
217 // BeginFrame should be called on the first tick.
222 // BeginFrame should not be called when there is a pending BeginFrame.
227 // DidSwapBuffers should clear the pending BeginFrame.
235 // BeginFrame should be throttled by pending swap buffers.
243 // SwapAck should decrement pending swap buffers and unblock BeginFrame again.
252 // the client still wants another BeginFrame
[all...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentation.h124 extern const char BeginFrame[];
H A DInspectorInstrumentation.cpp236 const char BeginFrame[] = "BeginFrame"; member in namespace:WebCore::InstrumentationEvents
H A DInspectorTimelineAgent.cpp74 static const char BeginFrame[] = "BeginFrame"; member in namespace:WebCore::TimelineRecordType
252 TRACE_EVENT_INSTANT0("webkit", InstrumentationEvents::BeginFrame);
253 m_pendingFrameRecord = TimelineRecordFactory::createGenericRecord(timestamp(), 0, TimelineRecordType::BeginFrame);
H A DTimelineTraceEventProcessor.cpp160 registerHandler(InstrumentationEvents::BeginFrame, TracePhaseInstant, &TimelineTraceEventProcessor::onBeginFrame);
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_output_surface.cc155 BeginFrame(args);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTimelineFrameController.js84 var isFrameRecord = record.type === WebInspector.TimelineModel.RecordType.BeginFrame;
H A DTimelineModel.js54 BeginFrame: "BeginFrame",
/external/chromium_org/content/browser/android/in_process/
H A Dsynchronous_compositor_output_surface.cc270 BeginFrame(cc::BeginFrameArgs::CreateForSynchronousCompositor());
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.h213 virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE;

Completed in 315 milliseconds

12