/aosp12/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
H A D | hwc_display_pluggable.h | 53 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
|
H A D | hwc_display_pluggable.cpp | 304 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 D | hwc_display_builtin.h | 67 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
|
H A D | hwc_display.h | 84 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 D | hwc_display_builtin.cpp | 389 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 D | hwc_session.cpp | 615 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 D | hwc_display.cpp | 104 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 D | hwc_display_pluggable.cpp | 300 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 D | hwc_display_pluggable.h | 53 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
|
H A D | hwc_display_builtin.h | 89 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
|
H A D | hwc_display.h | 109 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 D | QtiComposerClient.cpp | 730 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 D | hwc_display_builtin.cpp | 661 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 D | hwc_session.h | 220 int32_t GetRenderIntents(hwc2_display_t display, int32_t /*ColorMode*/ int_mode,
|
H A D | hwc_display.cpp | 104 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 D | hwc_session.cpp | 596 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 D | hwc_display_primary.h | 65 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
|
H A D | hwc_display.h | 168 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 D | hwc_display_primary.cpp | 361 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 D | hwc_session.cpp | 455 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 D | hwc_display.cpp | 87 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 D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 588 TEST_P(GraphicsComposerHidlTest, GetRenderIntents) { in TEST_P() argument
|
/aosp12/hardware/libhardware/include/hardware/ |
H A D | hwcomposer2.h | 929 GetRenderIntents = HWC2_FUNCTION_GET_RENDER_INTENTS, enumerator
|