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

  /external/skia/src/gpu/
GrGpuResourceCacheAccess.h 64 uint32_t timestamp() const { return fResource->fTimestamp; }
65 void setTimestamp(uint32_t ts) { fResource->fTimestamp = ts; }
GrResourceCache.cpp 62 : fTimestamp(0)
532 if (0 == fTimestamp) {
564 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++);
568 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++);
574 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++);
578 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++);
590 SkASSERT(fTimestamp == SkToU32(count));
596 return fTimestamp++;
GrResourceCache.h 250 // Whenever a resource is added to the cache or the result of a cache lookup, fTimestamp is
253 uint32_t fTimestamp;
GrTest.cpp 128 void GrResourceCache::changeTimestamp(uint32_t newTimestamp) { fTimestamp = newTimestamp; }
  /external/skia/tools/
PictureResultsWriter.h 186 fTimestamp = timestamp;
220 data["timestamp"] = fTimestamp;
305 int fTimestamp;
  /external/skia/include/gpu/
GrGpuResource.h 310 uint32_t fTimestamp;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 106 milliseconds