Home
last modified time | relevance | path

Searched refs:HWC2_FUNCTION_SET_COLOR_MODE (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h261 HWC2_FUNCTION_SET_COLOR_MODE, enumerator
618 case HWC2_FUNCTION_SET_COLOR_MODE: return "SetColorMode"; in getFunctionDescriptorName()
903 SetColorMode = HWC2_FUNCTION_SET_COLOR_MODE,
/aosp12/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwcomposer.cpp873 case HWC2_FUNCTION_SET_COLOR_MODE: in Hwc2GetFunction()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
H A DHWC2OnFbAdapter.cpp557 case HWC2_FUNCTION_SET_COLOR_MODE: in getFunctionHook()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
H A DHwcHal.h543 !initDispatch(HWC2_FUNCTION_SET_COLOR_MODE, &mDispatch.setColorMode) || in initDispatch()