Home
last modified time | relevance | path

Searched refs:fTimestamp (Results 1 – 11 of 11) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrGpuResourceCacheAccess.h64 uint32_t timestamp() const { return fResource->fTimestamp; } in timestamp()
65 void setTimestamp(uint32_t ts) { fResource->fTimestamp = ts; } in setTimestamp()
DGrResourceCache.cpp718 if (0 == fTimestamp) { in getNextTimestamp()
745 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
749 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
755 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
759 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
771 SkASSERT(fTimestamp == SkToU32(count)); in getNextTimestamp()
774 return fTimestamp++; in getNextTimestamp()
DGrResourceCache.h346 uint32_t fTimestamp = 0; variable
/third_party/skia/src/gpu/
DGrGpuResourceCacheAccess.h71 uint32_t timestamp() const { return fResource->fTimestamp; } in timestamp()
72 void setTimestamp(uint32_t ts) { fResource->fTimestamp = ts; } in setTimestamp()
DGrResourceCache.cpp773 if (0 == fTimestamp) { in getNextTimestamp()
800 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
804 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
810 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
814 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
826 SkASSERT(fTimestamp == SkToU32(count)); in getNextTimestamp()
829 return fTimestamp++; in getNextTimestamp()
1041 fTimestamp = newTimestamp; in changeTimestamp()
DGrGpuResource.h299 uint32_t fTimestamp; variable
DGrResourceCache.h350 uint32_t fTimestamp = 0; variable
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPathCache.cpp225 entry->fTimestamp = this->quickPerFlushTimestamp(); in find()
279 : fLRU.tail()->fTimestamp; in purgeEntriesOlderThan()
283 while (!fLRU.isEmpty() && fLRU.tail()->fTimestamp < purgeTime) { in purgeEntriesOlderThan()
286 auto timestamp = fLRU.tail()->fTimestamp; in purgeEntriesOlderThan()
DGrCCPathCache.h255 GrStdSteadyClock::time_point fTimestamp; variable
/third_party/flutter/skia/tools/gpu/
DGrTest.cpp41 void GrResourceCache::changeTimestamp(uint32_t newTimestamp) { fTimestamp = newTimestamp; } in changeTimestamp()
/third_party/flutter/skia/include/gpu/
DGrGpuResource.h360 uint32_t fTimestamp; variable