/third_party/skia/src/gpu/ |
D | GrTextureRenderTargetProxy.cpp | 35 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 …]
|
D | GrRenderTargetProxy.cpp | 35 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()
|
D | GrTextureProxy.cpp | 28 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()
|
D | GrProxyProvider.cpp | 212 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 …]
|
D | GrSurfaceProxy.cpp | 50 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()
|
D | GrProxyProvider.h | 95 UseAllocator useAllocator = UseAllocator::kYes); 197 UseAllocator useAllocator); 296 sk_sp<GrTextureProxy> createWrapped(sk_sp<GrTexture> tex, UseAllocator useAllocator);
|
D | GrDynamicAtlas.cpp | 58 GrSurfaceProxy::UseAllocator useAllocator) { in MakeLazyAtlasProxy() argument 68 sampleCount, GrProtected::kNo, caps, useAllocator); in MakeLazyAtlasProxy()
|