Searched defs:LayerTreeDebugState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/cc/debug/
H A Dlayer_tree_debug_state.cc12 LayerTreeDebugState::LayerTreeDebugState() function in class:cc::LayerTreeDebugState
32 LayerTreeDebugState::~LayerTreeDebugState() {}
34 void LayerTreeDebugState::SetRecordRenderingStats(bool enabled) {
38 bool LayerTreeDebugState::RecordRenderingStats() const {
42 bool LayerTreeDebugState::ShowHudInfo() const {
47 bool LayerTreeDebugState::ShowHudRects() const {
56 bool LayerTreeDebugState::ShowMemoryStats() const {
60 bool LayerTreeDebugState
[all...]
H A Dlayer_tree_debug_state.h13 class CC_EXPORT LayerTreeDebugState { class in namespace:cc
15 LayerTreeDebugState();
16 ~LayerTreeDebugState();
45 static bool Equal(const LayerTreeDebugState& a, const LayerTreeDebugState& b);
46 static LayerTreeDebugState Unite(const LayerTreeDebugState& a,
47 const LayerTreeDebugState& b);

Completed in 42 milliseconds