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

  /external/chromium_org/cc/debug/
debug_rect_history.cc 30 const LayerTreeDebugState& debug_state) {
35 if (debug_state.show_touch_event_handler_rects)
38 if (debug_state.show_wheel_event_handler_rects)
41 if (debug_state.show_non_fast_scrollable_rects)
44 if (debug_state.show_paint_rects)
47 if (debug_state.show_property_changed_rects)
50 if (debug_state.show_surface_damage_rects)
53 if (debug_state.show_screen_space_rects)
56 if (debug_state.show_occluding_rects)
59 if (debug_state.show_non_occluding_rects
    [all...]
debug_rect_history.h 83 const LayerTreeDebugState& debug_state);
  /external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc 337 cc::LayerTreeDebugState current = layer_tree_host_->debug_state();
539 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state(); local
540 debug_state.show_fps_counter = show;
541 layer_tree_host_->SetDebugState(debug_state);
545 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state(); local
546 debug_state.show_paint_rects = show;
547 layer_tree_host_->SetDebugState(debug_state);
551 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state() local
557 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state(); local
563 cc::LayerTreeDebugState debug_state = layer_tree_host_->debug_state(); local
    [all...]
  /external/chromium_org/cc/layers/
heads_up_display_layer.cc 33 if (layer_tree_host()->debug_state().ShowHudRects()) {
picture_layer.cc 67 host->debug_state().slow_down_raster_scale_factor);
69 host->debug_state().show_picture_borders);
heads_up_display_layer_impl.cc 188 const LayerTreeDebugState& debug_state = layer_tree_impl()->debug_state(); local
195 if (debug_state.show_fps_counter) {
201 if (debug_state.continuous_painting) {
215 if (debug_state.ShowMemoryStats()) {
229 const LayerTreeDebugState& debug_state = layer_tree_impl()->debug_state(); local
231 if (debug_state.ShowHudRects())
235 if (debug_state.continuous_painting) {
238 } else if (debug_state.show_fps_counter)
    [all...]
layer_impl.cc 282 return layer_tree_impl()->debug_state().show_debug_borders;
    [all...]
  /external/chromium_org/ui/compositor/
compositor.cc 582 return host_->debug_state();
586 const cc::LayerTreeDebugState& debug_state) {
587 host_->SetDebugState(debug_state);
compositor.h 325 void SetLayerTreeDebugState(const cc::LayerTreeDebugState& debug_state);
  /external/chromium_org/cc/trees/
layer_tree_host.h 199 void SetDebugState(const LayerTreeDebugState& debug_state);
200 const LayerTreeDebugState& debug_state() const { return debug_state_; } function in class:cc::LayerTreeHost
layer_tree_impl.h 93 const LayerTreeDebugState& debug_state() const;
layer_tree_impl.cc 622 const LayerTreeDebugState& LayerTreeImpl::debug_state() const { function in class:cc::LayerTreeImpl
623 return layer_tree_host_impl_->debug_state();
layer_tree_host_unittest_context.cc 992 LayerTreeDebugState debug_state; variable
993 debug_state.show_property_changed_rects = true;
994 layer_tree_host()->SetDebugState(debug_state); variable
    [all...]
layer_tree_host_impl.h 354 const LayerTreeDebugState& debug_state() const { return debug_state_; } function in class:cc::LayerTreeHostImpl
layer_tree_host.cc 633 void LayerTreeHost::SetDebugState(const LayerTreeDebugState& debug_state) {
635 LayerTreeDebugState::Unite(settings_.initial_debug_state, debug_state);
    [all...]

Completed in 461 milliseconds