Searched refs:fpGetPhysicalDevicePresentRectanglesKHR (Results 1 – 2 of 2) sorted by relevance
75 … static inline PFN_vkGetPhysicalDevicePresentRectanglesKHR fpGetPhysicalDevicePresentRectanglesKHR; member in vulkan::loader::VulkanLoaderSystemTest206 …fpGetPhysicalDevicePresentRectanglesKHR = reinterpret_cast<PFN_vkGetPhysicalDevicePresentRectangle…208 EXPECT_NE(fpGetPhysicalDevicePresentRectanglesKHR, nullptr);497 EXPECT_NE(fpGetPhysicalDevicePresentRectanglesKHR, nullptr);499 …VkResult res = fpGetPhysicalDevicePresentRectanglesKHR(physicalDevice_, surface_, &pRectCount, nul…503 …res = fpGetPhysicalDevicePresentRectanglesKHR(physicalDevice_, surface_, &pRectCount, pRects.data(…
88 … static inline PFN_vkGetPhysicalDevicePresentRectanglesKHR fpGetPhysicalDevicePresentRectanglesKHR; member in vulkan::loader::VulkanLoaderUnitTest