HomeSort by relevance Sort by last modified time
    Searched refs:fTimestamp (Results 1 - 5 of 5) sorted by null

  /external/skia/src/gpu/
GrGpuResourceCacheAccess.h 58 uint32_t timestamp() const { return fResource->fTimestamp; }
59 void setTimestamp(uint32_t ts) { fResource->fTimestamp = ts; }
GrResourceCache.cpp 65 : fTimestamp(0)
626 if (0 == fTimestamp) {
653 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++);
657 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++);
663 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++);
667 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++);
679 SkASSERT(fTimestamp == SkToU32(count));
682 return fTimestamp++;
GrResourceCache.h 319 // Whenever a resource is added to the cache or the result of a cache lookup, fTimestamp is
322 uint32_t fTimestamp;
  /external/skia/include/gpu/
GrGpuResource.h 321 uint32_t fTimestamp;
  /external/skia/tools/gpu/
GrTest.cpp 227 void GrResourceCache::changeTimestamp(uint32_t newTimestamp) { fTimestamp = newTimestamp; }

Completed in 354 milliseconds