Lines Matching refs:RenderIntent
81 using hal::RenderIntent;
810 std::vector<RenderIntent>({RenderIntent::COLORIMETRIC})), in setupComposerCallExpectations()
814 RenderIntent::COLORIMETRIC)) in setupComposerCallExpectations()
1357 std::vector<ui::RenderIntent> renderIntents) { in addHwcColorModesMapping()
1363 void setInputRenderIntent(ui::RenderIntent renderIntent) { mInputRenderIntent = renderIntent; } in setInputRenderIntent()
1381 ui::RenderIntent mOutRenderIntent;
1385 ui::RenderIntent mInputRenderIntent;
1387 std::unordered_map<ui::ColorMode, std::vector<ui::RenderIntent>> mHwcColorModes;
1392 std::vector<ui::RenderIntent>(1, RenderIntent::COLORIMETRIC)); in TEST_F()
1394 setInputRenderIntent(ui::RenderIntent::COLORIMETRIC); in TEST_F()
1401 ASSERT_EQ(ui::RenderIntent::COLORIMETRIC, mOutRenderIntent); in TEST_F()
1406 std::vector<ui::RenderIntent>(1, RenderIntent::COLORIMETRIC)); in TEST_F()
1408 std::vector<ui::RenderIntent>(1, RenderIntent::COLORIMETRIC)); in TEST_F()
1410 std::vector<ui::RenderIntent>(1, RenderIntent::COLORIMETRIC)); in TEST_F()
1412 setInputRenderIntent(ui::RenderIntent::COLORIMETRIC); in TEST_F()
1419 ASSERT_EQ(ui::RenderIntent::COLORIMETRIC, mOutRenderIntent); in TEST_F()
1424 std::vector<ui::RenderIntent>(1, RenderIntent::COLORIMETRIC)); in TEST_F()
1426 setInputRenderIntent(ui::RenderIntent::COLORIMETRIC); in TEST_F()
1433 ASSERT_EQ(ui::RenderIntent::COLORIMETRIC, mOutRenderIntent); in TEST_F()