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.cpp810 if (0 == fTimestamp) { in getNextTimestamp()
837 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
841 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
847 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
851 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
863 SkASSERT(fTimestamp == SkToU32(count)); in getNextTimestamp()
866 return fTimestamp++; in getNextTimestamp()
DGrResourceCache.h365 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.cpp904 if (0 == fTimestamp) { in getNextTimestamp()
931 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
935 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
941 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
945 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
957 SkASSERT(fTimestamp == SkToU32(count)); in getNextTimestamp()
960 return fTimestamp++; in getNextTimestamp()
1208 fTimestamp = newTimestamp; in changeTimestamp()
DGrGpuResource.h391 uint32_t fTimestamp; variable
DGrResourceCache.h381 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.h424 uint32_t fTimestamp; variable