HomeSort by relevance Sort by last modified time
    Searched refs:tree_priority_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/cc/resources/
eviction_tile_priority_queue.cc 14 : tree_priority_(tree_priority) {}
25 WhichTree a_tree = a->NextTileIteratorTree(tree_priority_);
29 WhichTree b_tree = b->NextTileIteratorTree(tree_priority_);
37 a_tile->priority_for_tree_priority(tree_priority_);
39 b_tile->priority_for_tree_priority(tree_priority_);
40 bool prioritize_low_res = tree_priority_ == SMOOTHNESS_TAKES_PRIORITY;
66 bool a_is_occluded = a_tile->is_occluded_for_tree_priority(tree_priority_);
67 bool b_is_occluded = b_tile->is_occluded_for_tree_priority(tree_priority_);
76 TreePriority tree_priority_; member in class:cc::__anon7367::EvictionOrderComparator
90 tree_priority_ = tree_priority
    [all...]
raster_tile_priority_queue.cc 14 : tree_priority_(tree_priority) {}
25 WhichTree a_tree = a->NextTileIteratorTree(tree_priority_);
29 WhichTree b_tree = b->NextTileIteratorTree(tree_priority_);
37 a_tile->priority_for_tree_priority(tree_priority_);
39 b_tile->priority_for_tree_priority(tree_priority_);
40 bool prioritize_low_res = tree_priority_ == SMOOTHNESS_TAKES_PRIORITY;
63 TreePriority tree_priority_; member in class:cc::__anon7393::RasterOrderComparator
105 tree_priority_ = tree_priority;
111 make_scoped_ptr(new PairedPictureLayerQueue(*it, tree_priority_)));
113 paired_queues_.make_heap(RasterOrderComparator(tree_priority_));
    [all...]
eviction_tile_priority_queue.h 54 TreePriority tree_priority_; member in class:cc::EvictionTilePriorityQueue
raster_tile_priority_queue.h 56 TreePriority tree_priority_; member in class:cc::RasterTilePriorityQueue
picture_layer_tiling.cc 31 : tree_priority_(tree_priority) {}
36 a->priority_for_tree_priority(tree_priority_);
38 b->priority_for_tree_priority(tree_priority_);
44 bool a_is_occluded = a->is_occluded_for_tree_priority(tree_priority_);
45 bool b_is_occluded = b->is_occluded_for_tree_priority(tree_priority_);
54 TreePriority tree_priority_; member in class:cc::__anon7372::TileEvictionOrder
    [all...]
  /external/chromium_org/cc/layers/
picture_layer_impl.h 91 TreePriority tree_priority_; member in class:cc::PictureLayerImpl::LayerEvictionTileIterator
picture_layer_impl.cc     [all...]

Completed in 113 milliseconds