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

  /external/chromium_org/cc/resources/
tile.h 64 void set_is_occluded(WhichTree tree, bool is_occluded) {
65 is_occluded_[tree] = is_occluded;
68 bool is_occluded(WhichTree tree) const { return is_occluded_[tree]; } function in class:cc::Tile
picture_layer_tiling.h 105 return !tile->is_occluded(tree_) && tile->NeedsRasterForMode(mode);
picture_layer_tiling.cc 611 bool is_occluded = occlusion_in_layer_space.IsOccluded(tile_query_rect); local
612 tile->set_is_occluded(tree, is_occluded);
    [all...]
  /external/chromium_org/cc/layers/
picture_layer_impl_unittest.cc     [all...]
picture_layer_impl.cc     [all...]

Completed in 100 milliseconds