OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayerTreeDebugState
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/cc/debug/
layer_tree_debug_state.h
13
class CC_EXPORT
LayerTreeDebugState
{
15
LayerTreeDebugState
();
16
~
LayerTreeDebugState
();
46
static bool Equal(const
LayerTreeDebugState
& a, const
LayerTreeDebugState
& b);
47
static
LayerTreeDebugState
Unite(const
LayerTreeDebugState
& a,
48
const
LayerTreeDebugState
& b);
layer_tree_debug_state.cc
12
LayerTreeDebugState
::
LayerTreeDebugState
()
33
LayerTreeDebugState
::~
LayerTreeDebugState
() {}
35
void
LayerTreeDebugState
::SetRecordRenderingStats(bool enabled) {
39
bool
LayerTreeDebugState
::RecordRenderingStats() const {
43
bool
LayerTreeDebugState
::ShowHudInfo() const {
48
bool
LayerTreeDebugState
::ShowHudRects() const {
57
bool
LayerTreeDebugState
::ShowMemoryStats() const {
61
bool
LayerTreeDebugState
::Equal(const LayerTreeDebugState& a
[
all
...]
debug_rect_history.h
17
class
LayerTreeDebugState
;
84
const
LayerTreeDebugState
& debug_state);
debug_rect_history.cc
34
const
LayerTreeDebugState
& debug_state) {
/external/chromium_org/ash/
debug.cc
22
cc::
LayerTreeDebugState
state = compositor->GetLayerTreeDebugState();
37
cc::
LayerTreeDebugState
state = compositor->GetLayerTreeDebugState();
52
cc::
LayerTreeDebugState
state = compositor->GetLayerTreeDebugState();
/external/chromium_org/cc/test/
fake_layer_tree_host_impl.cc
21
SetDebugState(
LayerTreeDebugState
());
39
SetDebugState(
LayerTreeDebugState
());
fake_proxy.h
45
virtual void SetDebugState(const
LayerTreeDebugState
& debug_state) OVERRIDE {}
/external/chromium_org/cc/trees/
proxy.h
33
class
LayerTreeDebugState
;
105
virtual void SetDebugState(const
LayerTreeDebugState
& debug_state) = 0;
layer_tree_settings.h
85
LayerTreeDebugState
initial_debug_state;
layer_tree_host.h
190
void SetDebugState(const
LayerTreeDebugState
& debug_state);
191
const
LayerTreeDebugState
& debug_state() const { return debug_state_; }
389
LayerTreeDebugState
debug_state_;
layer_tree_impl.h
45
class
LayerTreeDebugState
;
113
const
LayerTreeDebugState
& debug_state() const;
thread_proxy.h
174
virtual void SetDebugState(const
LayerTreeDebugState
& debug_state) OVERRIDE;
282
void SetDebugStateOnImplThread(const
LayerTreeDebugState
& debug_state);
single_thread_proxy.h
108
virtual void SetDebugState(const
LayerTreeDebugState
& debug_state) OVERRIDE {}
layer_tree_host_impl.h
390
void SetDebugState(const
LayerTreeDebugState
& new_debug_state);
391
const
LayerTreeDebugState
& debug_state() const { return debug_state_; }
618
LayerTreeDebugState
debug_state_;
layer_tree_host.cc
592
void LayerTreeHost::SetDebugState(const
LayerTreeDebugState
& debug_state) {
593
LayerTreeDebugState
new_debug_state =
594
LayerTreeDebugState
::Unite(settings_.initial_debug_state, debug_state);
596
if (
LayerTreeDebugState
::Equal(debug_state_, new_debug_state))
[
all
...]
thread_proxy.cc
658
void ThreadProxy::SetDebugState(const
LayerTreeDebugState
& debug_state) {
667
const
LayerTreeDebugState
& debug_state) {
[
all
...]
layer_tree_host_impl.cc
[
all
...]
layer_tree_host_unittest_context.cc
[
all
...]
layer_tree_impl.cc
828
const
LayerTreeDebugState
& LayerTreeImpl::debug_state() const {
[
all
...]
layer_tree_host_unittest.cc
[
all
...]
/external/chromium_org/ui/compositor/
compositor.h
37
class
LayerTreeDebugState
;
257
const cc::
LayerTreeDebugState
& GetLayerTreeDebugState() const;
258
void SetLayerTreeDebugState(const cc::
LayerTreeDebugState
& debug_state);
compositor.cc
401
const cc::
LayerTreeDebugState
& Compositor::GetLayerTreeDebugState() const {
406
const cc::
LayerTreeDebugState
& debug_state) {
/external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc
451
cc::
LayerTreeDebugState
current = layer_tree_host_->debug_state();
730
cc::
LayerTreeDebugState
debug_state = layer_tree_host_->debug_state();
736
cc::
LayerTreeDebugState
debug_state = layer_tree_host_->debug_state();
742
cc::
LayerTreeDebugState
debug_state = layer_tree_host_->debug_state();
748
cc::
LayerTreeDebugState
debug_state = layer_tree_host_->debug_state();
754
cc::
LayerTreeDebugState
debug_state = layer_tree_host_->debug_state();
/external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc
218
const
LayerTreeDebugState
& debug_state = layer_tree_impl()->debug_state();
259
const
LayerTreeDebugState
& debug_state = layer_tree_impl()->debug_state();
Completed in 1334 milliseconds