Home
last modified time | relevance | path

Searched defs:TileScheduleData (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/core/
DSkThreadedBMPDevice.cpp63 struct alignas(MAX_CACHE_LINE) TileScheduleData { struct in TiledDrawSchedulerBySpinning
64 TileScheduleData() : fDrawIndex(0) {} in TileScheduleData() function
66 int fDrawIndex; // next draw index for this tile
110 struct alignas(MAX_CACHE_LINE) TileScheduleData { struct in TiledDrawSchedulerFlexible
111 TileScheduleData() : fDrawIndex(0) {} in TileScheduleData() argument
113 int fDrawIndex; // next draw index for this tile
114 std::mutex fMutex; // the mutex for the thread to acquire
163 struct alignas(MAX_CACHE_LINE) TileScheduleData { struct in TiledDrawSchedulerBySemaphores
164 TileScheduleData() : fDrawIndex(0) {} in TileScheduleData() function
166 int fDrawIndex;
[all …]