Home
last modified time | relevance | path

Searched refs:out_intents (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_display_pluggable.cpp305 RenderIntent *out_intents) { in GetRenderIntents() argument
306 if (out_intents == nullptr) { in GetRenderIntents()
309 color_mode_->GetRenderIntents(mode, out_num_intents, out_intents); in GetRenderIntents()
Dhwc_display_pluggable.h54 RenderIntent *out_intents);
Dhwc_display_builtin.h68 RenderIntent *out_intents);
Dhwc_display_builtin.cpp309 RenderIntent *out_intents) { in GetRenderIntents() argument
310 if (out_intents == nullptr) { in GetRenderIntents()
313 color_mode_->GetRenderIntents(mode, out_num_intents, out_intents); in GetRenderIntents()
Dhwc_display.cpp99 RenderIntent *out_intents) { in GetRenderIntents() argument
106 out_intents[i] = it->first; in GetRenderIntents()
982 RenderIntent *out_intents) { in GetRenderIntents() argument
986 if (out_intents == nullptr) { in GetRenderIntents()
988 } else if (out_intents && *out_num_intents > 0) { in GetRenderIntents()
990 out_intents[0] = RenderIntent::COLORIMETRIC; in GetRenderIntents()
Dhwc_display.h286 RenderIntent *out_intents);
Dhwc_session.cpp610 auto out_intents = reinterpret_cast<RenderIntent *>(int_out_intents); in GetRenderIntents() local
620 out_num_intents, out_intents); in GetRenderIntents()
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_display_primary.h66 RenderIntent *out_intents);
Dhwc_display_primary.cpp362 RenderIntent *out_intents) { in GetRenderIntents() argument
363 if (out_intents == nullptr) { in GetRenderIntents()
366 color_mode_->GetRenderIntents(mode, out_num_intents, out_intents); in GetRenderIntents()
Dhwc_display.cpp88 RenderIntent *out_intents) { in GetRenderIntents() argument
95 out_intents[i] = it->first; in GetRenderIntents()
1026 RenderIntent *out_intents) { in GetRenderIntents() argument
1030 if (out_intents == nullptr) { in GetRenderIntents()
1032 } else if (out_intents && *out_num_intents > 0) { in GetRenderIntents()
1034 out_intents[0] = RenderIntent::COLORIMETRIC; in GetRenderIntents()
Dhwc_display.h345 RenderIntent *out_intents);
Dhwc_session.cpp459 auto out_intents = reinterpret_cast<RenderIntent *>(int_out_intents); in GetRenderIntents() local
469 out_num_intents, out_intents); in GetRenderIntents()