Searched defs:BeginFrame (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_output_surface_client.cc19 void FakeOutputSurfaceClient::BeginFrame(const BeginFrameArgs& args) { function in class:cc::FakeOutputSurfaceClient
/external/chromium_org/native_client_sdk/src/examples/demo/flock/
H A Dframe_counter.cc10 void FrameCounter::BeginFrame() { function in class:FrameCounter
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInstrumentation.cpp246 const char BeginFrame[] = "BeginFrame"; member in namespace:blink::InstrumentationEvents
H A DInspectorTimelineAgent.cpp134 static const char BeginFrame[] = "BeginFrame"; member in namespace:blink::TimelineRecordType
402 dispatcher->addListener(InstrumentationEvents::BeginFrame, TRACE_EVENT_PHASE_INSTANT, InspectorTimelineAgentTraceEventListener::create(this, &InspectorTimelineAgent::onBeginImplSideFrame), m_client);
476 m_pendingFrameRecord = TimelineRecordFactory::createGenericRecord(timestamp(), 0, TimelineRecordType::BeginFrame, TimelineRecordFactory::createFrameData(frameId));
945 state.recordStack.addInstantRecord(createRecordForEvent(event, TimelineRecordType::BeginFrame, JSONObject::create()));
/external/chromium_org/cc/scheduler/
H A Dscheduler.cc55 scheduler_->BeginFrame(begin_frame_args);
304 // Always request the BeginFrame immediately if it wasn't needed before.
322 // When we aren't throttling frame production, we initiate a BeginFrame
358 // We may need to poll when we can't rely on BeginFrame to advance certain
381 // will not give us a BeginFrame until the commit completes. See
384 // successfully reach BeginFrame. Synchronous compositor does not use
407 // BeginFrame is the mechanism that tells us that now is a good time to start
409 // If the scheduler is busy, we queue the BeginFrame to be handled later as
411 void Scheduler::BeginFrame(const BeginFrameArgs& args) { function in class:cc::Scheduler
412 TRACE_EVENT1("cc", "Scheduler::BeginFrame", "arg
[all...]
/external/chromium_org/cc/trees/
H A Dsingle_thread_proxy.cc435 void SingleThreadProxy::BeginFrame(const BeginFrameArgs& args) { function in class:cc::SingleThreadProxy
436 TRACE_EVENT0("cc", "SingleThreadProxy::BeginFrame");
438 scheduler_on_impl_thread_->BeginFrame(args);
H A Dthread_proxy.cc359 void ThreadProxy::BeginFrame(const BeginFrameArgs& args) { function in class:cc::ThreadProxy
360 impl().scheduler->BeginFrame(args);
H A Dlayer_tree_host_impl.cc1394 void LayerTreeHostImpl::BeginFrame(const BeginFrameArgs& args) { function in class:cc::LayerTreeHostImpl
1395 client_->BeginFrame(args);
/external/chromium_org/content/common/gpu/media/
H A Dvaapi_video_encode_accelerator.cc283 void VaapiVideoEncodeAccelerator::BeginFrame(bool force_keyframe) { function in class:content::VaapiVideoEncodeAccelerator
654 BeginFrame(frame_ref->force_keyframe || encoding_parameters_changed_);
/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dshaders.cc378 void BeginFrame() { function
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
H A DTimelineModel.js49 BeginFrame: "BeginFrame",
H A DTracingTimelineModel.js32 BeginFrame: "BeginFrame",

Completed in 3096 milliseconds