Searched refs:isDataspaceSupported (Results 1 – 7 of 7) sorted by relevance
619 EXPECT_TRUE(profile.isDataspaceSupported(Dataspace::UNKNOWN)); in TEST_F()620 EXPECT_TRUE(profile.isDataspaceSupported(Dataspace::V0_SRGB)); in TEST_F()621 EXPECT_FALSE(profile.isDataspaceSupported(Dataspace::BT2020_PQ)); in TEST_F()622 EXPECT_FALSE(profile.isDataspaceSupported(Dataspace::BT2020_ITU_PQ)); in TEST_F()623 EXPECT_FALSE(profile.isDataspaceSupported(Dataspace::BT2020_HLG)); in TEST_F()624 EXPECT_FALSE(profile.isDataspaceSupported(Dataspace::BT2020_ITU_HLG)); in TEST_F()630 EXPECT_TRUE(profile.isDataspaceSupported(Dataspace::UNKNOWN)); in TEST_F()631 EXPECT_TRUE(profile.isDataspaceSupported(Dataspace::V0_SRGB)); in TEST_F()632 EXPECT_TRUE(profile.isDataspaceSupported(Dataspace::BT2020_PQ)); in TEST_F()633 EXPECT_TRUE(profile.isDataspaceSupported(Dataspace::BT2020_ITU_PQ)); in TEST_F()[all …]
514 EXPECT_CALL(mDisplayColorProfile, isDataspaceSupported(_)).WillRepeatedly(Return(true)); in OutputLayerUpdateCompositionStateTest()643 EXPECT_CALL(mDisplayColorProfile, isDataspaceSupported(_)).WillRepeatedly(Return(false)); in TEST_F()
45 MOCK_CONST_METHOD1(isDataspaceSupported, bool(ui::Dataspace));
87 virtual bool isDataspaceSupported(ui::Dataspace) const = 0;
57 bool isDataspaceSupported(ui::Dataspace) const override;
379 bool DisplayColorProfile::isDataspaceSupported(Dataspace dataspace) const { in isDataspaceSupported() function in android::compositionengine::impl::DisplayColorProfile
309 if (layerFEState->forceClientComposition || !profile.isDataspaceSupported(state.dataspace) || in updateCompositionState()