Searched refs:getRenderIntents (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/ |
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
|
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
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()
|
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
D | ComposerClient.h | 133 Return<void> getRenderIntents(Display display, ColorMode mode, in getRenderIntents() function 136 Error err = mHal->getRenderIntents(display, mode, &intents); in getRenderIntents()
|
D | ComposerHal.h | 88 virtual Error getRenderIntents(Display display, ColorMode mode,
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/ |
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()
|
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/ |
D | ComposerVts.h | 85 std::vector<RenderIntent> getRenderIntents(Display display, ColorMode mode);
|
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/ |
D | HwcHal.h | 92 return getRenderIntents(display, static_cast<common::V1_1::ColorMode>(mode), outIntents); in getRenderIntents_2_3() 424 using BaseType2_2::getRenderIntents;
|
/hardware/interfaces/graphics/composer/2.2/ |
D | IComposerClient.hal | 368 getRenderIntents(Display display, ColorMode mode)
|