Lines Matching refs:UseAllocator
156 return this->createWrapped(std::move(tex), UseAllocator::kYes); in testingOnly_createInstantiatedProxy()
182 return this->createWrapped(std::move(tex), UseAllocator::kYes); in testingOnly_createWrapped()
187 UseAllocator useAllocator) { in createWrapped()
204 UseAllocator useAllocator) { in findOrCreateProxyByUniqueKey()
334 GrInternalSurfaceFlags::kNone, fit, budgeted, GrProtected::kNo, UseAllocator::kYes); in createNonMippedProxyFromBitmap()
382 SkBackingFit::kExact, budgeted, GrProtected::kNo, UseAllocator::kYes); in createMippedProxyFromBitmap()
402 GrSurfaceProxy::UseAllocator useAllocator) { in createProxy()
471 SkBackingFit::kExact, SkBudgeted::kYes, GrProtected::kNo, UseAllocator::kYes); in createCompressedTextureProxy()
522 return sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(tex), UseAllocator::kNo, in wrapBackendTexture()
557 return sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(tex), UseAllocator::kNo, in wrapCompressedBackendTexture()
598 return sk_sp<GrTextureProxy>(new GrTextureRenderTargetProxy(std::move(tex), UseAllocator::kNo, in wrapRenderableBackendTexture()
631 return sk_sp<GrRenderTargetProxy>(new GrRenderTargetProxy(std::move(rt), UseAllocator::kNo)); in wrapBackendRenderTarget()
667 std::move(rt), UseAllocator::kNo, GrRenderTargetProxy::WrapsVkSecondaryCB::kYes)); in wrapVulkanSecondaryCBAsRenderTarget()
701 GrSurfaceProxy::UseAllocator::kYes, in CreatePromiseProxy()
716 GrSurfaceProxy::UseAllocator useAllocator) { in createLazyProxy()
758 UseAllocator useAllocator) { in createLazyRenderTargetProxy()
796 UseAllocator useAllocator) { in MakeFullyLazyProxy()