Searched refs:getRenderIntents (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
D | MockDisplay.h | 49 MOCK_CONST_METHOD2(getRenderIntents,
|
D | MockComposer.h | 114 MOCK_METHOD3(getRenderIntents, Error(Display, ColorMode, std::vector<RenderIntent>*));
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | MockHWComposer.h | 61 MOCK_CONST_METHOD2(getRenderIntents, std::vector<ui::RenderIntent>(DisplayId, ui::ColorMode));
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.h | 126 virtual std::vector<ui::RenderIntent> getRenderIntents(DisplayId displayId, 264 std::vector<ui::RenderIntent> getRenderIntents(DisplayId displayId,
|
D | HWC2.h | 218 [[clang::warn_unused_result]] virtual Error getRenderIntents( 287 Error getRenderIntents(android::ui::ColorMode colorMode,
|
D | ComposerHal.h | 186 virtual Error getRenderIntents(Display display, ColorMode colorMode, 398 Error getRenderIntents(Display display, ColorMode colorMode,
|
D | HWComposer.cpp | 729 std::vector<ui::RenderIntent> HWComposer::getRenderIntents(DisplayId displayId, in getRenderIntents() function in android::impl::HWComposer 734 auto error = mDisplayData.at(displayId).hwcDisplay->getRenderIntents(colorMode, &renderIntents); in getRenderIntents()
|
D | HWC2.cpp | 443 Error Display::getRenderIntents(ColorMode colorMode, in getRenderIntents() function in HWC2::impl::Display 446 auto intError = mComposer.getRenderIntents(mId, colorMode, outRenderIntents); in getRenderIntents()
|
D | ComposerHal.cpp | 983 Error Composer::getRenderIntents(Display display, ColorMode colorMode, in getRenderIntents() function in android::Hwc2::impl::Composer 1004 mClient_2_2->getRenderIntents(display, static_cast<types::V1_1::ColorMode>(colorMode), in getRenderIntents()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | DisplayTransactionTest.cpp | 606 EXPECT_CALL(*test->mComposer, getRenderIntents(_, _, _)).Times(0); in setupComposerCallExpectations() 631 getRenderIntents(Display::HWC_DISPLAY_ID, ColorMode::DISPLAY_P3, _)) in setupComposerCallExpectations()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 2587 getHwComposer().getRenderIntents(*displayId, colorMode); in setupNewDisplayDeviceInternal()
|