Searched refs:vkGetPhysicalDeviceFeatures (Results 1 – 6 of 6) sorted by relevance
83 static inline PFN_vkGetPhysicalDeviceFeatures vkGetPhysicalDeviceFeatures; member in vulkan::loader::VulkanLoaderUnitTest379 vkGetPhysicalDeviceFeatures = reinterpret_cast<PFN_vkGetPhysicalDeviceFeatures>(381 EXPECT_NE(vkGetPhysicalDeviceFeatures, nullptr);422 vkGetPhysicalDeviceFeatures(physicalDevice_, &deviceFeatures);
203 |FUNC|vkGetPhysicalDeviceFeatures|
459 vkGetPhysicalDeviceFeatures(physicalDevice, &physicalDeviceFeatures); in GetWrapper()
861 vkGetPhysicalDeviceFeatures(myDevice, &myProperties.physicalDeviceFeatures); in CheckExternalConfig()
296 vkGetPhysicalDeviceFeatures(physicalDevice_, &features); in CreateSkiaBackendContext()