Searched refs:FEATURE_RESIZE_WINDOW (Results 1 – 3 of 3) sorted by relevance
80 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()115 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()122 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()
42 FEATURE_RESIZE_WINDOW = (1<<1), //!< Platform supports resizing window enumerator
1185 DE_ASSERT(getPlatformProperties(wsiType).features & PlatformProperties::FEATURE_RESIZE_WINDOW); in resizeSurfaceTest()1262 if ((platformProperties.features & PlatformProperties::FEATURE_RESIZE_WINDOW) != 0) in createSurfaceTests()