Home
last modified time | relevance | path

Searched refs:renderIntent (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/native/libs/renderengine/include/renderengine/
DDisplaySettings.h80 aidl::android::hardware::graphics::composer3::RenderIntent renderIntent = member
93 lhs.dimmingStage == rhs.dimmingStage && lhs.renderIntent == rhs.renderIntent;
136 << aidl::android::hardware::graphics::composer3::toString(settings.renderIntent).c_str(); in PrintTo()
/frameworks/native/libs/renderengine/skia/filters/
DLinearEffect.cpp47 aidl::android::hardware::graphics::composer3::RenderIntent renderIntent) { in createLinearEffectShader() argument
56 renderIntent); in createLinearEffectShader()
DLinearEffect.h51 aidl::android::hardware::graphics::composer3::RenderIntent renderIntent);
/frameworks/native/libs/renderengine/tests/
DDisplaySettingsTest.cpp61 TEST(DisplaySettingsTest, renderIntent) { in TEST() argument
65 a.renderIntent = aidl::android::hardware::graphics::composer3::RenderIntent::TONE_MAP_ENHANCE; in TEST()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputCompositionState.cpp53 dumpVal(out, "renderIntent", toString(renderIntent), renderIntent); in dump()
DDisplay.cpp115 colorProfile.renderIntent == getState().renderIntent && in setColorProfile()
130 colorProfile.renderIntent); in setColorProfile()
DOutput.cpp265 outputState.renderIntent == colorProfile.renderIntent && in setColorProfile()
272 outputState.renderIntent = colorProfile.renderIntent; in setColorProfile()
279 decodeRenderIntent(colorProfile.renderIntent).c_str(), colorProfile.renderIntent); in setColorProfile()
1217 clientCompositionDisplay.renderIntent = in composeSurfaces()
1219 outputState.renderIntent); in composeSurfaces()
DDisplayColorProfile.cpp343 return iter != mColorModes.end() && iter->second.renderIntent == intent; in hasRenderIntent()
364 *outIntent = iter->second.renderIntent; in getBestColorMode()
/frameworks/native/libs/shaders/
Dshaders.cpp470 aidl::android::hardware::graphics::composer3::RenderIntent renderIntent) { in buildLinearEffectUniforms() argument
502 .renderIntent = renderIntent}; in buildLinearEffectUniforms()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayDevice_GetBestColorModeTest.cpp43 void setInputRenderIntent(ui::RenderIntent renderIntent) { mInputRenderIntent = renderIntent; } in setInputRenderIntent() argument
/frameworks/native/libs/ui/include/ui/
DDebugUtils.h36 std::string decodeRenderIntent(android::ui::RenderIntent renderIntent);
/frameworks/native/libs/ui/include_vndk/ui/
DDebugUtils.h36 std::string decodeRenderIntent(android::ui::RenderIntent renderIntent);
/frameworks/native/libs/tonemap/include/tonemap/
Dtonemap.h74 aidl::android::hardware::graphics::composer3::RenderIntent renderIntent = member
/frameworks/native/libs/shaders/include/shaders/
Dshaders.h103 aidl::android::hardware::graphics::composer3::RenderIntent renderIntent =
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutputCompositionState.h112 ui::RenderIntent renderIntent{ui::RenderIntent::COLORIMETRIC};
DDisplayColorProfile.h73 ui::RenderIntent renderIntent; member
/frameworks/native/libs/ui/
DDebugUtils.cpp312 std::string decodeRenderIntent(RenderIntent renderIntent) { in decodeRenderIntent() argument
313 switch(renderIntent) { in decodeRenderIntent()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayColorProfileTest.cpp98 ProfileFactory& addColorModeRenderIntent(ColorMode colorMode, RenderIntent renderIntent) { in addColorModeRenderIntent() argument
99 mSupportedColorModes[colorMode].emplace_back(renderIntent); in addColorModeRenderIntent()
106 for (auto renderIntent : renderIntents) { in addColorModeRenderIntents() local
107 profileedRenderIntents.emplace_back(renderIntent); in addColorModeRenderIntents()
DOutputTest.cpp182 toString(profile.renderIntent).c_str(), profile.renderIntent, in dumpColorProfile()
196 (expected.renderIntent == arg.renderIntent) &&
556 EXPECT_EQ(ui::RenderIntent::TONE_MAP_COLORIMETRIC, mOutput->getState().renderIntent); in TEST_F()
572 mOutput->editState().renderIntent = ui::RenderIntent::TONE_MAP_COLORIMETRIC; in TEST_F()
2193 ui::ColorMode colorMode, ui::Dataspace dataspace, ui::RenderIntent renderIntent) { in expectBestColorModeCallResultUsedToSetColorProfile()
2198 SetArgPointee<4>(renderIntent))); in expectBestColorModeCallResultUsedToSetColorProfile()
2201 ColorProfileEq(ColorProfile{colorMode, dataspace, renderIntent, in expectBestColorModeCallResultUsedToSetColorProfile()
3793 aidl::android::hardware::graphics::composer3::RenderIntent renderIntent) { in withRenderIntent()
3794 getInstance()->mOutput.mState.renderIntent = in withRenderIntent()
3795 static_cast<ui::RenderIntent>(renderIntent); in withRenderIntent()
[all …]
DDisplayTest.cpp412 ASSERT_EQ(ui::RenderIntent::COLORIMETRIC, mDisplay->getState().renderIntent); in TEST_F()
421 EXPECT_EQ(ui::RenderIntent::COLORIMETRIC, mDisplay->getState().renderIntent); in TEST_F()
437 EXPECT_EQ(ui::RenderIntent::TONE_MAP_COLORIMETRIC, mDisplay->getState().renderIntent); in TEST_F()
462 EXPECT_EQ(ui::RenderIntent::COLORIMETRIC, virtualDisplay->getState().renderIntent); in TEST_F()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/
DOutput.h137 ui::RenderIntent renderIntent{ui::RenderIntent::COLORIMETRIC};
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp351 ui::RenderIntent renderIntent) { in setActiveColorMode() argument
355 auto error = displayData.hwcDisplay->setColorMode(mode, renderIntent); in setActiveColorMode()
357 decodeRenderIntent(renderIntent) + ")") in setActiveColorMode()
DAidlComposerHal.h122 Error setColorMode(Display display, ColorMode mode, RenderIntent renderIntent) override;
DHidlComposerHal.cpp583 Error HidlComposer::setColorMode(Display display, ColorMode mode, RenderIntent renderIntent) { in setColorMode() argument
586 ret = mClient_2_3->setColorMode_2_3(display, mode, renderIntent); in setColorMode()
589 renderIntent); in setColorMode()
DComposerHal.h161 virtual Error setColorMode(Display display, ColorMode mode, RenderIntent renderIntent) = 0;

12