Searched refs:SetLayerColorTransform (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/sdm845/display/sdm/libs/hwc2/ |
D | hwc_layers.h | 94 HWC2::Error SetLayerColorTransform(const float *matrix);
|
D | hwc_session.cpp | 853 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()
|
D | hwc_layers.cpp | 539 HWC2::Error HWCLayer::SetLayerColorTransform(const float *matrix) { in SetLayerColorTransform() function in sdm::HWCLayer
|
/hardware/qcom/sm8150/display/sdm/libs/hwc2/ |
D | hwc_layers.h | 94 HWC2::Error SetLayerColorTransform(const float *matrix);
|
D | hwc_session.cpp | 1012 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()
|
D | hwc_layers.cpp | 548 HWC2::Error HWCLayer::SetLayerColorTransform(const float *matrix) { in SetLayerColorTransform() function in sdm::HWCLayer
|
/hardware/interfaces/graphics/composer/2.3/vts/functional/ |
D | VtsHalGraphicsComposerV2_3TargetTest.cpp | 461 TEST_F(GraphicsComposerHidlTest, SetLayerColorTransform) { in TEST_F() argument
|
/hardware/libhardware/include/hardware/ |
D | hwcomposer2.h | 841 SetLayerColorTransform = HWC2_FUNCTION_SET_LAYER_COLOR_TRANSFORM, enumerator
|