Home | History | Annotate | Download | only in core

Lines Matching refs:tile

25 * @brief Definitions for Macro Tile Manager which provides the facilities
26 * for threads to work on an macro tile.
39 /// MacroTile - work queue for a tile.
47 /// @brief Returns number of work items queued for this tile.
113 for (auto &tile : mTiles)
115 tile.second.destroy();
147 // Any tile that has work queued to it is a dirty tile.
250 HOTTILE_INVALID, // tile is in unitialized state and should be loaded with surface contents before rendering
251 HOTTILE_CLEAR, // tile should be cleared
252 HOTTILE_DIRTY, // tile has been rendered to
253 HOTTILE_RESOLVED, // tile has been stored to memory