Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrProxyProvider.h210 enum class InvalidateGPUResource : bool { kNo = false, kYes = true }; enum
225 void processInvalidUniqueKey(const GrUniqueKey&, GrTextureProxy*, InvalidateGPUResource);
281 InvalidateGPUResource, RemoveTableEntry);
DGrProxyProvider.cpp99 this->processInvalidUniqueKey(proxy->getUniqueKey(), proxy, InvalidateGPUResource::kYes); in removeUniqueKeyFromProxy()
825 InvalidateGPUResource invalidateGPUResource) { in processInvalidUniqueKey()
830 InvalidateGPUResource invalidateGPUResource, in processInvalidUniqueKeyImpl()
842 if (InvalidateGPUResource::kYes == invalidateGPUResource) { in processInvalidUniqueKeyImpl()
896 InvalidateGPUResource::kNo, in removeAllUniqueKeys()
DGrOnFlushResourceProvider.cpp75 GrProxyProvider::InvalidateGPUResource::kYes); in processInvalidUniqueKey()
DGrTextureProxy.cpp98 GrProxyProvider::InvalidateGPUResource::kNo); in ~GrTextureProxy()
DGrResourceCache.cpp537 GrProxyProvider::InvalidateGPUResource::kYes); in purgeAsNeeded()
DGrClipStack.cpp780 fKey, nullptr, GrProxyProvider::InvalidateGPUResource::kYes); in invalidate()
/external/skqp/src/gpu/
DGrProxyProvider.h199 enum class InvalidateGPUResource : bool { kNo = false, kYes = true }; enum
214 void processInvalidUniqueKey(const GrUniqueKey&, GrTextureProxy*, InvalidateGPUResource);
DGrOnFlushResourceProvider.cpp55 GrProxyProvider::InvalidateGPUResource::kYes); in processInvalidUniqueKey()
DGrProxyProvider.cpp116 this->processInvalidUniqueKey(proxy->getUniqueKey(), proxy, InvalidateGPUResource::kYes); in removeUniqueKeyFromProxy()
727 InvalidateGPUResource invalidateGPUResource) { in processInvalidUniqueKey()
738 if (InvalidateGPUResource::kYes == invalidateGPUResource) { in processInvalidUniqueKey()
774 this->processInvalidUniqueKey(tmp.getUniqueKey(), &tmp, InvalidateGPUResource::kNo); in removeAllUniqueKeys()
DGrTextureProxy.cpp73 GrProxyProvider::InvalidateGPUResource::kNo); in ~GrTextureProxy()
DGrResourceCache.cpp498 GrProxyProvider::InvalidateGPUResource::kYes); in purgeAsNeeded()
/external/skqp/src/gpu/ccpr/
DGrCCPathCache.cpp314 GrProxyProvider::InvalidateGPUResource::kYes); in purgeInvalidatedAtlasTextures()
/external/skqp/src/core/
DSkClipStack.cpp50 GrProxyProvider::InvalidateGPUResource::kYes); in ~Element()
/external/skia/src/core/
DSkClipStack.cpp59 GrProxyProvider::InvalidateGPUResource::kYes); in ~Element()