Searched refs:fTimestamp (Results 1 – 5 of 5) sorted by relevance
76 uint32_t timestamp() const { return fResource->fTimestamp; } in timestamp()77 void setTimestamp(uint32_t ts) { fResource->fTimestamp = ts; } in setTimestamp()
62 : fTimestamp(0) in GrResourceCache()540 if (0 == fTimestamp) { in getNextTimestamp()572 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()576 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()582 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()586 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()598 SkASSERT(fTimestamp == SkToU32(count)); in getNextTimestamp()604 return fTimestamp++; in getNextTimestamp()
311 uint32_t fTimestamp; variable
256 void GrResourceCache::changeTimestamp(uint32_t newTimestamp) { fTimestamp = newTimestamp; } in changeTimestamp()
333 uint32_t fTimestamp; variable