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.cpp200 UseAllocator useAllocator) { in createWrapped() argument
208 return sk_sp<GrTextureProxy>(new GrTextureRenderTargetProxy(std::move(tex), useAllocator, in createWrapped()
211 return sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(tex), useAllocator, in createWrapped()
217 UseAllocator useAllocator) { in findOrCreateProxyByUniqueKey() argument
244 result = this->createWrapped(std::move(texture), useAllocator); in findOrCreateProxyByUniqueKey()
432 GrSurfaceProxy::UseAllocator useAllocator) { in createProxy() argument
472 budgeted, isProtected, surfaceFlags | extraFlags, useAllocator, in createProxy()
478 useAllocator, this->isDDLProvider())); in createProxy()
757 GrSurfaceProxy::UseAllocator useAllocator) { in createLazyProxy() argument
783 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()