Searched refs:tree_priority (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/cc/resources/
H A Dtile_manager.h77 RasterTileIterator(TileManager* tile_manager, TreePriority tree_priority);
89 Tile* PeekTile(TreePriority tree_priority);
90 void PopTile(TreePriority tree_priority);
93 NextTileIterator(TreePriority tree_priority);
103 explicit RasterOrderComparator(TreePriority tree_priority);
123 EvictionTileIterator(TileManager* tile_manager, TreePriority tree_priority);
135 Tile* PeekTile(TreePriority tree_priority);
136 void PopTile(TreePriority tree_priority);
139 TreePriority tree_priority);
149 explicit EvictionOrderComparator(TreePriority tree_priority);
[all...]
H A Dtile_manager.cc418 return global_state_.tree_priority != SMOOTHNESS_TAKES_PRIORITY;
493 global_state_.tree_priority != SMOOTHNESS_TAKES_PRIORITY;
534 const TreePriority tree_priority = global_state_.tree_priority; local
586 switch (tree_priority) {
621 tree_priority == SMOOTHNESS_TAKES_PRIORITY ||
1177 TreePriority tree_priority)
1178 : tree_priority_(tree_priority), comparator_(tree_priority) {
1244 TreePriority tree_priority) {
1176 RasterTileIterator(TileManager* tile_manager, TreePriority tree_priority) argument
1243 PeekTile( TreePriority tree_priority) argument
1257 PopTile( TreePriority tree_priority) argument
1277 NextTileIterator( TreePriority tree_priority) argument
1319 RasterOrderComparator( TreePriority tree_priority) argument
1372 EvictionTileIterator( TileManager* tile_manager, TreePriority tree_priority) argument
1439 PeekTile( TreePriority tree_priority) argument
1453 PopTile( TreePriority tree_priority) argument
1473 NextTileIterator( TreePriority tree_priority) argument
1501 EvictionOrderComparator(TreePriority tree_priority) argument
[all...]
H A Dtile_priority.h150 tree_priority(SAME_PRIORITY_FOR_BOTH_TREES) {}
158 TreePriority tree_priority; member in class:cc::GlobalStateThatImpactsTilePriority
165 tree_priority == other.tree_priority;
H A Dtile.h43 TilePriority priority_for_tree_priority(TreePriority tree_priority) const {
44 switch (tree_priority) {
H A Dtile_manager_perftest.cc93 void SetTreePriority(TreePriority tree_priority) { argument
101 state.tree_priority = tree_priority;
267 state.tree_priority = SMOOTHNESS_TAKES_PRIORITY;
H A Dpicture_layer_tiling.cc28 explicit TileEvictionOrder(TreePriority tree_priority) argument
29 : tree_priority_(tree_priority) {}
798 TreePriority tree_priority) {
800 eviction_cache_tree_priority_ == tree_priority)
813 TileEvictionOrder(tree_priority));
815 eviction_cache_tree_priority_ = tree_priority;
936 TreePriority tree_priority)
937 : is_valid_(false), tiling_(tiling), tree_priority_(tree_priority) {}
797 UpdateEvictionCacheIfNeeded( TreePriority tree_priority) argument
934 TilingEvictionTileIterator( PictureLayerTiling* tiling, TreePriority tree_priority) argument
H A Dpicture_layer_tiling.h99 TreePriority tree_priority);
286 void UpdateEvictionCacheIfNeeded(TreePriority tree_priority);
H A Dtile_manager_unittest.cc35 TreePriority tree_priority) {
52 SetTreePriority(tree_priority);
55 void SetTreePriority(TreePriority tree_priority) { argument
69 state.tree_priority = tree_priority;
439 void SetTreePriority(TreePriority tree_priority) { argument
447 state.tree_priority = tree_priority;
33 Initialize(int max_tiles, TileMemoryLimitPolicy memory_limit_policy, TreePriority tree_priority) argument
H A Dtile_priority.cc110 state->Set("tree_priority", TreePriorityAsValue(tree_priority).release());
/external/chromium_org/cc/layers/
H A Dpicture_layer_impl.h63 TreePriority tree_priority);
H A Dpicture_layer_impl.cc1571 TreePriority tree_priority)
1598 layer_->tilings_->tiling_at(i), tree_priority));
1610 PictureLayerTiling::TilingEvictionTileIterator(tiling, tree_priority));
1616 layer_->tilings_->tiling_at(low_res_tiling_index), tree_priority));
1622 layer_->tilings_->tiling_at(high_res_tiling_index), tree_priority));
1569 LayerEvictionTileIterator( PictureLayerImpl* layer, TreePriority tree_priority) argument
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc2999 if (global_tile_state_.tree_priority == priority)
3001 global_tile_state_.tree_priority = priority;

Completed in 246 milliseconds