Lines Matching defs:interface
105 sk_sp<const GrVkInterface> interface;
108 interface.reset(new GrVkInterface(backendContext.fGetProc,
114 if (!interface->validate(instanceVersion, physDevVersion, backendContext.fVkExtensions)) {
121 interface.reset(new GrVkInterface(backendContext.fGetProc,
127 if (!interface->validate(instanceVersion, physDevVersion, &extensions)) {
132 return sk_sp<GrGpu>(new GrVkGpu(context, options, backendContext, interface, instanceVersion,
139 const GrVkBackendContext& backendContext, sk_sp<const GrVkInterface> interface,
142 , fInterface(std::move(interface))
568 const GrVkInterface* interface = this->vkInterface();
570 GR_VK_CALL(interface, GetImageSubresourceLayout(fDevice,
1689 // Lots of tests don't go through Skia's public interface which will set the config so for
1742 // Lots of tests don't go through Skia's public interface which will set the config so for