/aosp12/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/ |
H A D | HwcHal.h | 173 Error getRenderIntents(Display display, ColorMode mode, in getRenderIntents() function 175 if (!mDispatch.getRenderIntents) { in getRenderIntents() 190 mDispatch.getRenderIntents(mDevice, display, int32_t(mode), &count, nullptr); in getRenderIntents() 196 error = mDispatch.getRenderIntents( in getRenderIntents() 272 initOptionalDispatch(HWC2_FUNCTION_GET_RENDER_INTENTS, &mDispatch.getRenderIntents); in initDispatch() 288 HWC2_PFN_GET_RENDER_INTENTS getRenderIntents; member
|
/aosp12/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
H A D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 592 mComposerClient->getRenderIntents(mPrimaryDisplay, mode); in TEST_P() 621 mComposerClient->getRaw()->getRenderIntents( in TEST_P() 634 mComposerClient->getRaw()->getRenderIntents( in TEST_P() 646 mComposerClient->getRenderIntents(mPrimaryDisplay, mode); in TEST_P()
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
H A D | ComposerClient.h | 133 Return<void> getRenderIntents(Display display, ColorMode mode, in getRenderIntents() function 136 Error err = mHal->getRenderIntents(display, mode, &intents); in getRenderIntents()
|
H A D | ComposerHal.h | 88 virtual Error getRenderIntents(Display display, ColorMode mode,
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
H A D | ComposerVts.cpp | 157 std::vector<RenderIntent> ComposerClient::getRenderIntents(Display display, ColorMode mode) { in getRenderIntents() function in android::hardware::graphics::composer::V2_2::vts::ComposerClient 159 mClient->getRenderIntents(display, mode, [&](const auto& tmpError, const auto& tmpIntents) { in getRenderIntents()
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/ |
H A D | ExynosDisplayInterface.h | 62 virtual int32_t getRenderIntents(int32_t __unused mode, uint32_t* __unused outNumIntents, in getRenderIntents() function
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/ |
H A D | ComposerVts.h | 85 std::vector<RenderIntent> getRenderIntents(Display display, ColorMode mode);
|
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/ |
H A D | HWComposer.h | 173 virtual std::vector<ui::RenderIntent> getRenderIntents(HalDisplayId, ui::ColorMode) const = 0; 315 std::vector<ui::RenderIntent> getRenderIntents(HalDisplayId, ui::ColorMode) const override;
|
H A D | HWC2.h | 95 [[clang::warn_unused_result]] virtual hal::Error getRenderIntents( 169 hal::Error getRenderIntents(hal::ColorMode colorMode,
|
H A D | ComposerHal.h | 188 virtual Error getRenderIntents(Display display, ColorMode colorMode, 429 Error getRenderIntents(Display display, ColorMode colorMode,
|
H A D | HWC2.cpp | 221 Error Display::getRenderIntents(ColorMode colorMode, in getRenderIntents() function in android::HWC2::impl::Display 224 auto intError = mComposer.getRenderIntents(mId, colorMode, outRenderIntents); in getRenderIntents()
|
H A D | HWComposer.cpp | 723 std::vector<ui::RenderIntent> HWComposer::getRenderIntents(HalDisplayId displayId, in getRenderIntents() function in android::impl::HWComposer 728 auto error = mDisplayData.at(displayId).hwcDisplay->getRenderIntents(colorMode, &renderIntents); in getRenderIntents()
|
H A D | ComposerHal.cpp | 906 Error Composer::getRenderIntents(Display display, ColorMode colorMode, in getRenderIntents() function in android::Hwc2::impl::Composer 927 mClient_2_2->getRenderIntents(display, static_cast<types::V1_1::ColorMode>(colorMode), in getRenderIntents()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
H A D | MockHWComposer.h | 75 MOCK_CONST_METHOD2(getRenderIntents,
|
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/ |
H A D | HwcHal.h | 92 return getRenderIntents(display, static_cast<common::V1_1::ColorMode>(mode), outIntents); in getRenderIntents_2_3() 424 using BaseType2_2::getRenderIntents;
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/ |
H A D | MockHWC2.h | 45 MOCK_METHOD(hal::Error, getRenderIntents, (hal::ColorMode, std::vector<hal::RenderIntent> *),
|
H A D | MockComposer.h | 110 MOCK_METHOD3(getRenderIntents, Error(Display, ColorMode, std::vector<RenderIntent>*));
|
/aosp12/hardware/google/graphics/gs101/libhwc2.1/libmaindisplay/ |
H A D | ExynosPrimaryDisplayModule.h | 109 virtual int32_t getRenderIntents(int32_t mode, uint32_t* outNumIntents,
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | SurfaceFlinger_SetupNewDisplayDeviceInternalTest.cpp | 49 getRenderIntents(Display::HWC_DISPLAY_ID, ColorMode::DISPLAY_P3, _)) in setupComposerCallExpectations()
|
H A D | DisplayTransactionTestHelpers.h | 699 EXPECT_CALL(*test->mComposer, getRenderIntents(_, _, _)).Times(0);
|
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
H A D | FakeComposerClient.h | 159 V2_1::Error getRenderIntents(
|
H A D | FakeComposerClient.cpp | 566 V2_1::Error FakeComposerClient::getRenderIntents( in getRenderIntents() function in FakeComposerClient
|
/aosp12/frameworks/native/services/vr/hardware_composer/impl/ |
H A D | vr_hwc.h | 303 Error getRenderIntents(Display display, types::V1_1::ColorMode mode,
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | QtiComposerClient.h | 149 Return<void> getRenderIntents(uint64_t display, common_V1_1::ColorMode mode,
|
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/ |
H A D | ExynosDisplay.h | 810 virtual int32_t getRenderIntents(int32_t mode, uint32_t* outNumIntents,
|