Searched refs:fTimestamp (Results 1 – 14 of 14) sorted by relevance
58 uint32_t timestamp() const { return fResource->fTimestamp; } in timestamp()59 void setTimestamp(uint32_t ts) { fResource->fTimestamp = ts; } in setTimestamp()
75 , fTimestamp(0) in GrResourceCache()652 if (0 == fTimestamp) { in getNextTimestamp()679 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()683 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()689 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()693 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()705 SkASSERT(fTimestamp == SkToU32(count)); in getNextTimestamp()708 return fTimestamp++; in getNextTimestamp()
322 uint32_t fTimestamp; variable
113 , fTimestamp(0) in GrResourceCache()693 if (0 == fTimestamp) { in getNextTimestamp()720 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()724 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()730 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()734 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()746 SkASSERT(fTimestamp == SkToU32(count)); in getNextTimestamp()749 return fTimestamp++; in getNextTimestamp()
345 uint32_t fTimestamp; variable
225 entry->fTimestamp = this->quickPerFlushTimestamp(); in find()276 : fLRU.tail()->fTimestamp; in purgeEntriesOlderThan()280 while (!fLRU.isEmpty() && fLRU.tail()->fTimestamp < purgeTime) { in purgeEntriesOlderThan()283 auto timestamp = fLRU.tail()->fTimestamp; in purgeEntriesOlderThan()
255 GrStdSteadyClock::time_point fTimestamp; variable
52 void GrResourceCache::changeTimestamp(uint32_t newTimestamp) { fTimestamp = newTimestamp; } in changeTimestamp()
338 uint32_t fTimestamp; variable
344 uint32_t fTimestamp; variable
188 void GrResourceCache::changeTimestamp(uint32_t newTimestamp) { fTimestamp = newTimestamp; } in changeTimestamp()