Home
last modified time | relevance | path

Searched refs:deinstantiate (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrDeinstantiateProxyTracker.cpp28 proxy->deinstantiate(); in deinstantiateAllProxies()
DGrSurfaceProxy.h227 void deinstantiate();
DGrSurfaceProxy.cpp267 void GrSurfaceProxy::deinstantiate() { in deinstantiate() function in GrSurfaceProxy
DGrDrawOpAtlas.cpp650 fProxies[lastPageIndex]->deinstantiate(); in deactivateLastPage()
/third_party/flutter/skia/tests/
DResourceAllocatorTest.cpp272 const ProxyParams& p, bool deinstantiate) { in make_lazy() argument
295 auto lazyType = deinstantiate ? GrSurfaceProxy::LazyInstantiationType ::kDeinstantiate in make_lazy()
/third_party/skia/src/gpu/
DGrSurfaceProxy.h213 void deinstantiate();
DGrSurfaceProxy.cpp203 void GrSurfaceProxy::deinstantiate() { in deinstantiate() function in GrSurfaceProxy
DGrDrawOpAtlas.cpp644 fViews[lastPageIndex].proxy()->deinstantiate(); in deactivateLastPage()