HomeSort by relevance Sort by last modified time
    Searched refs:stats_instrumentation (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/cc/resources/
bitmap_skpicture_content_layer_updater.h 37 RenderingStatsInstrumentation* stats_instrumentation,
48 RenderingStatsInstrumentation* stats_instrumentation,
bitmap_skpicture_content_layer_updater.cc 44 RenderingStatsInstrumentation* stats_instrumentation,
48 stats_instrumentation,
54 RenderingStatsInstrumentation* stats_instrumentation,
57 stats_instrumentation,
skpicture_content_layer_updater.h 24 RenderingStatsInstrumentation* stats_instrumentation,
picture_pile_impl.h 49 RenderingStatsInstrumentation* stats_instrumentation) const;
57 RenderingStatsInstrumentation* stats_instrumentation) const;
77 RenderingStatsInstrumentation* stats_instrumentation) const;
bitmap_content_layer_updater.cc 35 RenderingStatsInstrumentation* stats_instrumentation,
39 stats_instrumentation,
45 RenderingStatsInstrumentation* stats_instrumentation,
47 : ContentLayerUpdater(painter.Pass(), stats_instrumentation, layer_id) {}
picture_pile.h 35 RenderingStatsInstrumentation* stats_instrumentation);
skpicture_content_layer_updater.cc 19 RenderingStatsInstrumentation* stats_instrumentation,
21 : ContentLayerUpdater(painter.Pass(), stats_instrumentation, layer_id) {}
content_layer_updater.h 31 RenderingStatsInstrumentation* stats_instrumentation,
content_layer_updater.cc 23 RenderingStatsInstrumentation* stats_instrumentation,
25 : rendering_stats_instrumentation_(stats_instrumentation),
picture_pile_impl.cc 58 RenderingStatsInstrumentation* stats_instrumentation) const {
60 canvas, canvas, canvas_rect, contents_scale, stats_instrumentation, true);
336 RenderingStatsInstrumentation* stats_instrumentation) const {
347 RasterForAnalysis(&canvas, layer_rect, 1.0f, stats_instrumentation);
picture_pile.cc 170 RenderingStatsInstrumentation* stats_instrumentation) {
506 base::TimeTicks start_time = stats_instrumentation->StartRecording();
522 stats_instrumentation->EndRecording(start_time);
527 stats_instrumentation->AddRecord(best_duration, recorded_pixel_count);
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 233 RenderingStatsInstrumentation* stats_instrumentation = local
236 stats_instrumentation->main_thread_rendering_stats());
237 stats_instrumentation->AccumulateAndClearMainThreadStats();
tree_synchronizer_unittest.cc 563 FakeRenderingStatsInstrumentation stats_instrumentation; local
570 &stats_instrumentation,
602 FakeRenderingStatsInstrumentation stats_instrumentation; local
609 &stats_instrumentation,
675 FakeRenderingStatsInstrumentation stats_instrumentation; local
682 &stats_instrumentation,
thread_proxy.cc 868 RenderingStatsInstrumentation* stats_instrumentation = local
871 stats_instrumentation->main_thread_rendering_stats());
872 stats_instrumentation->AccumulateAndClearMainThreadStats();
    [all...]
layer_tree_host_impl_unittest.cc     [all...]
  /external/chromium_org/cc/test/
layer_tree_test.cc 118 RenderingStatsInstrumentation* stats_instrumentation) {
125 stats_instrumentation));
135 RenderingStatsInstrumentation* stats_instrumentation)
139 stats_instrumentation,
  /external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc 4346 FakeRenderingStatsInstrumentation stats_instrumentation; local
4422 FakeRenderingStatsInstrumentation stats_instrumentation; local
    [all...]

Completed in 191 milliseconds