/external/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 | 27 UseAllocator useAllocator, in GrTextureProxy() argument 29 : INHERITED(format, dimensions, fit, budgeted, isProtected, surfaceFlags, useAllocator) in GrTextureProxy() 52 UseAllocator useAllocator, in GrTextureProxy() argument 55 surfaceFlags, useAllocator) in GrTextureProxy() 70 UseAllocator useAllocator, in GrTextureProxy() argument 72 : INHERITED(std::move(surf), SkBackingFit::kExact, useAllocator) in GrTextureProxy()
|
D | GrProxyProvider.cpp | 187 UseAllocator useAllocator) { in createWrapped() argument 195 return sk_sp<GrTextureProxy>(new GrTextureRenderTargetProxy(std::move(tex), useAllocator, in createWrapped() 198 return sk_sp<GrTextureProxy>(new GrTextureProxy(std::move(tex), useAllocator, in createWrapped() 204 UseAllocator useAllocator) { in findOrCreateProxyByUniqueKey() argument 231 result = this->createWrapped(std::move(texture), useAllocator); in findOrCreateProxyByUniqueKey() 402 GrSurfaceProxy::UseAllocator useAllocator) { in createProxy() argument 438 budgeted, isProtected, surfaceFlags | extraFlags, useAllocator, in createProxy() 444 useAllocator, this->isDDLProvider())); in createProxy() 716 GrSurfaceProxy::UseAllocator useAllocator) { in createLazyProxy() argument 742 useAllocator, in createLazyProxy() [all …]
|
D | GrSurfaceProxy.cpp | 52 UseAllocator useAllocator) in GrSurfaceProxy() argument 58 , fUseAllocator(useAllocator) in GrSurfaceProxy() 72 UseAllocator useAllocator) in GrSurfaceProxy() argument 78 , fUseAllocator(useAllocator) in GrSurfaceProxy() 89 UseAllocator useAllocator) in GrSurfaceProxy() argument 98 , fUseAllocator(useAllocator) in GrSurfaceProxy()
|
D | GrProxyProvider.h | 94 UseAllocator useAllocator = UseAllocator::kYes); 196 UseAllocator useAllocator); 295 sk_sp<GrTextureProxy> createWrapped(sk_sp<GrTexture> tex, UseAllocator useAllocator);
|
D | GrOnFlushResourceProvider.cpp | 80 UseAllocator useAllocator) { in findOrCreateProxyByUniqueKey() argument 82 return proxyProvider->findOrCreateProxyByUniqueKey(key, useAllocator); in findOrCreateProxyByUniqueKey()
|
D | GrDynamicAtlas.cpp | 55 GrSurfaceProxy::UseAllocator useAllocator) { in MakeLazyAtlasProxy() argument 65 sampleCount, GrProtected::kNo, caps, useAllocator); in MakeLazyAtlasProxy()
|
/external/skia/src/gpu/ccpr/ |
D | GrCCAtlas.h | 36 GrSurfaceProxy::UseAllocator useAllocator) { in MakeLazyAtlasProxy() argument 41 useAllocator); in MakeLazyAtlasProxy()
|