Home
last modified time | relevance | path

Searched refs:createWsiDisplay (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/framework/platform/osx/
DtcuOSXVulkanPlatform.hpp39 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
DtcuOSXVulkanPlatform.cpp107 vk::wsi::Display* VulkanPlatform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay() function in tcu::osx::VulkanPlatform
/third_party/vk-gl-cts/framework/platform/lnx/
DtcuLnxVulkanPlatform.hpp40 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
DtcuLnxVulkanPlatform.cpp250 vk::wsi::Display* VulkanPlatform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay() function in tcu::lnx::VulkanPlatform
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWin32VulkanPlatform.hpp42 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
DtcuWin32VulkanPlatform.cpp297 vk::wsi::Display* VulkanPlatform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay() function in tcu::win32::VulkanPlatform
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatform.hpp57 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
DtcuAndroidPlatform.cpp354 vk::wsi::Display* Platform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay() function in tcu::Android::Platform
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPlatform.cpp76 wsi::Display* Platform::createWsiDisplay (wsi::Type) const in createWsiDisplay() function in vk::Platform
DvkPlatform.hpp147 virtual wsi::Display* createWsiDisplay (wsi::Type wsiType) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktNativeObjectsUtil.cpp44 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiFullScreenExclusiveTests.cpp210 return de::MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiSharedPresentableImageTests.cpp169 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiDisplayTimingTests.cpp160 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiIncrementalPresentTests.cpp162 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp125 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
/third_party/vk-gl-cts/external/vulkancts/
DREADME.md385 methods for creating native display (`vk::Platform::createWsiDisplay`)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp1935 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()