Home
last modified time | relevance | path

Searched refs:InvalidateGPUResource (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/src/gpu/
DGrProxyProvider.h211 enum class InvalidateGPUResource : bool { kNo = false, kYes = true }; enum
226 void processInvalidUniqueKey(const GrUniqueKey&, GrTextureProxy*, InvalidateGPUResource);
282 InvalidateGPUResource, RemoveTableEntry);
DGrProxyProvider.cpp114 this->processInvalidUniqueKey(proxy->getUniqueKey(), proxy, InvalidateGPUResource::kYes); in removeUniqueKeyFromProxy()
880 InvalidateGPUResource invalidateGPUResource) { in processInvalidUniqueKey()
885 InvalidateGPUResource invalidateGPUResource, in processInvalidUniqueKeyImpl()
897 if (InvalidateGPUResource::kYes == invalidateGPUResource) { in processInvalidUniqueKeyImpl()
951 InvalidateGPUResource::kNo, in removeAllUniqueKeys()
DGrTextureProxy.cpp99 GrProxyProvider::InvalidateGPUResource::kNo); in ~GrTextureProxy()
DGrResourceCache.cpp285 GrProxyProvider::InvalidateGPUResource::kNo); in releaseByTag()
296 GrProxyProvider::InvalidateGPUResource::kNo); in releaseByTag()
613 GrProxyProvider::InvalidateGPUResource::kYes); in purgeAsNeeded()
/third_party/flutter/skia/src/gpu/
DGrProxyProvider.h212 enum class InvalidateGPUResource : bool { kNo = false, kYes = true }; enum
227 void processInvalidUniqueKey(const GrUniqueKey&, GrTextureProxy*, InvalidateGPUResource);
DGrOnFlushResourceProvider.cpp56 GrProxyProvider::InvalidateGPUResource::kYes); in processInvalidUniqueKey()
DGrProxyProvider.cpp106 this->processInvalidUniqueKey(proxy->getUniqueKey(), proxy, InvalidateGPUResource::kYes); in removeUniqueKeyFromProxy()
959 InvalidateGPUResource invalidateGPUResource) { in processInvalidUniqueKey()
970 if (InvalidateGPUResource::kYes == invalidateGPUResource) { in processInvalidUniqueKey()
1021 this->processInvalidUniqueKey(tmp.getUniqueKey(), &tmp, InvalidateGPUResource::kNo); in removeAllUniqueKeys()
DGrTextureProxy.cpp72 GrProxyProvider::InvalidateGPUResource::kNo); in ~GrTextureProxy()
DGrResourceCache.cpp279 GrProxyProvider::InvalidateGPUResource::kNo); in releaseByTag()
290 GrProxyProvider::InvalidateGPUResource::kNo); in releaseByTag()
644 GrProxyProvider::InvalidateGPUResource::kYes); in purgeAsNeeded()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPathCache.cpp317 GrProxyProvider::InvalidateGPUResource::kYes); in purgeInvalidatedAtlasTextures()
/third_party/flutter/skia/src/core/
DSkClipStack.cpp50 GrProxyProvider::InvalidateGPUResource::kYes); in ~Element()
/third_party/skia/src/core/
DSkClipStack.cpp59 GrProxyProvider::InvalidateGPUResource::kYes); in ~Element()
/third_party/skia/src/gpu/v1/
DClipStack.cpp772 fKey, nullptr, GrProxyProvider::InvalidateGPUResource::kYes); in invalidate()