Lines Matching defs:useAllocator
35 UseAllocator useAllocator,
37 : GrSurfaceProxy(format, dimensions, fit, budgeted, isProtected, surfaceFlags, useAllocator)
40 surfaceFlags, useAllocator)
42 surfaceFlags, useAllocator, creatingProvider) {
58 UseAllocator useAllocator,
61 surfaceFlags, useAllocator)
65 budgeted, isProtected, surfaceFlags, useAllocator,
68 fit, budgeted, isProtected, surfaceFlags, useAllocator,
77 UseAllocator useAllocator,
79 : GrSurfaceProxy(surf, SkBackingFit::kExact, useAllocator)
80 , GrRenderTargetProxy(surf, useAllocator)
81 , GrTextureProxy(surf, useAllocator, creatingProvider) {