/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_display_virtual.h | 55 virtual HWC2::Error SetColorModeWithRenderIntent(ColorMode mode, RenderIntent intent) { in SetColorModeWithRenderIntent() function
|
D | hwc_display_pluggable.h | 56 virtual HWC2::Error SetColorModeWithRenderIntent(ColorMode mode, RenderIntent intent);
|
D | hwc_display_pluggable.cpp | 315 return SetColorModeWithRenderIntent(mode, RenderIntent::COLORIMETRIC); in SetColorMode() 318 HWC2::Error HWCDisplayPluggable::SetColorModeWithRenderIntent(ColorMode mode, RenderIntent intent) { in SetColorModeWithRenderIntent() function in sdm::HWCDisplayPluggable
|
D | hwc_display_builtin.h | 69 virtual HWC2::Error SetColorModeWithRenderIntent(ColorMode mode, RenderIntent intent);
|
D | hwc_display.h | 85 HWC2::Error SetColorModeWithRenderIntent(ColorMode mode, RenderIntent intent); 270 virtual HWC2::Error SetColorModeWithRenderIntent(ColorMode mode, RenderIntent intent) { in SetColorModeWithRenderIntent() function
|
D | hwc_display_builtin.cpp | 400 return SetColorModeWithRenderIntent(mode, RenderIntent::COLORIMETRIC); in SetColorMode() 403 HWC2::Error HWCDisplayBuiltIn::SetColorModeWithRenderIntent(ColorMode mode, RenderIntent intent) { in SetColorModeWithRenderIntent() function in sdm::HWCDisplayBuiltIn
|
D | hwc_session.cpp | 1040 int32_t HWCSession::SetColorModeWithRenderIntent(hwc2_device_t *device, hwc2_display_t display, in SetColorModeWithRenderIntent() function in sdm::HWCSession 1053 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::SetColorModeWithRenderIntent, in SetColorModeWithRenderIntent() 1520 case HWC2::FunctionDescriptor::SetColorModeWithRenderIntent: in GetFunction() 1522 (HWCSession::SetColorModeWithRenderIntent); in GetFunction() 2273 CallDisplayFunction(device, display, &HWCDisplay::SetColorModeWithRenderIntent, mode, intent); in SetColorModeWithRenderIntentOverride() 3340 status = hwc_display_[display]->SetColorModeWithRenderIntent(color_mode, intent); in DisplayPowerReset()
|
D | hwc_session.h | 194 static int32_t SetColorModeWithRenderIntent(hwc2_device_t *device, hwc2_display_t display,
|
D | hwc_display.cpp | 132 HWC2::Error HWCColorMode::SetColorModeWithRenderIntent(ColorMode mode, RenderIntent intent) { in SetColorModeWithRenderIntent() function in sdm::HWCColorMode
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_display_primary.h | 67 virtual HWC2::Error SetColorModeWithRenderIntent(ColorMode mode, RenderIntent intent);
|
D | hwc_display_primary.cpp | 372 return SetColorModeWithRenderIntent(mode, RenderIntent::COLORIMETRIC); in SetColorMode() 387 HWC2::Error HWCDisplayPrimary::SetColorModeWithRenderIntent(ColorMode mode, RenderIntent intent) { in SetColorModeWithRenderIntent() function in sdm::HWCDisplayPrimary 388 auto status = color_mode_->SetColorModeWithRenderIntent(mode, intent); in SetColorModeWithRenderIntent()
|
D | hwc_display.h | 169 HWC2::Error SetColorModeWithRenderIntent(ColorMode mode, RenderIntent intent); 321 virtual HWC2::Error SetColorModeWithRenderIntent(ColorMode mode, RenderIntent intent) { in SetColorModeWithRenderIntent() function
|
D | hwc_session.h | 169 static int32_t SetColorModeWithRenderIntent(hwc2_device_t *device, hwc2_display_t display,
|
D | hwc_display.cpp | 100 HWC2::Error HWCColorMode::SetColorModeWithRenderIntent(ColorMode mode, RenderIntent intent) { in SetColorModeWithRenderIntent() function in sdm::HWCColorMode 486 return SetColorModeWithRenderIntent(color_mode, RenderIntent::COLORIMETRIC); in ApplyDefaultColorMode()
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer2.h | 930 SetColorModeWithRenderIntent = HWC2_FUNCTION_SET_COLOR_MODE_WITH_RENDER_INTENT, enumerator
|