Home
last modified time | relevance | path

Searched refs:fpGetPhysicalDevicePresentRectanglesKHR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/systemtest/
H A Dvulkan_loader_system_test.cpp75 … static inline PFN_vkGetPhysicalDevicePresentRectanglesKHR fpGetPhysicalDevicePresentRectanglesKHR; member in vulkan::loader::VulkanLoaderSystemTest
206fpGetPhysicalDevicePresentRectanglesKHR = 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(…
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H A Dvulkan_loader_unit_test.cpp88 … static inline PFN_vkGetPhysicalDevicePresentRectanglesKHR fpGetPhysicalDevicePresentRectanglesKHR; member in vulkan::loader::VulkanLoaderUnitTest