/external/skia/src/gpu/ |
D | GrProxyProvider.h | 26 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);
|
D | GrTextureRenderTargetProxy.h | 41 UseAllocator, 56 UseAllocator, 61 UseAllocator,
|
D | GrProxyProvider.cpp | 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() [all …]
|
D | GrOnFlushResourceProvider.h | 61 using UseAllocator = GrSurfaceProxy::UseAllocator; 76 sk_sp<GrTextureProxy> findOrCreateProxyByUniqueKey(const GrUniqueKey&, UseAllocator);
|
D | GrRenderTargetProxy.h | 132 UseAllocator); 154 UseAllocator, 159 UseAllocator,
|
D | GrTextureProxy.h | 119 UseAllocator, 141 UseAllocator, 145 GrTextureProxy(sk_sp<GrSurface>, UseAllocator, GrDDLProvider creatingProvider);
|
D | GrSurfaceProxy.h | 105 enum class UseAllocator { enum 366 UseAllocator); 375 UseAllocator); 383 UseAllocator); 436 UseAllocator fUseAllocator;
|
D | GrRenderTargetProxy.cpp | 35 UseAllocator useAllocator) in GrRenderTargetProxy() 49 UseAllocator useAllocator, in GrRenderTargetProxy() 58 UseAllocator useAllocator, in GrRenderTargetProxy()
|
D | GrTextureRenderTargetProxy.cpp | 35 UseAllocator useAllocator, in GrTextureRenderTargetProxy() 58 UseAllocator useAllocator, in GrTextureRenderTargetProxy() 77 UseAllocator useAllocator, in GrTextureRenderTargetProxy()
|
D | GrTextureProxy.cpp | 27 UseAllocator useAllocator, in GrTextureProxy() 52 UseAllocator useAllocator, in GrTextureProxy() 70 UseAllocator useAllocator, in GrTextureProxy()
|
D | GrSurfaceProxy.cpp | 52 UseAllocator useAllocator) in GrSurfaceProxy() 72 UseAllocator useAllocator) in GrSurfaceProxy() 89 UseAllocator useAllocator) in GrSurfaceProxy() 131 if (fUseAllocator == UseAllocator::kNo) { in canSkipResourceAllocator()
|
D | GrDynamicAtlas.cpp | 55 GrSurfaceProxy::UseAllocator useAllocator) { in MakeLazyAtlasProxy() 99 fColorType, fInternalMultisample, caps, GrSurfaceProxy::UseAllocator::kNo); in reset()
|
D | GrDynamicAtlas.h | 43 GrSurfaceProxy::UseAllocator);
|
D | GrOnFlushResourceProvider.cpp | 80 UseAllocator useAllocator) { in findOrCreateProxyByUniqueKey()
|
D | GrAHardwareBufferImageGenerator.cpp | 189 GrProtected(fIsProtectedContent), GrSurfaceProxy::UseAllocator::kYes); in makeView()
|
D | GrBackendTextureImageGenerator.cpp | 215 GrProtected::kNo, GrSurfaceProxy::UseAllocator::kYes); in onGenerateTexture()
|
D | GrThreadSafeCache.cpp | 362 GrSurfaceProxy::UseAllocator::kYes); in CreateLazyView()
|
/external/skia/tests/ |
D | LazyProxyTest.cpp | 99 GrSurfaceProxy::UseAllocator::kYes); in Op() 147 GrSurfaceProxy::UseAllocator::kYes); in ClipFP() 280 GrSurfaceProxy::UseAllocator::kYes); 349 GrProtected::kNo, GrSurfaceProxy::UseAllocator::kYes); in LazyFailedInstantiationTestOp()
|
D | ResourceAllocatorTest.cpp | 101 GrSurfaceProxy::UseAllocator::kYes); in make_fully_lazy() 118 GrSurfaceProxy::UseAllocator::kYes); in make_lazy()
|
/external/skia/src/gpu/mock/ |
D | GrMockSurfaceProxy.h | 22 UseAllocator::kNo) { in GrMockSurfaceProxy()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCAtlas.h | 36 GrSurfaceProxy::UseAllocator useAllocator) { in MakeLazyAtlasProxy()
|
D | GrCCClipPath.cpp | 27 }, caps, GrSurfaceProxy::UseAllocator::kYes)) { in GrCCClipPath()
|
/external/skia/src/image/ |
D | SkSurface_GpuMtl.mm | 85 GrSurfaceProxy::UseAllocator::kYes); 155 GrSurfaceProxy::UseAllocator::kYes);
|
/external/skia/src/core/ |
D | SkDeferredDisplayListRecorder.cpp | 182 GrSurfaceProxy::UseAllocator::kYes); in init()
|
/external/skia/gm/ |
D | lazytiling.cpp | 54 GrSurfaceProxy::UseAllocator::kYes); in create_view()
|