Home
last modified time | relevance | path

Searched refs:GetRenderIntents (Results 1 – 23 of 23) sorted by relevance

/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/
H A Dhwc_display_pluggable.h53 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
H A Dhwc_display_pluggable.cpp304 HWC2::Error HWCDisplayPluggable::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCDisplayPluggable
309 color_mode_->GetRenderIntents(mode, out_num_intents, out_intents); in GetRenderIntents()
H A Dhwc_display_builtin.h67 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
H A Dhwc_display.h84 HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, RenderIntent *out_modes);
312 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
H A Dhwc_display_builtin.cpp389 HWC2::Error HWCDisplayBuiltIn::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCDisplayBuiltIn
394 color_mode_->GetRenderIntents(mode, out_num_intents, out_intents); in GetRenderIntents()
H A Dhwc_session.cpp615 static int32_t GetRenderIntents(hwc2_device_t *device, hwc2_display_t display, in GetRenderIntents() function
628 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetRenderIntents, mode, in GetRenderIntents()
1518 case HWC2::FunctionDescriptor::GetRenderIntents: in GetFunction()
1519 return AsFP<HWC2_PFN_GET_RENDER_INTENTS>(GetRenderIntents); in GetFunction()
H A Dhwc_display.cpp104 HWC2::Error HWCColorMode::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCColorMode
1018 HWC2::Error HWCDisplay::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCDisplay
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dhwc_display_pluggable.cpp300 HWC2::Error HWCDisplayPluggable::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCDisplayPluggable
305 color_mode_->GetRenderIntents(mode, out_num_intents, out_intents); in GetRenderIntents()
H A Dhwc_display_pluggable.h53 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
H A Dhwc_display_builtin.h89 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
H A Dhwc_display.h109 HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, RenderIntent *out_modes);
365 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
H A DQtiComposerClient.cpp730 auto error = hwc_session_->GetRenderIntents(display, int32_t(mode), &count, nullptr); in getRenderIntents()
737 error = hwc_session_->GetRenderIntents(display, int32_t(mode), &count, in getRenderIntents()
922 auto error = hwc_session_->GetRenderIntents(display, int32_t(mode), &count, nullptr); in getRenderIntents_2_3()
929 error = hwc_session_->GetRenderIntents(display, int32_t(mode), &count, in getRenderIntents_2_3()
H A Dhwc_display_builtin.cpp661 HWC2::Error HWCDisplayBuiltIn::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCDisplayBuiltIn
666 color_mode_->GetRenderIntents(mode, out_num_intents, out_intents); in GetRenderIntents()
H A Dhwc_session.h220 int32_t GetRenderIntents(hwc2_display_t display, int32_t /*ColorMode*/ int_mode,
H A Dhwc_display.cpp104 HWC2::Error HWCColorMode::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCColorMode
1050 HWC2::Error HWCDisplay::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCDisplay
H A Dhwc_session.cpp596 int32_t HWCSession::GetRenderIntents(hwc2_display_t display, int32_t /*ColorMode*/ int_mode, in GetRenderIntents() function in sdm::HWCSession
609 return CallDisplayFunction(display, &HWCDisplay::GetRenderIntents, mode, out_num_intents, in GetRenderIntents()
/aosp12/hardware/qcom/sdm845/display/sdm/libs/hwc2/
H A Dhwc_display_primary.h65 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
H A Dhwc_display.h168 HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, RenderIntent *out_modes);
344 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
H A Dhwc_display_primary.cpp361 HWC2::Error HWCDisplayPrimary::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCDisplayPrimary
366 color_mode_->GetRenderIntents(mode, out_num_intents, out_intents); in GetRenderIntents()
H A Dhwc_session.cpp455 static int32_t GetRenderIntents(hwc2_device_t *device, hwc2_display_t display, in GetRenderIntents() function
468 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetRenderIntents, mode, in GetRenderIntents()
1137 case HWC2::FunctionDescriptor::GetRenderIntents: in GetFunction()
1138 return AsFP<HWC2_PFN_GET_RENDER_INTENTS>(GetRenderIntents); in GetFunction()
H A Dhwc_display.cpp87 HWC2::Error HWCColorMode::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCColorMode
1026 HWC2::Error HWCDisplay::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCDisplay
/aosp12/hardware/interfaces/graphics/composer/2.2/vts/functional/
H A DVtsHalGraphicsComposerV2_2TargetTest.cpp588 TEST_P(GraphicsComposerHidlTest, GetRenderIntents) { in TEST_P() argument
/aosp12/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h929 GetRenderIntents = HWC2_FUNCTION_GET_RENDER_INTENTS, enumerator