Home
last modified time | relevance | path

Searched refs:setTimestamp (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrResourceCache.cpp145 resource->cacheAccess().setTimestamp(this->getNextTimestamp()); in insertResource()
471 resource->cacheAccess().setTimestamp(this->getNextTimestamp()); in refAndMakeResourceMRU()
508 resource->cacheAccess().setTimestamp(this->getNextTimestamp()); in notifyARefCntReachedZero()
941 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
945 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
951 sortedPurgeableResources[currP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
955 fNonpurgeableResources[currNP++]->cacheAccess().setTimestamp(fTimestamp++); in getNextTimestamp()
DGrGpuResourceCacheAccess.h72 void setTimestamp(uint32_t ts) { fResource->fTimestamp = ts; } in setTimestamp() function
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMidiEventScheduler.java89 event.setTimestamp(timestamp); in createScheduledEvent()
DEventScheduler.java115 public void setTimestamp(long timestamp) { in setTimestamp() method in EventScheduler.SchedulableEvent