Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/framework/vulkan/
DvkWsiUtil.cpp80 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()
87 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()
101 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()
108 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE, in getPlatformProperties()
115 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()
122 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()
DvkWsiUtil.hpp41 FEATURE_INITIAL_WINDOW_SIZE = (1<<0), //!< Platform honors initial window size request enumerator
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSurfaceTests.cpp1138 …_ASSERT(getPlatformProperties(wsiType).features & PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE); in createSurfaceInitialSizeTest()
1259 if ((platformProperties.features & PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE) != 0) in createSurfaceTests()