Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrGpuResourceCacheAccess.h58 uint32_t timestamp() const { return fResource->fTimestamp; } in timestamp()
59 void setTimestamp(uint32_t ts) { fResource->fTimestamp = ts; } in setTimestamp()
DGrResourceCache.cpp75 , 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()
DGrResourceCache.h322 uint32_t fTimestamp; variable
/external/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.cpp772 if (0 == fTimestamp) { in getNextTimestamp()
799 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
803 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
809 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
813 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
825 SkASSERT(fTimestamp == SkToU32(count)); in getNextTimestamp()
828 return fTimestamp++; in getNextTimestamp()
DGrGpuResource.h299 uint32_t fTimestamp; variable
DGrResourceCache.h351 uint32_t fTimestamp = 0; variable
/external/skqp/src/gpu/ccpr/
DGrCCPathCache.cpp225 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()
DGrCCPathCache.h255 GrStdSteadyClock::time_point fTimestamp; variable
/external/skia/tools/gpu/
DGrTest.cpp38 void GrResourceCache::changeTimestamp(uint32_t newTimestamp) { fTimestamp = newTimestamp; } in changeTimestamp()
/external/skqp/include/gpu/
DGrGpuResource.h338 uint32_t fTimestamp; variable
/external/skqp/tools/gpu/
DGrTest.cpp188 void GrResourceCache::changeTimestamp(uint32_t newTimestamp) { fTimestamp = newTimestamp; } in changeTimestamp()