Home | History | Annotate | Download | only in debug

Lines Matching defs:LayerTreeDebugState

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,
62 const LayerTreeDebugState& b) {
86 LayerTreeDebugState LayerTreeDebugState::Unite(const LayerTreeDebugState& a,
87 const LayerTreeDebugState& b) {
88 LayerTreeDebugState r(a);