Searched refs:fTimestamp (Results 1 – 5 of 5) sorted by relevance
58 uint32_t timestamp() const { return fResource->fTimestamp; } in timestamp()59 void setTimestamp(uint32_t ts) { fResource->fTimestamp = ts; } in setTimestamp()
65 : fTimestamp(0) in GrResourceCache()626 if (0 == fTimestamp) { in getNextTimestamp()653 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()657 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()663 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()667 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()679 SkASSERT(fTimestamp == SkToU32(count)); in getNextTimestamp()682 return fTimestamp++; in getNextTimestamp()
322 uint32_t fTimestamp; variable
321 uint32_t fTimestamp; variable
227 void GrResourceCache::changeTimestamp(uint32_t newTimestamp) { fTimestamp = newTimestamp; } in changeTimestamp()