Home
last modified time | relevance | path

Searched refs:cacheAccess (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/src/gpu/
DGrResourceCache.cpp145 resource->cacheAccess().setTimestamp(this->getNextTimestamp()); in insertResource()
166 SkASSERT(!resource->cacheAccess().isUsableAsScratch()); in insertResource()
192 if (resource->cacheAccess().isUsableAsScratch()) { in removeResource()
211 back->cacheAccess().abandon(); in abandonAll()
217 top->cacheAccess().abandon(); in abandonAll()
254 back->cacheAccess().release(); in releaseAll()
260 top->cacheAccess().release(); in releaseAll()
303 resource->cacheAccess().release(); in releaseByTag()
336 if (resource->cacheAccess().hasRef()) { in refResource()
374 if (resource->cacheAccess().isUsableAsScratch()) { in willRemoveScratchKey()
[all …]
DGrTextureProxyCacheAccess.h41 inline GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() { return CacheAccess(this); } in cacheAccess() function
43 inline const GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() const { // NOLINT(readabili… in cacheAccess() function
DGrResourceCache.h247 if (resource->cacheAccess().isScratch()) { in update()
361 return a->cacheAccess().timestamp() < b->cacheAccess().timestamp(); in CompareTimestamp()
365 return res->cacheAccess().accessCacheIndex(); in AccessResourceIndex()
DGrGpuResourceCacheAccess.h104 inline GrGpuResource::CacheAccess GrGpuResource::cacheAccess() { return CacheAccess(this); } in cacheAccess() function
106 inline const GrGpuResource::CacheAccess GrGpuResource::cacheAccess() const { // NOLINT(readability… in cacheAccess() function
DGrTextureProxy.h95 inline CacheAccess cacheAccess();
96 inline const CacheAccess cacheAccess() const; // NOLINT(readability-const-return-type)
DGrGpuResource.h260 inline CacheAccess cacheAccess();
261 inline const CacheAccess cacheAccess() const; // NOLINT(readability-const-return-type)
DGrProxyProvider.cpp78 proxy->cacheAccess().setUniqueKey(this, key); in assignUniqueKeyToProxy()
98 proxy->cacheAccess().setUniqueKey(this, surf->getUniqueKey()); in adoptUniqueKeyFromSurface()
912 proxy->cacheAccess().clearUniqueKey(); in processInvalidUniqueKeyImpl()
/third_party/flutter/skia/src/gpu/
DGrResourceCache.cpp141 resource->cacheAccess().setTimestamp(this->getNextTimestamp()); in insertResource()
213 back->cacheAccess().abandon(); in abandonAll()
219 top->cacheAccess().abandon(); in abandonAll()
250 back->cacheAccess().release(); in releaseAll()
256 top->cacheAccess().release(); in releaseAll()
298 fNonpurgeableResources.getAt(i)->cacheAccess().release(); in releaseByTag()
301 *(*(tempArray.end() - 1))->cacheAccess().accessCacheIndex() = tempArray.count() - 1; in releaseByTag()
313 top->cacheAccess().release(); in releaseByTag()
339 scratchResources.getAt(i)->cacheAccess().release(); in purgeUnlockedResourcesByTag()
365 if (resource->cacheAccess().hasRef()) { in refResource()
[all …]
DGrTextureProxyCacheAccess.h40 inline GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() { return CacheAccess(this); } in cacheAccess() function
42 inline const GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() const { in cacheAccess() function
DGrResourceCache.h241 if (resource->cacheAccess().isScratch()) { in update()
349 return a->cacheAccess().timestamp() < b->cacheAccess().timestamp(); in CompareTimestamp()
353 return res->cacheAccess().accessCacheIndex(); in AccessResourceIndex()
DGrGpuResourceCacheAccess.h97 inline GrGpuResource::CacheAccess GrGpuResource::cacheAccess() { return CacheAccess(this); } in cacheAccess() function
99 inline const GrGpuResource::CacheAccess GrGpuResource::cacheAccess() const { in cacheAccess() function
DGrTextureProxy.h94 inline CacheAccess cacheAccess();
95 inline const CacheAccess cacheAccess() const;
DGrProxyProvider.cpp70 proxy->cacheAccess().setUniqueKey(this, key); in assignUniqueKeyToProxy()
90 proxy->cacheAccess().setUniqueKey(this, surf->getUniqueKey()); in adoptUniqueKeyFromSurface()
983 proxy->cacheAccess().clearUniqueKey(); in processInvalidUniqueKey()
/third_party/flutter/skia/include/gpu/
DGrGpuResource.h289 inline CacheAccess cacheAccess();
290 inline const CacheAccess cacheAccess() const;
/third_party/skia/tests/
DResourceCacheTest.cpp746 REPORTER_ASSERT(reporter, !resource->cacheAccess().isScratch()); in test_unbudgeted_to_scratch()
766 REPORTER_ASSERT(reporter, resource->cacheAccess().isScratch()); in test_unbudgeted_to_scratch()
783 REPORTER_ASSERT(reporter, !resource->cacheAccess().isScratch()); in test_unbudgeted_to_scratch()
/third_party/flutter/skia/tests/
DResourceCacheTest.cpp703 REPORTER_ASSERT(reporter, !resource->cacheAccess().isScratch()); in test_unbudgeted_to_scratch()
723 REPORTER_ASSERT(reporter, resource->cacheAccess().isScratch()); in test_unbudgeted_to_scratch()
740 REPORTER_ASSERT(reporter, !resource->cacheAccess().isScratch()); in test_unbudgeted_to_scratch()