Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp108 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()
115 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()
129 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE, in getPlatformProperties()
136 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()
143 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()
DvkWsiUtil.hpp43 FEATURE_INITIAL_WINDOW_SIZE = (1<<0), //!< Platform honors initial window size request enumerator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp1147 …_ASSERT(getPlatformProperties(wsiType).features & PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE); in createSurfaceInitialSizeTest()
1270 if ((platformProperties.features & PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE) != 0) in createSurfaceTests()