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 108 debug_state_(settings.initial_debug_state),
130 debug_state_.RecordRenderingStats());
362 host_impl->SetDebugState(debug_state_);
399 if (debug_state_.ShowHudInfo()) {
596 if (LayerTreeDebugState::Equal(debug_state_, new_debug_state))
599 debug_state_ = new_debug_state;
602 debug_state_.RecordRenderingStats());
    [all...]
layer_tree_host.h 191 const LayerTreeDebugState& debug_state() const { return debug_state_; }
389 LayerTreeDebugState debug_state_; member in class:cc::LayerTreeHost
layer_tree_host_impl.cc 733 if (debug_state_.show_occluding_rects) {
737 if (debug_state_.show_non_occluding_rects) {
    [all...]
layer_tree_host_impl.h 391 const LayerTreeDebugState& debug_state() const { return debug_state_; }
618 LayerTreeDebugState debug_state_; member in class:cc::LayerTreeHostImpl

Completed in 370 milliseconds