OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debug_state_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/trees/
layer_tree_host.cc
112
debug_state_
(settings.initial_debug_state),
131
debug_state_
.RecordRenderingStats());
388
host_impl->SetDebugState(
debug_state_
);
436
if (
debug_state_
.ShowHudInfo()) {
520
CHECK(
debug_state_
.RecordRenderingStats());
637
if (LayerTreeDebugState::Equal(
debug_state_
, new_debug_state))
640
debug_state_
= new_debug_state;
643
debug_state_
.RecordRenderingStats());
[
all
...]
layer_tree_host.h
200
const LayerTreeDebugState& debug_state() const { return
debug_state_
; }
390
LayerTreeDebugState
debug_state_
;
member in class:cc::LayerTreeHost
layer_tree_host_impl.h
354
const LayerTreeDebugState& debug_state() const { return
debug_state_
; }
562
LayerTreeDebugState
debug_state_
;
member in class:cc::LayerTreeHostImpl
layer_tree_host_impl.cc
759
if (
debug_state_
.show_occluding_rects) {
763
if (
debug_state_
.show_non_occluding_rects) {
[
all
...]
Completed in 104 milliseconds