/third_party/skia/src/gpu/ |
D | GrResourceCache.cpp | 145 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 …]
|
D | GrTextureProxyCacheAccess.h | 41 inline GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() { return CacheAccess(this); } in cacheAccess() function 43 inline const GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() const { // NOLINT(readabili… in cacheAccess() function
|
D | GrResourceCache.h | 247 if (resource->cacheAccess().isScratch()) { in update() 361 return a->cacheAccess().timestamp() < b->cacheAccess().timestamp(); in CompareTimestamp() 365 return res->cacheAccess().accessCacheIndex(); in AccessResourceIndex()
|
D | GrGpuResourceCacheAccess.h | 104 inline GrGpuResource::CacheAccess GrGpuResource::cacheAccess() { return CacheAccess(this); } in cacheAccess() function 106 inline const GrGpuResource::CacheAccess GrGpuResource::cacheAccess() const { // NOLINT(readability… in cacheAccess() function
|
D | GrTextureProxy.h | 95 inline CacheAccess cacheAccess(); 96 inline const CacheAccess cacheAccess() const; // NOLINT(readability-const-return-type)
|
D | GrGpuResource.h | 260 inline CacheAccess cacheAccess(); 261 inline const CacheAccess cacheAccess() const; // NOLINT(readability-const-return-type)
|
D | GrProxyProvider.cpp | 78 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/ |
D | GrResourceCache.cpp | 141 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 …]
|
D | GrTextureProxyCacheAccess.h | 40 inline GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() { return CacheAccess(this); } in cacheAccess() function 42 inline const GrTextureProxy::CacheAccess GrTextureProxy::cacheAccess() const { in cacheAccess() function
|
D | GrResourceCache.h | 241 if (resource->cacheAccess().isScratch()) { in update() 349 return a->cacheAccess().timestamp() < b->cacheAccess().timestamp(); in CompareTimestamp() 353 return res->cacheAccess().accessCacheIndex(); in AccessResourceIndex()
|
D | GrGpuResourceCacheAccess.h | 97 inline GrGpuResource::CacheAccess GrGpuResource::cacheAccess() { return CacheAccess(this); } in cacheAccess() function 99 inline const GrGpuResource::CacheAccess GrGpuResource::cacheAccess() const { in cacheAccess() function
|
D | GrTextureProxy.h | 94 inline CacheAccess cacheAccess(); 95 inline const CacheAccess cacheAccess() const;
|
D | GrProxyProvider.cpp | 70 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/ |
D | GrGpuResource.h | 289 inline CacheAccess cacheAccess(); 290 inline const CacheAccess cacheAccess() const;
|
/third_party/skia/tests/ |
D | ResourceCacheTest.cpp | 746 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/ |
D | ResourceCacheTest.cpp | 703 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()
|