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

  /external/chromium_org/cc/resources/
eviction_tile_priority_queue.h 22 TreePriority tree_priority);
26 Tile* Top(TreePriority tree_priority);
27 void Pop(TreePriority tree_priority);
29 WhichTree NextTileIteratorTree(TreePriority tree_priority) const;
42 TreePriority tree_priority);
raster_tile_priority_queue.h 23 TreePriority tree_priority);
27 Tile* Top(TreePriority tree_priority);
28 void Pop(TreePriority tree_priority);
30 WhichTree NextTileIteratorTree(TreePriority tree_priority) const;
44 TreePriority tree_priority);
raster_tile_priority_queue.cc 13 explicit RasterOrderComparator(TreePriority tree_priority)
14 : tree_priority_(tree_priority) {}
67 TreePriority tree_priority,
71 switch (tree_priority) {
104 TreePriority tree_priority) {
105 tree_priority_ = tree_priority;
143 TreePriority tree_priority)
147 tree_priority == SMOOTHNESS_TAKES_PRIORITY)
152 tree_priority == SMOOTHNESS_TAKES_PRIORITY)
165 TreePriority tree_priority) {
    [all...]
eviction_tile_priority_queue.cc 13 explicit EvictionOrderComparator(TreePriority tree_priority)
14 : tree_priority_(tree_priority) {}
89 TreePriority tree_priority) {
90 tree_priority_ = tree_priority;
130 TreePriority tree_priority)
134 tree_priority)
139 tree_priority)
151 TreePriority tree_priority) {
154 WhichTree next_tree = NextTileIteratorTree(tree_priority);
167 TreePriority tree_priority) {
    [all...]
tile_priority.h 147 tree_priority(SAME_PRIORITY_FOR_BOTH_TREES) {}
155 TreePriority tree_priority; member in class:cc::GlobalStateThatImpactsTilePriority
162 tree_priority == other.tree_priority;
tile.h 43 TilePriority priority_for_tree_priority(TreePriority tree_priority) const {
44 switch (tree_priority) {
73 bool is_occluded_for_tree_priority(TreePriority tree_priority) const {
74 switch (tree_priority) {
tile_priority.cc 95 state->SetString("tree_priority", TreePriorityToString(tree_priority));
tile_manager_unittest.cc 37 TreePriority tree_priority) {
58 SetTreePriority(tree_priority);
61 void SetTreePriority(TreePriority tree_priority) {
75 state.tree_priority = tree_priority;
499 void SetTreePriority(TreePriority tree_priority) {
507 state.tree_priority = tree_priority;
1009 TreePriority tree_priority = NEW_CONTENT_TAKES_PRIORITY; local
    [all...]
picture_layer_tiling.h 122 TreePriority tree_priority,
313 void UpdateEvictionCacheIfNeeded(TreePriority tree_priority);
314 const std::vector<Tile*>* GetEvictionTiles(TreePriority tree_priority,
tile_manager_perftest.cc 99 void SetTreePriority(TreePriority tree_priority) {
107 state.tree_priority = tree_priority;
394 state.tree_priority = SMOOTHNESS_TAKES_PRIORITY;
picture_layer_tiling.cc 30 explicit TileEvictionOrder(TreePriority tree_priority)
31 : tree_priority_(tree_priority) {}
    [all...]
tile_manager.h 62 TreePriority tree_priority) = 0;
68 TreePriority tree_priority) = 0;
tile_manager.cc 422 if (global_state_.tree_priority != SMOOTHNESS_TAKES_PRIORITY)
518 global_state_.tree_priority != SMOOTHNESS_TAKES_PRIORITY &&
568 const TreePriority tree_priority = global_state_.tree_priority; local
620 switch (tree_priority) {
657 tree_priority == SMOOTHNESS_TAKES_PRIORITY ||
    [all...]
  /external/chromium_org/cc/test/
fake_tile_manager_client.h 25 TreePriority tree_priority) OVERRIDE {}
27 TreePriority tree_priority) OVERRIDE {}
  /external/chromium_org/cc/layers/
picture_layer_impl.h 74 TreePriority tree_priority);
picture_layer_impl.cc     [all...]
picture_layer_impl_unittest.cc 3701 TreePriority tree_priority = static_cast<TreePriority>(priority_count); local
    [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_impl.h 238 TreePriority tree_priority) OVERRIDE;
240 TreePriority tree_priority) OVERRIDE;
layer_tree_host_impl.cc     [all...]

Completed in 839 milliseconds