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,
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 34 RenderingStatsInstrumentation* stats_instrumentation);
skpicture_content_layer_updater.cc 19 RenderingStatsInstrumentation* stats_instrumentation,
21 : ContentLayerUpdater(painter.Pass(), stats_instrumentation, layer_id) {}
picture_pile_impl.h 54 RenderingStatsInstrumentation* stats_instrumentation);
62 RenderingStatsInstrumentation* stats_instrumentation);
81 RenderingStatsInstrumentation* stats_instrumentation);
content_layer_updater.h 30 RenderingStatsInstrumentation* stats_instrumentation,
content_layer_updater.cc 22 RenderingStatsInstrumentation* stats_instrumentation,
24 : rendering_stats_instrumentation_(stats_instrumentation),
picture_pile.cc 158 RenderingStatsInstrumentation* stats_instrumentation) {
268 base::TimeTicks start_time = stats_instrumentation->StartRecording();
284 stats_instrumentation->EndRecording(start_time);
289 stats_instrumentation->AddRecord(best_duration, recorded_pixel_count);
picture_pile_impl.cc 91 RenderingStatsInstrumentation* stats_instrumentation) {
93 canvas, canvas, canvas_rect, contents_scale, stats_instrumentation, true);
370 RenderingStatsInstrumentation* stats_instrumentation) {
381 RasterForAnalysis(&canvas, layer_rect, 1.0f, stats_instrumentation);
  /external/chromium_org/cc/layers/
content_layer_unittest.cc 44 FakeRenderingStatsInstrumentation stats_instrumentation; local
48 &stats_instrumentation,
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 178 RenderingStatsInstrumentation* stats_instrumentation = local
181 stats_instrumentation->main_thread_rendering_stats());
182 stats_instrumentation->AccumulateAndClearMainThreadStats();
tree_synchronizer_unittest.cc 560 FakeRenderingStatsInstrumentation stats_instrumentation; local
567 &stats_instrumentation,
599 FakeRenderingStatsInstrumentation stats_instrumentation; local
606 &stats_instrumentation,
672 FakeRenderingStatsInstrumentation stats_instrumentation; local
679 &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 117 RenderingStatsInstrumentation* stats_instrumentation) {
124 stats_instrumentation));
134 RenderingStatsInstrumentation* stats_instrumentation)
138 stats_instrumentation,

Completed in 133 milliseconds