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 164 tree_priority(SAME_PRIORITY_FOR_BOTH_TREES) {}
172 TreePriority tree_priority; member in class:cc::GlobalStateThatImpactsTilePriority
tile_manager.cc 67 TreePriority tree_priority,
76 bool can_be_in_now_bin = tree_priority == SMOOTHNESS_TAKES_PRIORITY ||
199 return GlobalState().tree_priority != SMOOTHNESS_TAKES_PRIORITY;
255 const TreePriority tree_priority = global_state_.tree_priority; local
263 switch (tree_priority) {
293 tree_priority,
298 tree_priority,
303 tree_priority,
309 tree_priority,
    [all...]

Completed in 352 milliseconds