/external/skia/src/gpu/ganesh/ |
D | GrProxyProvider.h | 28 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);
|
D | GrProxyProvider.cpp | 171 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 …]
|
D | GrTextureRenderTargetProxy.h | 41 UseAllocator, 57 UseAllocator, 63 UseAllocator,
|
D | GrRenderTargetProxy.h | 147 UseAllocator, 170 UseAllocator, 176 UseAllocator,
|
D | GrSurfaceProxy.h | 123 enum class UseAllocator { enum 392 UseAllocator, 402 UseAllocator, 409 GrSurfaceProxy(sk_sp<GrSurface>, SkBackingFit, UseAllocator); 462 UseAllocator fUseAllocator;
|
D | GrTextureProxy.h | 133 UseAllocator, 156 UseAllocator, 162 UseAllocator,
|
D | GrRenderTargetProxy.cpp | 40 UseAllocator useAllocator, in GrRenderTargetProxy() 56 UseAllocator useAllocator, in GrRenderTargetProxy() 73 UseAllocator useAllocator, in GrRenderTargetProxy()
|
D | GrTextureRenderTargetProxy.cpp | 35 UseAllocator useAllocator, in GrTextureRenderTargetProxy() 77 UseAllocator useAllocator, in GrTextureRenderTargetProxy() 121 UseAllocator useAllocator, in GrTextureRenderTargetProxy()
|
D | GrTextureProxy.cpp | 38 UseAllocator useAllocator, in GrTextureProxy() 64 UseAllocator useAllocator, in GrTextureProxy() 89 UseAllocator useAllocator, in GrTextureProxy()
|
D | GrSurfaceProxy.cpp | 66 UseAllocator useAllocator, in GrSurfaceProxy() 88 UseAllocator useAllocator, in GrSurfaceProxy() 107 UseAllocator useAllocator) in GrSurfaceProxy() 162 if (fUseAllocator == UseAllocator::kNo) { in canSkipResourceAllocator()
|
D | GrDynamicAtlas.cpp | 62 GrSurfaceProxy::UseAllocator useAllocator) { in MakeLazyAtlasProxy() 113 fColorType, fInternalMultisample, caps, GrSurfaceProxy::UseAllocator::kNo); in reset()
|
D | GrDynamicAtlas.h | 44 GrSurfaceProxy::UseAllocator);
|
D | GrAHardwareBufferImageGenerator.cpp | 185 GrSurfaceProxy::UseAllocator::kYes, in makeView()
|
D | GrBackendTextureImageGenerator.cpp | 216 GrSurfaceProxy::UseAllocator::kYes, in onGenerateTexture()
|
D | GrThreadSafeCache.cpp | 366 GrSurfaceProxy::UseAllocator::kYes); in CreateLazyView()
|
D | GrDrawOpAtlas.cpp | 486 GrSurfaceProxy::UseAllocator::kNo); in createPages()
|
/external/skia/tests/ |
D | LazyProxyTest.cpp | 148 GrSurfaceProxy::UseAllocator::kYes); in Op() 196 GrSurfaceProxy::UseAllocator::kYes); in ClipFP() 346 GrSurfaceProxy::UseAllocator::kYes, 428 GrSurfaceProxy::UseAllocator::kYes, in LazyFailedInstantiationTestOp()
|
D | ResourceAllocatorTest.cpp | 133 GrSurfaceProxy::UseAllocator::kYes); in make_fully_lazy() 155 GrSurfaceProxy::UseAllocator::kYes, /*label=*/{}); in make_lazy()
|
/external/skia/src/gpu/ganesh/mock/ |
D | GrMockSurfaceProxy.h | 23 UseAllocator::kNo, in GrMockSurfaceProxy()
|
/external/skia/src/image/ |
D | SkSurface_GpuMtl.mm | 84 GrSurfaceProxy::UseAllocator::kYes); 152 GrSurfaceProxy::UseAllocator::kYes);
|
/external/skia/src/core/ |
D | SkDeferredDisplayListRecorder.cpp | 157 GrSurfaceProxy::UseAllocator::kYes); in init()
|
/external/skia/gm/ |
D | lazytiling.cpp | 64 GrSurfaceProxy::UseAllocator::kYes); in create_view()
|