Home
last modified time | relevance | path

Searched refs:out_intents (Results 1 – 19 of 19) 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.cpp390 RenderIntent *out_intents) { in GetRenderIntents() argument
391 if (out_intents == nullptr) { in GetRenderIntents()
394 color_mode_->GetRenderIntents(mode, out_num_intents, out_intents); in GetRenderIntents()
Dhwc_display.cpp105 RenderIntent *out_intents) { in GetRenderIntents() argument
112 out_intents[i] = it->first; in GetRenderIntents()
1019 RenderIntent *out_intents) { in GetRenderIntents() argument
1023 if (out_intents == nullptr) { in GetRenderIntents()
1025 } else if (out_intents && *out_num_intents > 0) { in GetRenderIntents()
1027 out_intents[0] = RenderIntent::COLORIMETRIC; in GetRenderIntents()
Dhwc_display.h313 RenderIntent *out_intents);
Dhwc_session.cpp619 auto out_intents = reinterpret_cast<RenderIntent *>(int_out_intents); in GetRenderIntents() local
629 out_num_intents, out_intents); in GetRenderIntents()
/hardware/qcom/sm7250/display/composer/
Dhwc_display_pluggable.cpp301 RenderIntent *out_intents) { in GetRenderIntents() argument
302 if (out_intents == nullptr) { in GetRenderIntents()
305 color_mode_->GetRenderIntents(mode, out_num_intents, out_intents); in GetRenderIntents()
Dhwc_display_pluggable.h54 RenderIntent *out_intents);
Dhwc_display.cpp105 RenderIntent *out_intents) { in GetRenderIntents() argument
112 out_intents[i] = it->first; in GetRenderIntents()
113 DLOGI("Color mode = %d is supported with render intent = %d", mode, out_intents[i]); in GetRenderIntents()
1051 RenderIntent *out_intents) { in GetRenderIntents() argument
1055 if (out_intents == nullptr) { in GetRenderIntents()
1057 } else if (out_intents && *out_num_intents > 0) { in GetRenderIntents()
1059 out_intents[0] = RenderIntent::COLORIMETRIC; in GetRenderIntents()
Dhwc_display_builtin.h90 RenderIntent *out_intents);
Dhwc_display_builtin.cpp662 RenderIntent *out_intents) { in GetRenderIntents() argument
663 if (out_intents == nullptr) { in GetRenderIntents()
666 color_mode_->GetRenderIntents(mode, out_num_intents, out_intents); in GetRenderIntents()
Dhwc_display.h366 RenderIntent *out_intents);
Dhwc_session.cpp600 auto out_intents = reinterpret_cast<RenderIntent *>(int_out_intents); in GetRenderIntents() local
610 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()
1027 RenderIntent *out_intents) { in GetRenderIntents() argument
1031 if (out_intents == nullptr) { in GetRenderIntents()
1033 } else if (out_intents && *out_num_intents > 0) { in GetRenderIntents()
1035 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()