Lines Matching full:supportedextensions
78 void checkAllSupported (const Extensions& supportedExtensions, const vector<string>& requiredExtensions)
84 if (!isExtensionSupported(supportedExtensions, RequiredExtension(*requiredExtName)))
90 const Extensions& supportedExtensions,
99 checkAllSupported(supportedExtensions, extensions);
113 const Extensions& supportedExtensions,
147 if (!isExtensionSupported(supportedExtensions, RequiredExtension(extensions[ndx])))
189 const vector<VkExtensionProperties> supportedExtensions;
194 : supportedExtensions (enumerateInstanceExtensionProperties(context.getPlatformInterface(),
197 supportedExtensions,
238 const Extensions& supportedExtensions,
247 if (isExtensionSupported(supportedExtensions, RequiredExtension(getExtensionName(wsiType))))
278 const Extensions& supportedExtensions,
281 : display (createDisplay(context.getTestContext().getPlatform().getVulkanPlatform(), supportedExtensions, wsiType))
557 const NativeObjects native (context, instHelper.supportedExtensions
618 const NativeObjects native (m_context, instHelper.supportedExtensions, m_params.wsiType);
1407 const NativeObjects native (context, instHelper.supportedExtensions, wsiType, tcu::just(desiredSize));
1540 const NativeObjects native (context, instHelper.supportedExtensions, wsiType, tcu::just(desiredSize));