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

  /external/chromium_org/cc/test/
fake_picture_layer_tiling_client.h 41 virtual WhichTree GetTree() const OVERRIDE;
59 void set_tree(WhichTree tree) { tree_ = tree; }
79 WhichTree tree_;
fake_picture_layer_tiling_client.cc 90 WhichTree FakePictureLayerTilingClient::GetTree() const {
fake_picture_layer_impl.cc 102 WhichTree tree =
  /external/chromium_org/cc/resources/
tile.h 39 const TilePriority& priority(WhichTree tree) const {
62 void SetPriority(WhichTree tree, const TilePriority& priority);
64 void set_is_occluded(WhichTree tree, bool is_occluded) {
68 bool is_occluded(WhichTree tree) const { return is_occluded_[tree]; }
146 RasterMode DetermineRasterModeForTree(WhichTree tree) const;
eviction_tile_priority_queue.h 29 WhichTree NextTileIteratorTree(TreePriority tree_priority) const;
raster_tile_priority_queue.h 30 WhichTree NextTileIteratorTree(TreePriority tree_priority) const;
raster_tile_priority_queue.cc 25 WhichTree a_tree = a->NextTileIteratorTree(tree_priority_);
29 WhichTree b_tree = b->NextTileIteratorTree(tree_priority_);
66 WhichTree HigherPriorityTree(
168 WhichTree next_tree = NextTileIteratorTree(tree_priority);
181 WhichTree next_tree = NextTileIteratorTree(tree_priority);
213 WhichTree
eviction_tile_priority_queue.cc 25 WhichTree a_tree = a->NextTileIteratorTree(tree_priority_);
29 WhichTree b_tree = b->NextTileIteratorTree(tree_priority_);
154 WhichTree next_tree = NextTileIteratorTree(tree_priority);
170 WhichTree next_tree = NextTileIteratorTree(tree_priority);
195 WhichTree
tile.cc 48 void Tile::SetPriority(WhichTree tree, const TilePriority& priority) {
100 RasterMode Tile::DetermineRasterModeForTree(WhichTree tree) const {
tile_priority.h 25 enum WhichTree {
33 scoped_ptr<base::Value> WhichTreeAsValue(WhichTree tree);
tile_priority.cc 13 std::string WhichTreeToString(WhichTree tree) {
20 DCHECK(false) << "Unrecognized WhichTree value " << tree;
21 return "<unknown WhichTree value>";
picture_layer_tiling.h 52 virtual WhichTree GetTree() const = 0;
72 TilingRasterTileIterator(PictureLayerTiling* tiling, WhichTree tree);
111 WhichTree tree_;
239 void UpdateTilePriorities(WhichTree tree,
picture_layer_tiling.cc 57 void ReleaseTile(Tile* tile, WhichTree tree) {
538 WhichTree tree,
    [all...]
picture_layer_tiling_unittest.cc 38 WhichTree tree,
    [all...]
  /external/chromium_org/cc/layers/
picture_image_layer_impl_unittest.cc 51 WhichTree which_tree) {
picture_layer_impl.h 135 virtual WhichTree GetTree() const OVERRIDE;
picture_layer_impl.cc 533 WhichTree tree =
    [all...]
  /external/chromium_org/cc/debug/
rasterize_and_record_benchmark_impl.cc 138 virtual WhichTree GetTree() const OVERRIDE { return base_client_->GetTree(); }

Completed in 734 milliseconds