Home
last modified time | relevance | path

Searched refs:fTimestamp (Results 1 – 14 of 14) 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.h58 uint32_t timestamp() const { return fResource->fTimestamp; } in timestamp()
59 void setTimestamp(uint32_t ts) { fResource->fTimestamp = ts; } in setTimestamp()
DGrResourceCache.cpp113 , 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()
DGrResourceCache.h345 uint32_t fTimestamp; 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/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.cpp52 void GrResourceCache::changeTimestamp(uint32_t newTimestamp) { fTimestamp = newTimestamp; } in changeTimestamp()
/external/skqp/include/gpu/
DGrGpuResource.h338 uint32_t fTimestamp; variable
/external/skia/include/gpu/
DGrGpuResource.h344 uint32_t fTimestamp; variable
/external/skqp/tools/gpu/
DGrTest.cpp188 void GrResourceCache::changeTimestamp(uint32_t newTimestamp) { fTimestamp = newTimestamp; } in changeTimestamp()