Lines Matching refs:fGpu
134 context->fGpu = GrGLGpu::Make(std::move(interface), options, context.get()); in MakeGL()
135 if (!context->fGpu) { in MakeGL()
139 if (!context->init(context->fGpu->refCaps(), nullptr)) { in MakeGL()
154 context->fGpu = GrMockGpu::Make(mockOptions, options, context.get()); in MakeMock()
155 if (!context->fGpu) { in MakeMock()
159 if (!context->init(context->fGpu->refCaps(), nullptr)) { in MakeMock()
180 context->fGpu = GrVkGpu::Make(backendContext, options, context.get()); in MakeVulkan()
181 if (!context->fGpu) { in MakeVulkan()
185 if (!context->init(context->fGpu->refCaps(), nullptr)) { in MakeVulkan()
203 context->fGpu = GrMtlTrampoline::MakeGpu(context.get(), options, device, queue); in MakeMetal()
204 if (!context->fGpu) { in MakeMetal()
208 if (!context->init(context->fGpu->refCaps(), nullptr)) { in MakeMetal()