Home
last modified time | relevance | path

Searched refs:SetLayerColorTransform (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_layers.h94 HWC2::Error SetLayerColorTransform(const float *matrix);
Dhwc_session.cpp853 static int32_t SetLayerColorTransform(hwc2_device_t *device, hwc2_display_t display, in SetLayerColorTransform() function
855 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerColorTransform, in SetLayerColorTransform()
1121 case HWC2::FunctionDescriptor::SetLayerColorTransform: in GetFunction()
1122 return AsFP<HWC2_PFN_SET_LAYER_COLOR_TRANSFORM>(SetLayerColorTransform); in GetFunction()
Dhwc_layers.cpp539 HWC2::Error HWCLayer::SetLayerColorTransform(const float *matrix) { in SetLayerColorTransform() function in sdm::HWCLayer
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_layers.h94 HWC2::Error SetLayerColorTransform(const float *matrix);
Dhwc_session.cpp1012 static int32_t SetLayerColorTransform(hwc2_device_t *device, hwc2_display_t display, in SetLayerColorTransform() function
1014 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerColorTransform, in SetLayerColorTransform()
1330 case HWC2::FunctionDescriptor::SetLayerColorTransform: in GetFunction()
1331 return AsFP<HWC2_PFN_SET_LAYER_COLOR_TRANSFORM>(SetLayerColorTransform); in GetFunction()
Dhwc_layers.cpp548 HWC2::Error HWCLayer::SetLayerColorTransform(const float *matrix) { in SetLayerColorTransform() function in sdm::HWCLayer
/hardware/interfaces/graphics/composer/2.3/vts/functional/
DVtsHalGraphicsComposerV2_3TargetTest.cpp461 TEST_F(GraphicsComposerHidlTest, SetLayerColorTransform) { in TEST_F() argument
/hardware/libhardware/include/hardware/
Dhwcomposer2.h841 SetLayerColorTransform = HWC2_FUNCTION_SET_LAYER_COLOR_TRANSFORM, enumerator