Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display_primary.h65 virtual HWC2::Error GetRenderIntents(ColorMode mode, uint32_t *out_num_intents,
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,
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()
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()
1129 case HWC2::FunctionDescriptor::GetRenderIntents: in GetFunction()
1130 return AsFP<HWC2_PFN_GET_RENDER_INTENTS>(GetRenderIntents); in GetFunction()
Dhwc_display.cpp87 HWC2::Error HWCColorMode::GetRenderIntents(ColorMode mode, uint32_t *out_num_intents, in GetRenderIntents() function in sdm::HWCColorMode
1021 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/
DVtsHalGraphicsComposerV2_2TargetTest.cpp604 TEST_F(GraphicsComposerHidlTest, GetRenderIntents) { in TEST_F() argument
/hardware/libhardware/include/hardware/
Dhwcomposer2.h834 GetRenderIntents = HWC2_FUNCTION_GET_RENDER_INTENTS, enumerator