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

  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.h 98 const FrameRateCounter* fps_counter,
heads_up_display_layer_impl.cc 189 FrameRateCounter* fps_counter = layer_tree_impl()->frame_rate_counter(); local
190 fps_graph_.value = fps_counter->GetAverageFPS();
191 fps_counter->GetMinAndMaxFPS(&fps_graph_.min, &fps_graph_.max);
307 const FrameRateCounter* fps_counter,
315 const int kGraphWidth = fps_counter->time_stamp_history_size() - 2;
372 for (FrameRateCounter::RingBufferType::Iterator it = --fps_counter->end(); it;
374 base::TimeDelta delta = fps_counter->RecentFrameInterval(it.index() + 1);
378 if (!fps_counter->IsBadFrameInterval(delta)) {
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 302 FrameRateCounter* fps_counter() { function in class:cc::LayerTreeHostImpl
layer_tree_impl.cc 439 return layer_tree_host_impl_->fps_counter();

Completed in 34 milliseconds