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

  /external/chromium_org/cc/resources/
tile_priority.h 143 tree_priority(SAME_PRIORITY_FOR_BOTH_TREES) {}
151 TreePriority tree_priority; member in class:cc::GlobalStateThatImpactsTilePriority
158 && tree_priority == other.tree_priority;
tile_manager.cc 251 return global_state_.tree_priority != SMOOTHNESS_TAKES_PRIORITY;
316 global_state_.tree_priority != SMOOTHNESS_TAKES_PRIORITY;
358 const TreePriority tree_priority = global_state_.tree_priority; local
421 switch (tree_priority) {
    [all...]

Completed in 31 milliseconds