HomeSort by relevance Sort by last modified time
    Searched defs:LayerTreeDebugState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/debug/
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...]
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);

Completed in 44 milliseconds