HomeSort by relevance Sort by last modified time
    Searched refs:createWsiDisplay (Results 1 - 14 of 14) sorted by null

  /external/deqp/framework/platform/lnx/
tcuLnxVulkanPlatform.hpp 40 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
tcuLnxVulkanPlatform.cpp 208 vk::wsi::Display* VulkanPlatform::createWsiDisplay (vk::wsi::Type wsiType) const
  /external/deqp/framework/platform/win32/
tcuWin32VulkanPlatform.hpp 42 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
tcuWin32VulkanPlatform.cpp 212 vk::wsi::Display* VulkanPlatform::createWsiDisplay (vk::wsi::Type wsiType) const
  /external/deqp/external/vulkancts/framework/vulkan/
vkPlatform.cpp 74 wsi::Display* Platform::createWsiDisplay (wsi::Type) const
vkPlatform.hpp 143 virtual wsi::Display* createWsiDisplay (wsi::Type wsiType) const;
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.hpp 57 vk::wsi::Display* createWsiDisplay (vk::wsi::Type wsiType) const;
tcuAndroidPlatform.cpp 342 vk::wsi::Display* Platform::createWsiDisplay (vk::wsi::Type wsiType) const
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemWsiSwapchainTests.cpp 112 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSharedPresentableImageTests.cpp 195 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType));
    [all...]
vktWsiDisplayTimingTests.cpp 186 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType));
    [all...]
vktWsiIncrementalPresentTests.cpp 189 return de::MovePtr<vk::wsi::Display>(platform.createWsiDisplay(wsiType));
    [all...]
vktWsiSurfaceTests.cpp 237 return MovePtr<Display>(platform.createWsiDisplay(wsiType));
    [all...]
vktWsiSwapchainTests.cpp 251 return MovePtr<Display>(platform.createWsiDisplay(wsiType));
    [all...]

Completed in 484 milliseconds