/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display_pluggable.h | 53 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
|
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()
|
D | hwc_display_builtin.h | 67 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
|
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,
|
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()
|
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()
|
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
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_display_pluggable.h | 53 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
|
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()
|
D | hwc_display_builtin.h | 125 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
|
D | hwc_display.h | 146 HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, RenderIntent *out_modes); 408 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
|
D | QtiComposerClient.cpp | 731 auto error = hwc_session_->GetRenderIntents(display, int32_t(mode), &count, nullptr); in getRenderIntents() 738 error = hwc_session_->GetRenderIntents(display, int32_t(mode), &count, in getRenderIntents() 923 auto error = hwc_session_->GetRenderIntents(display, int32_t(mode), &count, nullptr); in getRenderIntents_2_3() 930 error = hwc_session_->GetRenderIntents(display, int32_t(mode), &count, in getRenderIntents_2_3()
|
D | hwc_display_builtin.cpp | 704 HWC2::Error HWCDisplayBuiltIn::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCDisplayBuiltIn 709 color_mode_->GetRenderIntents(mode, out_num_intents, out_intents); in GetRenderIntents()
|
D | hwc_session.h | 258 int32_t GetRenderIntents(hwc2_display_t display, int32_t /*ColorMode*/ int_mode,
|
D | hwc_display.cpp | 104 HWC2::Error HWCColorMode::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCColorMode 1059 HWC2::Error HWCDisplay::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCDisplay
|
D | hwc_session.cpp | 632 int32_t HWCSession::GetRenderIntents(hwc2_display_t display, int32_t /*ColorMode*/ int_mode, in GetRenderIntents() function in sdm::HWCSession 645 return CallDisplayFunction(display, &HWCDisplay::GetRenderIntents, mode, out_num_intents, in GetRenderIntents()
|
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 588 TEST_P(GraphicsComposerHidlTest, GetRenderIntents) { in TEST_P() argument
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer2.h | 929 GetRenderIntents = HWC2_FUNCTION_GET_RENDER_INTENTS, enumerator
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsHalGraphicsComposer3_TargetTest.cpp | 240 TEST_P(GraphicsComposerAidlTest, GetRenderIntents) { in TEST_P() argument
|