Searched defs:ColorMode (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_utils.h234 class ColorMode { class in namespace:qhwc
687 qhwc::ColorMode *mColorMode;
H A DHWC2On1Adapter.cpp78 static constexpr Attribute ColorMode = static_cast<Attribute>(6); variable
1203 newConfig->setAttribute(ColorMode,
1683 android_color_mode_t colorMode = static_cast<android_color_mode_t>(getAttribute(ColorMode));
1734 static_cast<android_color_mode_t>(other.getAttribute(ColorMode));
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp53 static constexpr Attribute ColorMode = static_cast<Attribute>(6); variable
1159 newConfig->setAttribute(ColorMode,
1596 android_color_mode_t colorMode = static_cast<android_color_mode_t>(getAttribute(ColorMode));
1643 static_cast<android_color_mode_t>(other.getAttribute(ColorMode));

Completed in 58 milliseconds