Searched refs:FEATURE_RESIZE_WINDOW (Results 1 – 3 of 3) sorted by relevance
78 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()85 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()99 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()113 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()
42 FEATURE_RESIZE_WINDOW = (1<<1), //!< Platform supports resizing window enumerator
567 DE_ASSERT(getPlatformProperties(wsiType).features & PlatformProperties::FEATURE_RESIZE_WINDOW); in resizeSurfaceTest()617 if ((platformProperties.features & PlatformProperties::FEATURE_RESIZE_WINDOW) != 0) in createSurfaceTests()