Home
last modified time | relevance | path

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

/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.cpp65 : 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()
DGrResourceCache.h322 uint32_t fTimestamp; variable
/external/skia/include/gpu/
DGrGpuResource.h321 uint32_t fTimestamp; variable
/external/skia/tools/gpu/
DGrTest.cpp227 void GrResourceCache::changeTimestamp(uint32_t newTimestamp) { fTimestamp = newTimestamp; } in changeTimestamp()