Searched refs:fFlushTimestamps (Results 1 – 2 of 2) sorted by relevance
77 , fFlushTimestamps(nullptr) in GrResourceCache()87 delete[] fFlushTimestamps; in ~GrResourceCache()99 delete[] fFlushTimestamps; in resetFlushTimestamps()109 fFlushTimestamps = nullptr; in resetFlushTimestamps()113 fFlushTimestamps = new uint32_t[fMaxUnusedFlushes]; in resetFlushTimestamps()117 sk_bzero(fFlushTimestamps, fMaxUnusedFlushes * sizeof(uint32_t)); in resetFlushTimestamps()461 if (fFlushTimestamps) { in purgeAsNeeded()466 uint32_t oldestAllowedTimestamp = fFlushTimestamps[oldestFlushIndex]; in purgeAsNeeded()608 if (fFlushTimestamps) { in notifyFlushOccurred()614 fFlushTimestamps[fLastFlushTimestampIndex] = timestamp; in notifyFlushOccurred()
345 uint32_t* fFlushTimestamps; variable