Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWComposer.cpp733 std::vector<ui::RenderIntent> renderIntents; in getRenderIntents() local
734 auto error = mDisplayData.at(displayId).hwcDisplay->getRenderIntents(colorMode, &renderIntents); in getRenderIntents()
736 return renderIntents; in getRenderIntents()
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DDisplayColorProfileTest.cpp133 std::initializer_list<RenderIntent> renderIntents) { in addColorModeRenderIntents() argument
135 for (auto renderIntent : renderIntents) { in addColorModeRenderIntents()
/frameworks/native/services/surfaceflinger/tests/unittests/
DDisplayTransactionTest.cpp1187 std::vector<ui::RenderIntent> renderIntents) { in addHwcColorModesMapping() argument
1188 mHwcColorModes[colorMode] = renderIntents; in addHwcColorModesMapping()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2586 std::vector<RenderIntent> renderIntents = in setupNewDisplayDeviceInternal() local
2588 creationArgs.hwcColorModes.emplace(colorMode, renderIntents); in setupNewDisplayDeviceInternal()