Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiFullScreenExclusiveTests.cpp66 VkFullScreenExclusiveEXT fseType; member
363 testParams.fseType // VkFullScreenExclusiveEXT fullScreenExclusive; in fullScreenExclusiveTest()
433 …if (result == VK_ERROR_INITIALIZATION_FAILED && testParams.fseType == VK_FULL_SCREEN_EXCLUSIVE_APP… in fullScreenExclusiveTest()
477 …bool fullScreenAcquired = (testParams.fseType != VK_FULL_SCREEN_EXCLUSIVE_APPLICATION_C… in fullScreenExclusiveTest()
600 …if (fullScreenAcquired && testParams.fseType == VK_FULL_SCREEN_EXCLUSIVE_APPLICATION_CONTROLLED_EX… in fullScreenExclusiveTest()