Lines Matching refs:useAllocator
200 UseAllocator useAllocator) { in createWrapped() argument
208 return sk_sp<GrTextureProxy>(new GrTextureRenderTargetProxy(std::move(tex), useAllocator, in createWrapped()
211 return sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(tex), useAllocator, in createWrapped()
217 UseAllocator useAllocator) { in findOrCreateProxyByUniqueKey() argument
244 result = this->createWrapped(std::move(texture), useAllocator); in findOrCreateProxyByUniqueKey()
432 GrSurfaceProxy::UseAllocator useAllocator) { in createProxy() argument
472 budgeted, isProtected, surfaceFlags | extraFlags, useAllocator, in createProxy()
478 useAllocator, this->isDDLProvider())); in createProxy()
757 GrSurfaceProxy::UseAllocator useAllocator) { in createLazyProxy() argument
783 useAllocator, in createLazyProxy()
799 UseAllocator useAllocator) { in createLazyRenderTargetProxy() argument
819 useAllocator, this->isDDLProvider())); in createLazyRenderTargetProxy()
828 budgeted, isProtected, surfaceFlags, useAllocator, vkSCB)); in createLazyRenderTargetProxy()
837 UseAllocator useAllocator) { in MakeFullyLazyProxy() argument
855 SkBudgeted::kYes, isProtected, surfaceFlags, useAllocator, GrDDLProvider::kNo)); in MakeFullyLazyProxy()
860 SkBudgeted::kYes, isProtected, surfaceFlags, useAllocator, in MakeFullyLazyProxy()