Lines Matching refs:backendContext
42 sk_sp<GrGpu> GrD3DGpu::Make(const GrD3DBackendContext& backendContext,
44 sk_sp<GrD3DMemoryAllocator> memoryAllocator = backendContext.fMemoryAllocator;
48 backendContext.fAdapter.get(), backendContext.fDevice.get());
55 return sk_sp<GrGpu>(new GrD3DGpu(direct, contextOptions, backendContext, memoryAllocator));
68 const GrD3DBackendContext& backendContext,
71 , fDevice(backendContext.fDevice)
72 , fQueue(backendContext.fQueue)
79 backendContext.fAdapter.get(),
80 backendContext.fDevice.get()));