Lines Matching refs:useAllocator
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()
80 , GrRenderTargetProxy(surf, useAllocator) in GrTextureRenderTargetProxy()
81 , GrTextureProxy(surf, useAllocator, creatingProvider) { in GrTextureRenderTargetProxy()