OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:initial_debug_state
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/cc/trees/
layer_tree_settings.h
74
LayerTreeDebugState
initial_debug_state
;
member in class:cc::LayerTreeSettings
layer_tree_host.cc
112
debug_state_(settings.
initial_debug_state
),
635
LayerTreeDebugState::Unite(settings_.
initial_debug_state
, debug_state);
[
all
...]
layer_tree_host_impl.cc
269
SetDebugState(settings.
initial_debug_state
);
279
SetDebugState(settings.
initial_debug_state
);
[
all
...]
/external/chromium_org/ui/compositor/
compositor.cc
271
settings.
initial_debug_state
.show_debug_borders =
273
settings.
initial_debug_state
.show_fps_counter =
275
settings.
initial_debug_state
.show_layer_animation_bounds_rects =
277
settings.
initial_debug_state
.show_paint_rects =
279
settings.
initial_debug_state
.show_property_changed_rects =
281
settings.
initial_debug_state
.show_surface_damage_rects =
283
settings.
initial_debug_state
.show_screen_space_rects =
285
settings.
initial_debug_state
.show_replica_screen_space_rects =
287
settings.
initial_debug_state
.show_occluding_rects =
289
settings.
initial_debug_state
.show_non_occluding_rects
[
all
...]
/external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc
184
settings.
initial_debug_state
.show_debug_borders =
186
settings.
initial_debug_state
.show_fps_counter =
188
settings.
initial_debug_state
.show_layer_animation_bounds_rects =
190
settings.
initial_debug_state
.show_paint_rects =
192
settings.
initial_debug_state
.show_property_changed_rects =
194
settings.
initial_debug_state
.show_surface_damage_rects =
196
settings.
initial_debug_state
.show_screen_space_rects =
198
settings.
initial_debug_state
.show_replica_screen_space_rects =
200
settings.
initial_debug_state
.show_occluding_rects =
202
settings.
initial_debug_state
.show_non_occluding_rects
[
all
...]
/external/chromium_org/cc/layers/
heads_up_display_unittest.cc
17
settings->
initial_debug_state
.show_property_changed_rects = true;
Completed in 30 milliseconds