Searched refs:PlatformProperties (Results 1 – 4 of 4) sorted by relevance
64 const PlatformProperties& getPlatformProperties (Type wsiType) in getPlatformProperties()74 static const PlatformProperties s_properties[] = in getPlatformProperties()78 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()79 PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE, in getPlatformProperties()85 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()86 PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE, in getPlatformProperties()93 PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE, in getPlatformProperties()99 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE|PlatformProperties::FEATURE_RESIZE_WINDOW, in getPlatformProperties()100 PlatformProperties::SWAPCHAIN_EXTENT_SCALED_TO_WINDOW_SIZE, in getPlatformProperties()106 PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE, in getPlatformProperties()[all …]
37 struct PlatformProperties struct63 const PlatformProperties& getPlatformProperties (Type wsiType);
342 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in generateSwapchainParameterCases()354 (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE in generateSwapchainParameterCases()406 … if (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE || in generateSwapchainParameterCases()407 … platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_SCALED_TO_WINDOW_SIZE) in generateSwapchainParameterCases()417 if (platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_SETS_WINDOW_SIZE) in generateSwapchainParameterCases()423 …if (platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_S… in generateSwapchainParameterCases()721 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in getBasicSwapchainParameters()732 (platformProperties.swapchainExtent == PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WINDOW_SIZE in getBasicSwapchainParameters()1543 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in resizeSwapchainTest()1551 …DE_ASSERT(platformProperties.swapchainExtent != PlatformProperties::SWAPCHAIN_EXTENT_MUST_MATCH_WI… in resizeSwapchainTest()[all …]
520 …DE_ASSERT(getPlatformProperties(wsiType).features & PlatformProperties::FEATURE_INITIAL_WINDOW_SIZ… in createSurfaceInitialSizeTest()567 DE_ASSERT(getPlatformProperties(wsiType).features & PlatformProperties::FEATURE_RESIZE_WINDOW); in resizeSurfaceTest()604 const PlatformProperties& platformProperties = getPlatformProperties(wsiType); in createSurfaceTests()614 if ((platformProperties.features & PlatformProperties::FEATURE_INITIAL_WINDOW_SIZE) != 0) in createSurfaceTests()617 if ((platformProperties.features & PlatformProperties::FEATURE_RESIZE_WINDOW) != 0) in createSurfaceTests()