OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LayerTreeDebugState
(Results
1 - 18
of
18
) sorted by null
/external/chromium_org/cc/debug/
layer_tree_debug_state.h
13
class CC_EXPORT
LayerTreeDebugState
{
15
LayerTreeDebugState
();
16
~
LayerTreeDebugState
();
44
static bool Equal(const
LayerTreeDebugState
& a, const
LayerTreeDebugState
& b);
45
static
LayerTreeDebugState
Unite(const
LayerTreeDebugState
& a,
46
const
LayerTreeDebugState
& b);
layer_tree_debug_state.cc
12
LayerTreeDebugState
::
LayerTreeDebugState
()
31
LayerTreeDebugState
::~
LayerTreeDebugState
() {}
33
void
LayerTreeDebugState
::SetRecordRenderingStats(bool enabled) {
37
bool
LayerTreeDebugState
::RecordRenderingStats() const {
41
bool
LayerTreeDebugState
::ShowHudInfo() const {
46
bool
LayerTreeDebugState
::ShowHudRects() const {
54
bool
LayerTreeDebugState
::ShowMemoryStats() const {
58
bool
LayerTreeDebugState
::Equal(const LayerTreeDebugState& a
[
all
...]
debug_rect_history.h
18
class
LayerTreeDebugState
;
82
const
LayerTreeDebugState
& debug_state);
debug_rect_history.cc
30
const
LayerTreeDebugState
& debug_state) {
/external/chromium_org/cc/test/
fake_layer_tree_host_impl.cc
16
SetDebugState(
LayerTreeDebugState
());
27
SetDebugState(
LayerTreeDebugState
());
/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/trees/
layer_tree_settings.h
70
LayerTreeDebugState
initial_debug_state;
layer_tree_impl.h
34
class
LayerTreeDebugState
;
87
const
LayerTreeDebugState
& debug_state() const;
layer_tree_host.h
203
void SetDebugState(const
LayerTreeDebugState
& debug_state);
204
const
LayerTreeDebugState
& debug_state() const { return debug_state_; }
361
LayerTreeDebugState
debug_state_;
layer_tree_host_impl.h
327
void SetDebugState(const
LayerTreeDebugState
& new_debug_state);
328
const
LayerTreeDebugState
& debug_state() const { return debug_state_; }
500
LayerTreeDebugState
debug_state_;
layer_tree_host.cc
574
void LayerTreeHost::SetDebugState(const
LayerTreeDebugState
& debug_state) {
575
LayerTreeDebugState
new_debug_state =
576
LayerTreeDebugState
::Unite(settings_.initial_debug_state, debug_state);
578
if (
LayerTreeDebugState
::Equal(debug_state_, new_debug_state))
[
all
...]
layer_tree_impl.cc
512
const
LayerTreeDebugState
& LayerTreeImpl::debug_state() const {
layer_tree_host_impl.cc
[
all
...]
layer_tree_host_unittest_context.cc
[
all
...]
/external/chromium_org/ui/compositor/
compositor.h
35
class
LayerTreeDebugState
;
415
const cc::
LayerTreeDebugState
& GetLayerTreeDebugState() const;
416
void SetLayerTreeDebugState(const cc::
LayerTreeDebugState
& debug_state);
compositor.cc
757
const cc::
LayerTreeDebugState
& Compositor::GetLayerTreeDebugState() const {
762
const cc::
LayerTreeDebugState
& debug_state) {
/external/chromium_org/content/renderer/gpu/
render_widget_compositor.cc
338
cc::
LayerTreeDebugState
current = layer_tree_host_->debug_state();
499
cc::
LayerTreeDebugState
debug_state = layer_tree_host_->debug_state();
505
cc::
LayerTreeDebugState
debug_state = layer_tree_host_->debug_state();
511
cc::
LayerTreeDebugState
debug_state = layer_tree_host_->debug_state();
517
cc::
LayerTreeDebugState
debug_state = layer_tree_host_->debug_state();
523
cc::
LayerTreeDebugState
debug_state = layer_tree_host_->debug_state();
/external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc
181
const
LayerTreeDebugState
& debug_state = layer_tree_impl()->debug_state();
222
const
LayerTreeDebugState
& debug_state = layer_tree_impl()->debug_state();
Completed in 251 milliseconds