/third_party/vk-gl-cts/framework/platform/osx/ |
D | tcuOSXVulkanPlatform.hpp | 39 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
|
D | tcuOSXVulkanPlatform.cpp | 107 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/ |
D | tcuLnxVulkanPlatform.hpp | 40 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
|
D | tcuLnxVulkanPlatform.cpp | 379 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/ |
D | tcuWin32VulkanPlatform.hpp | 42 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
|
D | tcuWin32VulkanPlatform.cpp | 314 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/ |
D | tcuOhosPlatform.hpp | 38 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
|
D | tcuOhosPlatform.cpp | 114 vk::wsi::Display* OhosPlatform::createWsiDisplay(vk::wsi::Type wsiType) const in createWsiDisplay() function in OhosPlatform
|
/third_party/vk-gl-cts/framework/platform/android/ |
D | tcuAndroidPlatform.hpp | 57 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
|
D | tcuAndroidPlatform.cpp | 367 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/ |
D | vktNativeObjectsUtil.cpp | 44 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
D | vktWsiFullScreenExclusiveTests.cpp | 212 return de::MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
D | vktWsiSharedPresentableImageTests.cpp | 171 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
D | vktWsiIncrementalPresentTests.cpp | 164 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
D | vktWsiDisplayTimingTests.cpp | 162 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
D | vktNativeObjectsUtil.cpp | 44 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
D | vktWsiFullScreenExclusiveTests.cpp | 212 return de::MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
D | vktWsiSharedPresentableImageTests.cpp | 171 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
D | vktWsiDisplayTimingTests.cpp | 162 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
D | vktWsiIncrementalPresentTests.cpp | 164 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkPlatform.hpp | 408 virtual wsi::Display* createWsiDisplay (wsi::Type wsiType) const;
|
D | vkPlatform.cpp | 908 wsi::Display* Platform::createWsiDisplay (wsi::Type) const in createWsiDisplay() function in vk::Platform
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWsiSwapchainTests.cpp | 127 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
D | vktProtectedMemWsiSwapchainTests.cpp | 127 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 1953 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|