HomeSort by relevance Sort by last modified time
    Searched refs:BeginFrame (Results 1 - 25 of 35) 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 49 client_->BeginFrame(CreateExpiredBeginFrameArgsForTesting());
  /external/chromium_org/cc/scheduler/
scheduler_unittest.cc 260 scheduler->BeginFrame(CreateBeginFrameArgsForTesting());
262 client->task_runner().RunPendingTasks(); // Run posted BeginFrame.
272 scheduler->BeginFrame(CreateBeginFrameArgsForTesting());
274 client->task_runner().RunPendingTasks(); // Run posted BeginFrame.
314 scheduler->BeginFrame(CreateBeginFrameArgsForTesting());
321 // If we don't swap on the deadline, we wait for the next BeginFrame.
336 scheduler->BeginFrame(CreateBeginFrameArgsForTesting());
352 scheduler->BeginFrame(CreateBeginFrameArgsForTesting());
380 scheduler->BeginFrame(CreateBeginFrameArgsForTesting());
410 scheduler->BeginFrame(CreateBeginFrameArgsForTesting())
    [all...]
scheduler.h 122 void BeginFrame(const BeginFrameArgs& args);
155 // recently missed BeginFrame to the back of a retroactive queue.
161 // TimeSourceClient implementation of OnTimerTick triggers a BeginFrame.
scheduler.cc 61 scheduler_->BeginFrame(begin_frame_args);
294 // Always request the BeginFrame immediately if it wasn't needed before.
312 // When we aren't throttling frame production, we initiate a BeginFrame
348 // We may need to poll when we can't rely on BeginFrame to advance certain
371 // will not give us a BeginFrame until the commit completes. See
374 // successfully reach BeginFrame. Synchronous compositor does not use
397 // BeginFrame is the mechanism that tells us that now is a good time to start
399 // If the scheduler is busy, we queue the BeginFrame to be handled later as
401 void Scheduler::BeginFrame(const BeginFrameArgs& args) {
402 TRACE_EVENT1("cc", "Scheduler::BeginFrame", "args", ToTrace(args))
    [all...]
  /external/chromium_org/cc/surfaces/
display.h 51 virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE {}
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInstrumentation.h 129 extern const char BeginFrame[];
InspectorInstrumentation.cpp 239 const char BeginFrame[] = "BeginFrame";
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineFrameModel.js 225 WebInspector.TimelineModel.RecordType.BeginFrame,
291 if (record.type() === recordTypes.BeginFrame)
314 if (record.type() === recordTypes.BeginFrame)
427 if (event.name === eventNames.BeginFrame)
TimelineModel.js 50 BeginFrame: "BeginFrame",
TimelineUIUtilsImpl.js 21 return record.type() === WebInspector.TimelineModel.RecordType.BeginFrame;
112 return this.createEventDivider(WebInspector.TimelineModel.RecordType.BeginFrame);
564 else if (recordType === recordTypes.BeginFrame)
TracingTimelineUIUtils.js 21 return record.type() === WebInspector.TracingTimelineModel.RecordType.BeginFrame;
109 return this.createEventDivider(WebInspector.TracingTimelineModel.RecordType.BeginFrame);
169 eventStyles[recordTypes.BeginFrame] = new WebInspector.TimelineRecordStyle(WebInspector.UIString("Frame Start"), categories["rendering"]);
722 else if (recordType === recordTypes.BeginFrame
    [all...]
  /external/chromium_org/cc/trees/
single_thread_proxy.h 62 virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE {}
thread_proxy.h 180 virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE;
layer_tree_host_impl.h 74 virtual void BeginFrame(const BeginFrameArgs& args) = 0;
252 virtual void BeginFrame(const BeginFrameArgs& args) OVERRIDE;
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.cc 227 client_->BeginFrame(cc::BeginFrameArgs::CreateForSynchronousCompositor());
  /external/chromium_org/content/renderer/gpu/
compositor_output_surface.cc 215 client_->BeginFrame(args);

Completed in 2556 milliseconds

1 2