Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DDisplayColorProfileTest.cpp40 constexpr RenderIntent VendorRenderIntent = static_cast<RenderIntent>(0x100); variable
122 .addColorModeRenderIntent(ColorMode::DISPLAY_BT2020, VendorRenderIntent) in createProfileWithBT2020ColorModeSupport()
132 .addColorModeRenderIntent(ColorMode::SRGB, VendorRenderIntent) in createProfileWithSRGBColorModeSupport()
140 .addColorModeRenderIntent(ColorMode::BT2100_PQ, VendorRenderIntent) in createProfileWithBT2100PQSupport()
150 .addColorModeRenderIntent(ColorMode::DISPLAY_P3, VendorRenderIntent) in createProfileWithDisplayP3ColorModeSupport()
329 EXPECT_FALSE(profile.hasRenderIntent(VendorRenderIntent)); in TEST_F()
339 EXPECT_FALSE(profile.hasRenderIntent(VendorRenderIntent)); in TEST_F()
349 EXPECT_TRUE(profile.hasRenderIntent(VendorRenderIntent)); in TEST_F()
359 EXPECT_FALSE(profile.hasRenderIntent(VendorRenderIntent)); in TEST_F()
522 /* 2 */ Result{Dataspace::V0_SRGB, ColorMode::SRGB, VendorRenderIntent}, in TEST_F()
[all …]