Home
last modified time | relevance | path

Searched refs:GrStdSteadyClock (Results 1 – 21 of 21) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCPathCache.h114 void purgeEntriesOlderThan(GrProxyProvider*, const GrStdSteadyClock::time_point& purgeTime);
153 GrStdSteadyClock::time_point quickPerFlushTimestamp() { in quickPerFlushTimestamp()
155 if (GrStdSteadyClock::time_point::min() == fPerFlushTimestamp) { in quickPerFlushTimestamp()
156 fPerFlushTimestamp = GrStdSteadyClock::now(); in quickPerFlushTimestamp()
176 GrStdSteadyClock::time_point fPerFlushTimestamp = GrStdSteadyClock::time_point::min();
255 GrStdSteadyClock::time_point fTimestamp;
DGrCCPathCache.cpp266 fPerFlushTimestamp = GrStdSteadyClock::time_point::min(); in doPreFlushProcessing()
270 const GrStdSteadyClock::time_point& purgeTime) { in purgeEntriesOlderThan()
275 ? GrStdSteadyClock::time_point::max() in purgeEntriesOlderThan()
DGrCoverageCountingPathRenderer.h69 void purgeCacheEntriesOlderThan(GrProxyProvider*, const GrStdSteadyClock::time_point&);
DGrCoverageCountingPathRenderer.cpp299 GrProxyProvider* proxyProvider, const GrStdSteadyClock::time_point& purgeTime) { in purgeCacheEntriesOlderThan()
/external/skqp/src/gpu/
DGrGpuResourceCacheAccess.h63 fResource->fTimeWhenBecamePurgeable = GrStdSteadyClock::now(); in setTimeWhenResourceBecomePurgeable()
69 GrStdSteadyClock::time_point timeWhenResourceBecamePurgeable() { in timeWhenResourceBecamePurgeable()
DGrResourceCache.h177 void purgeResourcesNotUsedSince(GrStdSteadyClock::time_point);
DGrResourceCache.cpp549 void GrResourceCache::purgeResourcesNotUsedSince(GrStdSteadyClock::time_point purgeTime) { in purgeResourcesNotUsedSince()
551 const GrStdSteadyClock::time_point resourceTime = in purgeResourcesNotUsedSince()
DGrContext.cpp238 auto purgeTime = GrStdSteadyClock::now() - msNotUsed; in performDeferredCleanup()
/external/skia/src/gpu/
DGrGpuResourceCacheAccess.h76 fResource->fTimeWhenBecamePurgeable = GrStdSteadyClock::now(); in setTimeWhenResourceBecomePurgeable()
82 GrStdSteadyClock::time_point timeWhenResourceBecamePurgeable() { in timeWhenResourceBecamePurgeable()
DGrThreadSafeCache.cpp78 void GrThreadSafeCache::dropUniqueRefsOlderThan(GrStdSteadyClock::time_point purgeTime) { in dropUniqueRefsOlderThan()
105 entry->fLastAccess = GrStdSteadyClock::now(); in makeExistingEntryMRU()
163 entry->fLastAccess = GrStdSteadyClock::now(); in makeNewEntryMRU()
DGrThreadSafeCache.h84 void dropUniqueRefsOlderThan(GrStdSteadyClock::time_point purgeTime) SK_EXCLUDES(fSpinLock);
270 GrStdSteadyClock::time_point fLastAccess;
DGrResourceCache.h167 void purgeResourcesNotUsedSince(GrStdSteadyClock::time_point purgeTime,
280 void purgeUnlockedResources(const GrStdSteadyClock::time_point* purgeTime,
DGrGpuResource.h300 GrStdSteadyClock::time_point fTimeWhenBecamePurgeable;
DGrResourceCache.cpp567 void GrResourceCache::purgeUnlockedResources(const GrStdSteadyClock::time_point* purgeTime, in purgeUnlockedResources()
582 const GrStdSteadyClock::time_point resourceTime = in purgeUnlockedResources()
612 const GrStdSteadyClock::time_point resourceTime = in purgeUnlockedResources()
DGrDirectContext.cpp332 auto purgeTime = GrStdSteadyClock::now() - msNotUsed; in performDeferredCleanup()
/external/skqp/include/gpu/
DGrGpuResource.h339 GrStdSteadyClock::time_point fTimeWhenBecamePurgeable;
/external/skqp/tests/
DResourceCacheTest.cpp1199 std::this_thread::sleep_for(GrStdSteadyClock::duration(5)); in test_time_purge()
1200 auto result = GrStdSteadyClock::now(); in test_time_purge()
1202 std::this_thread::sleep_for(GrStdSteadyClock::duration(5)); in test_time_purge()
1207 std::unique_ptr<GrStdSteadyClock::time_point[]> timeStamps( in test_time_purge()
1208 new GrStdSteadyClock::time_point[cnt]); in test_time_purge()
/external/skia/tests/
DResourceCacheTest.cpp1234 std::this_thread::sleep_for(GrStdSteadyClock::duration(5)); in test_time_purge()
1235 auto result = GrStdSteadyClock::now(); in test_time_purge()
1237 std::this_thread::sleep_for(GrStdSteadyClock::duration(5)); in test_time_purge()
1242 std::unique_ptr<GrStdSteadyClock::time_point[]> timeStamps( in test_time_purge()
1243 new GrStdSteadyClock::time_point[cnt]); in test_time_purge()
DGrThreadSafeCacheTest.cpp1345 auto firstTime = GrStdSteadyClock::now(); in test_13()
1359 auto secondTime = GrStdSteadyClock::now(); in test_13()
/external/skqp/include/private/
DGrTypesPriv.h26 using GrStdSteadyClock = std::chrono::monotonic_clock; variable
28 using GrStdSteadyClock = std::chrono::steady_clock; variable
/external/skia/include/private/
DGrTypesPriv.h27 using GrStdSteadyClock = std::chrono::monotonic_clock; variable
29 using GrStdSteadyClock = std::chrono::steady_clock; variable