Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/
DGrProxyProvider.h26 using UseAllocator = GrSurfaceProxy::UseAllocator;
60 UseAllocator = UseAllocator::kYes);
94 UseAllocator useAllocator = UseAllocator::kYes);
182 UseAllocator);
196 UseAllocator useAllocator);
208 UseAllocator);
295 sk_sp<GrTextureProxy> createWrapped(sk_sp<GrTexture> tex, UseAllocator useAllocator);
DGrProxyProvider.cpp156 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()
[all …]
DGrTextureRenderTargetProxy.h41 UseAllocator,
56 UseAllocator,
61 UseAllocator,
DGrOnFlushResourceProvider.h61 using UseAllocator = GrSurfaceProxy::UseAllocator;
76 sk_sp<GrTextureProxy> findOrCreateProxyByUniqueKey(const GrUniqueKey&, UseAllocator);
DGrRenderTargetProxy.h132 UseAllocator);
154 UseAllocator,
159 UseAllocator,
DGrTextureProxy.h119 UseAllocator,
141 UseAllocator,
145 GrTextureProxy(sk_sp<GrSurface>, UseAllocator, GrDDLProvider creatingProvider);
DGrSurfaceProxy.h105 enum class UseAllocator { enum
366 UseAllocator);
375 UseAllocator);
383 UseAllocator);
436 UseAllocator fUseAllocator;
DGrRenderTargetProxy.cpp35 UseAllocator useAllocator) in GrRenderTargetProxy()
49 UseAllocator useAllocator, in GrRenderTargetProxy()
58 UseAllocator useAllocator, in GrRenderTargetProxy()
DGrTextureRenderTargetProxy.cpp35 UseAllocator useAllocator, in GrTextureRenderTargetProxy()
58 UseAllocator useAllocator, in GrTextureRenderTargetProxy()
77 UseAllocator useAllocator, in GrTextureRenderTargetProxy()
DGrTextureProxy.cpp27 UseAllocator useAllocator, in GrTextureProxy()
52 UseAllocator useAllocator, in GrTextureProxy()
70 UseAllocator useAllocator, in GrTextureProxy()
DGrSurfaceProxy.cpp52 UseAllocator useAllocator) in GrSurfaceProxy()
72 UseAllocator useAllocator) in GrSurfaceProxy()
89 UseAllocator useAllocator) in GrSurfaceProxy()
131 if (fUseAllocator == UseAllocator::kNo) { in canSkipResourceAllocator()
DGrDynamicAtlas.cpp55 GrSurfaceProxy::UseAllocator useAllocator) { in MakeLazyAtlasProxy()
99 fColorType, fInternalMultisample, caps, GrSurfaceProxy::UseAllocator::kNo); in reset()
DGrDynamicAtlas.h43 GrSurfaceProxy::UseAllocator);
DGrOnFlushResourceProvider.cpp80 UseAllocator useAllocator) { in findOrCreateProxyByUniqueKey()
DGrAHardwareBufferImageGenerator.cpp189 GrProtected(fIsProtectedContent), GrSurfaceProxy::UseAllocator::kYes); in makeView()
DGrBackendTextureImageGenerator.cpp215 GrProtected::kNo, GrSurfaceProxy::UseAllocator::kYes); in onGenerateTexture()
DGrThreadSafeCache.cpp362 GrSurfaceProxy::UseAllocator::kYes); in CreateLazyView()
/external/skia/tests/
DLazyProxyTest.cpp99 GrSurfaceProxy::UseAllocator::kYes); in Op()
147 GrSurfaceProxy::UseAllocator::kYes); in ClipFP()
280 GrSurfaceProxy::UseAllocator::kYes);
349 GrProtected::kNo, GrSurfaceProxy::UseAllocator::kYes); in LazyFailedInstantiationTestOp()
DResourceAllocatorTest.cpp101 GrSurfaceProxy::UseAllocator::kYes); in make_fully_lazy()
118 GrSurfaceProxy::UseAllocator::kYes); in make_lazy()
/external/skia/src/gpu/mock/
DGrMockSurfaceProxy.h22 UseAllocator::kNo) { in GrMockSurfaceProxy()
/external/skia/src/gpu/ccpr/
DGrCCAtlas.h36 GrSurfaceProxy::UseAllocator useAllocator) { in MakeLazyAtlasProxy()
DGrCCClipPath.cpp27 }, caps, GrSurfaceProxy::UseAllocator::kYes)) { in GrCCClipPath()
/external/skia/src/image/
DSkSurface_GpuMtl.mm85 GrSurfaceProxy::UseAllocator::kYes);
155 GrSurfaceProxy::UseAllocator::kYes);
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp182 GrSurfaceProxy::UseAllocator::kYes); in init()
/external/skia/gm/
Dlazytiling.cpp54 GrSurfaceProxy::UseAllocator::kYes); in create_view()

12