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

  /external/chromium_org/cc/resources/
skpicture_content_layer_updater.cc 37 rendering_stats_instrumentation_->StartRecording();
44 rendering_stats_instrumentation_->EndRecording(start_time);
45 rendering_stats_instrumentation_->AddRecord(
bitmap_skpicture_content_layer_updater.cc 78 rendering_stats_instrumentation_->StartRecording();
81 rendering_stats_instrumentation_->EndRecording(start_time);
82 rendering_stats_instrumentation_->AddRaster(
bitmap_content_layer_updater.cc 77 rendering_stats_instrumentation_->StartRecording();
84 rendering_stats_instrumentation_->EndRecording(start_time);
85 rendering_stats_instrumentation_->AddPaint(
content_layer_updater.h 46 RenderingStatsInstrumentation* rendering_stats_instrumentation_; member in class:cc::ContentLayerUpdater
content_layer_updater.cc 24 : rendering_stats_instrumentation_(stats_instrumentation),
34 rendering_stats_instrumentation_ = rsi;
tile_manager.h 311 RenderingStatsInstrumentation* rendering_stats_instrumentation_; member in class:cc::TileManager
tile_manager.cc 377 rendering_stats_instrumentation_(rendering_stats_instrumentation),
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host.h 146 return rendering_stats_instrumentation_.get();
365 scoped_ptr<RenderingStatsInstrumentation> rendering_stats_instrumentation_; member in class:cc::LayerTreeHost
layer_tree_host.cc 98 rendering_stats_instrumentation_(RenderingStatsInstrumentation::Create()),
122 rendering_stats_instrumentation_->set_record_rendering_stats(
397 rendering_stats_instrumentation_.get(),
567 rendering_stats_instrumentation_->set_record_rendering_stats(
    [all...]
layer_tree_host_impl.cc 252 rendering_stats_instrumentation_(rendering_stats_instrumentation),
    [all...]
layer_tree_host_impl.h 684 RenderingStatsInstrumentation* rendering_stats_instrumentation_; member in class:cc::LayerTreeHostImpl

Completed in 316 milliseconds