HomeSort by relevance Sort by last modified time
    Searched refs:BeginFrame (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/cc/test/
fake_output_surface_client.cc 19 void FakeOutputSurfaceClient::BeginFrame(const BeginFrameArgs& args) {
fake_layer_tree_host_impl_client.h 24 virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE {}
fake_output_surface_client.h 36 virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE;
fake_output_surface.cc 99 client_->BeginFrame(CreateBeginFrameArgsForTesting());
  /external/chromium_org/native_client_sdk/src/examples/demo/flock/
frame_counter.h 18 void BeginFrame();
20 // Compute the delta since the last call to BeginFrame() and increment the
frame_counter.cc 10 void FrameCounter::BeginFrame() {
  /external/chromium_org/gpu/tools/compositor_model_bench/
shaders.h 43 void BeginFrame();
forward_render_model.cc 63 BeginFrame();
  /external/chromium_org/cc/output/
output_surface_client.h 36 virtual void BeginFrame(const BeginFrameArgs& args) = 0;
output_surface_unittest.cc 48 client_->BeginFrame(CreateExpiredBeginFrameArgsForTesting());
  /external/chromium_org/cc/surfaces/
display.h 58 virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE {}
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.h 128 extern const char BeginFrame[];
InspectorInstrumentation.cpp 246 const char BeginFrame[] = "BeginFrame";
  /external/chromium_org/cc/scheduler/
scheduler_unittest.cc 93 scheduler_->BeginFrame(CreateBeginFrameArgsForTesting(now_src_));
308 // If we don't swap on the deadline, we wait for the next BeginFrame.
    [all...]
scheduler.h 128 void BeginFrame(const BeginFrameArgs& args);
149 // recently missed BeginFrame to the back of a retroactive queue.
155 // TimeSourceClient implementation of OnTimerTick triggers a BeginFrame.
scheduler.cc 55 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) {
412 TRACE_EVENT1("cc", "Scheduler::BeginFrame", "args", args.AsValue())
    [all...]
  /external/chromium_org/cc/trees/
single_thread_proxy.h 86 virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE;
single_thread_proxy.cc 435 void SingleThreadProxy::BeginFrame(const BeginFrameArgs& args) {
436 TRACE_EVENT0("cc", "SingleThreadProxy::BeginFrame");
438 scheduler_on_impl_thread_->BeginFrame(args);
thread_proxy.h 184 virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE;
layer_tree_host_impl.h 76 virtual void BeginFrame(const BeginFrameArgs& args) = 0;
253 virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE;
  /external/chromium_org/content/common/gpu/media/
vaapi_video_encode_accelerator.h 119 void BeginFrame(bool force_keyframe);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFrameModel.js 228 WebInspector.TimelineModel.RecordType.BeginFrame,
294 if (record.type() === recordTypes.BeginFrame)
317 if (record.type() === recordTypes.BeginFrame)
429 if (event.name === eventNames.BeginFrame)
TimelineUIUtilsImpl.js 21 return record.type() === WebInspector.TimelineModel.RecordType.BeginFrame;
119 return this.createEventDivider(WebInspector.TimelineModel.RecordType.BeginFrame);
163 recordTypes.BeginFrame,
203 recordStyles[recordTypes.BeginFrame] = { title: WebInspector.UIString("Frame Start"), category: categories["rendering"] };
677 else if (recordType === recordTypes.BeginFrame)
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.cc 236 client_->BeginFrame(cc::BeginFrameArgs::CreateForSynchronousCompositor());
  /external/chromium_org/content/renderer/gpu/
compositor_output_surface.cc 230 client_->BeginFrame(args);

Completed in 645 milliseconds

1 2