Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpuResourceCacheAccess.h76 uint32_t timestamp() const { return fResource->fTimestamp; } in timestamp()
77 void setTimestamp(uint32_t ts) { fResource->fTimestamp = ts; } in setTimestamp()
DGrResourceCache.cpp62 : 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()
DGrResourceCache.h311 uint32_t fTimestamp; variable
DGrTest.cpp256 void GrResourceCache::changeTimestamp(uint32_t newTimestamp) { fTimestamp = newTimestamp; } in changeTimestamp()
/external/skia/include/gpu/
DGrGpuResource.h333 uint32_t fTimestamp; variable