Home
last modified time | relevance | path

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

/external/drm_hwcomposer/hwc2_device/
Dhwc2_device.cpp227 case HWC2::FunctionDescriptor::SetColorTransform: in HookDevGetFunction()
229 DisplayHook<decltype(&HwcDisplay::SetColorTransform), in HookDevGetFunction()
230 &HwcDisplay::SetColorTransform, const float *, int32_t>); in HookDevGetFunction()
DHwcDisplay.h115 HWC2::Error SetColorTransform(const float *matrix, int32_t hint);
DHwcDisplay.cpp602 HWC2::Error HwcDisplay::SetColorTransform(const float *matrix, int32_t hint) { in SetColorTransform() function in android::HwcDisplay
/external/drm_hwcomposer/.ci/android_headers/hardware/
Dhwcomposer2.h912 SetColorTransform = HWC2_FUNCTION_SET_COLOR_TRANSFORM, enumerator