Home
last modified time | relevance | path

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

/external/deqp/framework/platform/osx/
DtcuOSXVulkanPlatform.hpp39 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
DtcuOSXVulkanPlatform.cpp103 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.cpp210 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.cpp289 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.cpp346 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.hpp143 virtual wsi::Display* createWsiDisplay (wsi::Type wsiType) const;
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiColorSpaceTests.cpp260 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiSharedPresentableImageTests.cpp199 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiDisplayTimingTests.cpp191 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiIncrementalPresentTests.cpp193 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiSurfaceTests.cpp237 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
DvktWsiSwapchainTests.cpp257 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()
/external/deqp/external/vulkancts/
DREADME.md341 methods for creating native display (`vk::Platform::createWsiDisplay`)
/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/modules/vulkan/image/
DvktImageMutableTests.cpp2012 return MovePtr<Display>(platform.createWsiDisplay(wsiType)); in createDisplay()