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

  /external/chromium_org/cc/resources/
tile.h 65 is_occluded_[tree] = is_occluded;
68 bool is_occluded(WhichTree tree) const { return is_occluded_[tree]; }
76 return is_occluded_[ACTIVE_TREE];
78 return is_occluded_[PENDING_TREE];
80 return is_occluded_[ACTIVE_TREE] && is_occluded_[PENDING_TREE];
186 bool is_occluded_[NUM_TREES]; member in class:cc::Tile
tile.cc 39 is_occluded_[i] = false;

Completed in 47 milliseconds