Home
last modified time | relevance | path

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

/external/deqp/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
/external/deqp/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
/external/deqp/framework/platform/win32/
DtcuWin32VulkanPlatform.hpp42 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
DtcuWin32VulkanPlatform.cpp299 vk::wsi::Display* VulkanPlatform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay() function in tcu::win32::VulkanPlatform
/external/deqp/framework/platform/android/
DtcuAndroidPlatform.hpp57 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
DtcuAndroidPlatform.cpp356 vk::wsi::Display* Platform::createWsiDisplay (vk::wsi::Type wsiType) const in createWsiDisplay() function in tcu::Android::Platform
/external/deqp/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;
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiFullScreenExclusiveTests.cpp208 return de::MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiColorSpaceTests.cpp231 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiSharedPresentableImageTests.cpp169 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiIncrementalPresentTests.cpp162 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiDisplayTimingTests.cpp160 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiSurfaceTests.cpp230 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiSwapchainTests.cpp342 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemWsiSwapchainTests.cpp125 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
/external/deqp/external/vulkancts/
DREADME.md353 methods for creating native display (`vk::Platform::createWsiDisplay`)
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp1923 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()