Home
last modified time | relevance | path

Searched refs:UseAllocator (Results 1 – 22 of 22) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrProxyProvider.h28 using UseAllocator = GrSurfaceProxy::UseAllocator;
62 UseAllocator = UseAllocator::kYes);
97 UseAllocator useAllocator = UseAllocator::kYes);
185 UseAllocator,
200 UseAllocator useAllocator);
212 UseAllocator);
300 sk_sp<GrTextureProxy> createWrapped(sk_sp<GrTexture> tex, UseAllocator useAllocator);
DGrProxyProvider.cpp171 return this->createWrapped(std::move(tex), UseAllocator::kYes); in testingOnly_createInstantiatedProxy()
197 return this->createWrapped(std::move(tex), UseAllocator::kYes); in testingOnly_createWrapped()
202 UseAllocator useAllocator) { in createWrapped()
219 UseAllocator useAllocator) { in findOrCreateProxyByUniqueKey()
369 GrInternalSurfaceFlags::kNone, fit, budgeted, GrProtected::kNo, UseAllocator::kYes, in createNonMippedProxyFromBitmap()
432 UseAllocator::kYes, in createMippedProxyFromBitmap()
454 GrSurfaceProxy::UseAllocator useAllocator) { in createProxy()
560 UseAllocator::kYes, in createCompressedTextureProxy()
614 new GrTextureProxy(std::move(tex), UseAllocator::kNo, this->isDDLProvider())); in wrapBackendTexture()
649 new GrTextureProxy(std::move(tex), UseAllocator::kNo, this->isDDLProvider())); in wrapCompressedBackendTexture()
[all …]
DGrTextureRenderTargetProxy.h41 UseAllocator,
57 UseAllocator,
63 UseAllocator,
DGrRenderTargetProxy.h147 UseAllocator,
170 UseAllocator,
176 UseAllocator,
DGrSurfaceProxy.h123 enum class UseAllocator { enum
392 UseAllocator,
402 UseAllocator,
409 GrSurfaceProxy(sk_sp<GrSurface>, SkBackingFit, UseAllocator);
462 UseAllocator fUseAllocator;
DGrTextureProxy.h133 UseAllocator,
156 UseAllocator,
162 UseAllocator,
DGrRenderTargetProxy.cpp40 UseAllocator useAllocator, in GrRenderTargetProxy()
56 UseAllocator useAllocator, in GrRenderTargetProxy()
73 UseAllocator useAllocator, in GrRenderTargetProxy()
DGrTextureRenderTargetProxy.cpp35 UseAllocator useAllocator, in GrTextureRenderTargetProxy()
77 UseAllocator useAllocator, in GrTextureRenderTargetProxy()
121 UseAllocator useAllocator, in GrTextureRenderTargetProxy()
DGrTextureProxy.cpp38 UseAllocator useAllocator, in GrTextureProxy()
64 UseAllocator useAllocator, in GrTextureProxy()
89 UseAllocator useAllocator, in GrTextureProxy()
DGrSurfaceProxy.cpp66 UseAllocator useAllocator, in GrSurfaceProxy()
88 UseAllocator useAllocator, in GrSurfaceProxy()
107 UseAllocator useAllocator) in GrSurfaceProxy()
162 if (fUseAllocator == UseAllocator::kNo) { in canSkipResourceAllocator()
DGrDynamicAtlas.cpp62 GrSurfaceProxy::UseAllocator useAllocator) { in MakeLazyAtlasProxy()
113 fColorType, fInternalMultisample, caps, GrSurfaceProxy::UseAllocator::kNo); in reset()
DGrDynamicAtlas.h44 GrSurfaceProxy::UseAllocator);
DGrAHardwareBufferImageGenerator.cpp185 GrSurfaceProxy::UseAllocator::kYes, in makeView()
DGrBackendTextureImageGenerator.cpp216 GrSurfaceProxy::UseAllocator::kYes, in onGenerateTexture()
DGrThreadSafeCache.cpp366 GrSurfaceProxy::UseAllocator::kYes); in CreateLazyView()
DGrDrawOpAtlas.cpp486 GrSurfaceProxy::UseAllocator::kNo); in createPages()
/external/skia/tests/
DLazyProxyTest.cpp148 GrSurfaceProxy::UseAllocator::kYes); in Op()
196 GrSurfaceProxy::UseAllocator::kYes); in ClipFP()
346 GrSurfaceProxy::UseAllocator::kYes,
428 GrSurfaceProxy::UseAllocator::kYes, in LazyFailedInstantiationTestOp()
DResourceAllocatorTest.cpp133 GrSurfaceProxy::UseAllocator::kYes); in make_fully_lazy()
155 GrSurfaceProxy::UseAllocator::kYes, /*label=*/{}); in make_lazy()
/external/skia/src/gpu/ganesh/mock/
DGrMockSurfaceProxy.h23 UseAllocator::kNo, in GrMockSurfaceProxy()
/external/skia/src/image/
DSkSurface_GpuMtl.mm84 GrSurfaceProxy::UseAllocator::kYes);
152 GrSurfaceProxy::UseAllocator::kYes);
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp157 GrSurfaceProxy::UseAllocator::kYes); in init()
/external/skia/gm/
Dlazytiling.cpp64 GrSurfaceProxy::UseAllocator::kYes); in create_view()