/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 | 79 HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, RenderIntent *out_modes); 285 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
|
D | hwc_display_builtin.cpp | 308 HWC2::Error HWCDisplayBuiltIn::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCDisplayBuiltIn 313 color_mode_->GetRenderIntents(mode, out_num_intents, out_intents); in GetRenderIntents()
|
D | hwc_session.cpp | 606 static int32_t GetRenderIntents(hwc2_device_t *device, hwc2_display_t display, in GetRenderIntents() function 619 return HWCSession::CallDisplayFunction(device, display, &HWCDisplay::GetRenderIntents, mode, in GetRenderIntents() 1346 case HWC2::FunctionDescriptor::GetRenderIntents: in GetFunction() 1347 return AsFP<HWC2_PFN_GET_RENDER_INTENTS>(GetRenderIntents); in GetFunction()
|
D | hwc_display.cpp | 98 HWC2::Error HWCColorMode::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCColorMode 981 HWC2::Error HWCDisplay::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCDisplay
|
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_display_primary.h | 65 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
|
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,
|
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()
|
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()
|
D | hwc_display.cpp | 87 HWC2::Error HWCColorMode::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCColorMode 1025 HWC2::Error HWCDisplay::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCDisplay
|
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2TargetTest.cpp | 604 TEST_F(GraphicsComposerHidlTest, GetRenderIntents) { in TEST_F() argument
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer2.h | 834 GetRenderIntents = HWC2_FUNCTION_GET_RENDER_INTENTS, enumerator
|