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

  /external/chromium_org/cc/trees/
layer_tree_host.cc 102 debug_state_(settings.initial_debug_state),
123 debug_state_.RecordRenderingStats());
334 host_impl->SetDebugState(debug_state_);
369 if (debug_state_.ShowHudInfo()) {
562 if (LayerTreeDebugState::Equal(debug_state_, new_debug_state))
565 debug_state_ = new_debug_state;
568 debug_state_.RecordRenderingStats());
    [all...]
layer_tree_host.h 184 const LayerTreeDebugState& debug_state() const { return debug_state_; }
380 LayerTreeDebugState debug_state_; member in class:cc::LayerTreeHost
layer_tree_host_impl.cc 764 if (debug_state_.show_occluding_rects) {
768 if (debug_state_.show_non_occluding_rects) {
    [all...]
layer_tree_host_impl.h 395 const LayerTreeDebugState& debug_state() const { return debug_state_; }
612 LayerTreeDebugState debug_state_; member in class:cc::LayerTreeHostImpl

Completed in 239 milliseconds