Home
last modified time | relevance | path

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

12

/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.cpp379 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.cpp314 vk::wsi::Display* VulkanPlatform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay() function in tcu::win32::VulkanPlatform
/third_party/vk-gl-cts/framework/platform/ohos/
DtcuOhosPlatform.hpp38 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
DtcuOhosPlatform.cpp114 vk::wsi::Display* OhosPlatform::createWsiDisplay(vk::wsi::Type wsiType) const in createWsiDisplay() function in OhosPlatform
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidPlatform.hpp57 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
DtcuAndroidPlatform.cpp367 vk::wsi::Display* Platform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay() function in tcu::Android::Platform
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktNativeObjectsUtil.cpp44 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiFullScreenExclusiveTests.cpp212 return de::MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiSharedPresentableImageTests.cpp171 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiIncrementalPresentTests.cpp164 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiDisplayTimingTests.cpp162 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
DvktNativeObjectsUtil.cpp44 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiFullScreenExclusiveTests.cpp212 return de::MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiSharedPresentableImageTests.cpp171 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiDisplayTimingTests.cpp162 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiIncrementalPresentTests.cpp164 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPlatform.hpp408 virtual wsi::Display* createWsiDisplay (wsi::Type wsiType) const;
DvkPlatform.cpp908 wsi::Display* Platform::createWsiDisplay (wsi::Type) const in createWsiDisplay() function in vk::Platform
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp127 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp127 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp1953 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()

12