/external/deqp/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
|
/external/deqp/framework/platform/lnx/ |
D | tcuLnxVulkanPlatform.hpp | 40 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
|
D | tcuLnxVulkanPlatform.cpp | 250 vk::wsi::Display* VulkanPlatform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay() function in tcu::lnx::VulkanPlatform
|
/external/deqp/framework/platform/win32/ |
D | tcuWin32VulkanPlatform.hpp | 42 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
|
D | tcuWin32VulkanPlatform.cpp | 299 vk::wsi::Display* VulkanPlatform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay() function in tcu::win32::VulkanPlatform
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatform.hpp | 57 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
|
D | tcuAndroidPlatform.cpp | 356 vk::wsi::Display* Platform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay() function in tcu::Android::Platform
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkPlatform.cpp | 76 wsi::Display* Platform::createWsiDisplay (wsi::Type) const in createWsiDisplay() function in vk::Platform
|
D | vkPlatform.hpp | 147 virtual wsi::Display* createWsiDisplay (wsi::Type wsiType) const;
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiFullScreenExclusiveTests.cpp | 208 return de::MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
D | vktWsiColorSpaceTests.cpp | 231 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
D | vktWsiSharedPresentableImageTests.cpp | 169 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
D | vktWsiIncrementalPresentTests.cpp | 162 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
D | vktWsiDisplayTimingTests.cpp | 160 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
D | vktWsiSurfaceTests.cpp | 230 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
D | vktWsiSwapchainTests.cpp | 342 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemWsiSwapchainTests.cpp | 125 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|
/external/deqp/external/vulkancts/ |
D | README.md | 353 methods for creating native display (`vk::Platform::createWsiDisplay`)
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 1923 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
|