Home
last modified time | relevance | path

Searched refs:useAllocator (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/
DGrTextureRenderTargetProxy.cpp35 UseAllocator useAllocator, in GrTextureRenderTargetProxy() argument
37 : GrSurfaceProxy(format, dimensions, fit, budgeted, isProtected, surfaceFlags, useAllocator) in GrTextureRenderTargetProxy()
40 surfaceFlags, useAllocator) in GrTextureRenderTargetProxy()
42 surfaceFlags, useAllocator, creatingProvider) { in GrTextureRenderTargetProxy()
58 UseAllocator useAllocator, in GrTextureRenderTargetProxy() argument
61 surfaceFlags, useAllocator) in GrTextureRenderTargetProxy()
65 budgeted, isProtected, surfaceFlags, useAllocator, in GrTextureRenderTargetProxy()
68 fit, budgeted, isProtected, surfaceFlags, useAllocator, in GrTextureRenderTargetProxy()
77 UseAllocator useAllocator, in GrTextureRenderTargetProxy() argument
79 : GrSurfaceProxy(surf, SkBackingFit::kExact, useAllocator) in GrTextureRenderTargetProxy()
[all …]
DGrRenderTargetProxy.cpp35 UseAllocator useAllocator) in GrRenderTargetProxy() argument
36 : INHERITED(format, dimensions, fit, budgeted, isProtected, surfaceFlags, useAllocator) in GrRenderTargetProxy()
49 UseAllocator useAllocator, in GrRenderTargetProxy() argument
52 surfaceFlags, useAllocator) in GrRenderTargetProxy()
58 UseAllocator useAllocator, in GrRenderTargetProxy() argument
60 : INHERITED(std::move(surf), SkBackingFit::kExact, useAllocator) in GrRenderTargetProxy()
DGrTextureProxy.cpp28 UseAllocator useAllocator, in GrTextureProxy() argument
30 : INHERITED(format, dimensions, fit, budgeted, isProtected, surfaceFlags, useAllocator) in GrTextureProxy()
53 UseAllocator useAllocator, in GrTextureProxy() argument
56 surfaceFlags, useAllocator) in GrTextureProxy()
71 UseAllocator useAllocator, in GrTextureProxy() argument
73 : INHERITED(std::move(surf), SkBackingFit::kExact, useAllocator) in GrTextureProxy()
DGrProxyProvider.cpp212 UseAllocator useAllocator) { in createWrapped() argument
221 …sk_sp<GrTextureProxy>(new GrTextureRenderTargetProxy(std::move(tex), useAllocator, this->isDDLProv… in createWrapped()
224 sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(tex), useAllocator, in createWrapped()
230 UseAllocator useAllocator) { in findOrCreateProxyByUniqueKey() argument
257 result = this->createWrapped(std::move(texture), useAllocator); in findOrCreateProxyByUniqueKey()
445 GrSurfaceProxy::UseAllocator useAllocator) { in createProxy() argument
485 budgeted, isProtected, surfaceFlags | extraFlags, useAllocator, in createProxy()
491 useAllocator, this->isDDLProvider()))); in createProxy()
771 GrSurfaceProxy::UseAllocator useAllocator) { in createLazyProxy() argument
797 useAllocator, in createLazyProxy()
[all …]
DGrSurfaceProxy.cpp50 UseAllocator useAllocator) in GrSurfaceProxy() argument
56 , fUseAllocator(useAllocator) in GrSurfaceProxy()
70 UseAllocator useAllocator) in GrSurfaceProxy() argument
76 , fUseAllocator(useAllocator) in GrSurfaceProxy()
87 UseAllocator useAllocator) in GrSurfaceProxy() argument
96 , fUseAllocator(useAllocator) in GrSurfaceProxy()
DGrProxyProvider.h95 UseAllocator useAllocator = UseAllocator::kYes);
197 UseAllocator useAllocator);
296 sk_sp<GrTextureProxy> createWrapped(sk_sp<GrTexture> tex, UseAllocator useAllocator);
DGrDynamicAtlas.cpp58 GrSurfaceProxy::UseAllocator useAllocator) { in MakeLazyAtlasProxy() argument
68 sampleCount, GrProtected::kNo, caps, useAllocator); in MakeLazyAtlasProxy()