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()
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::Equal(const LayerTreeDebugState& a
    [all...]
layer_tree_debug_state.h 13 class CC_EXPORT LayerTreeDebugState {
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 143 milliseconds