Home
last modified time | relevance | path

Searched refs:SetLayerPlaneAlpha (Results 1 – 19 of 19) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.h70 HWC2::Error SetLayerPlaneAlpha(float alpha);
Dhwc_session.cpp501 static int32_t SetLayerPlaneAlpha(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerPlaneAlpha() function
503 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerPlaneAlpha, in SetLayerPlaneAlpha()
668 case HWC2::FunctionDescriptor::SetLayerPlaneAlpha: in GetFunction()
669 return AsFP<HWC2_PFN_SET_LAYER_PLANE_ALPHA>(SetLayerPlaneAlpha); in GetFunction()
Dhwc_layers.cpp237 HWC2::Error HWCLayer::SetLayerPlaneAlpha(float alpha) { in SetLayerPlaneAlpha() function in sdm::HWCLayer
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_layers.h73 HWC2::Error SetLayerPlaneAlpha(float alpha);
Dhwc_session.cpp622 static int32_t SetLayerPlaneAlpha(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerPlaneAlpha() function
624 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerPlaneAlpha, in SetLayerPlaneAlpha()
792 case HWC2::FunctionDescriptor::SetLayerPlaneAlpha: in GetFunction()
793 return AsFP<HWC2_PFN_SET_LAYER_PLANE_ALPHA>(SetLayerPlaneAlpha); in GetFunction()
Dhwc_layers.cpp301 HWC2::Error HWCLayer::SetLayerPlaneAlpha(float alpha) { in SetLayerPlaneAlpha() function in sdm::HWCLayer
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_layers.h76 HWC2::Error SetLayerPlaneAlpha(float alpha);
Dhwc_session.cpp516 static int32_t SetLayerPlaneAlpha(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerPlaneAlpha() function
518 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerPlaneAlpha, in SetLayerPlaneAlpha()
686 case HWC2::FunctionDescriptor::SetLayerPlaneAlpha: in GetFunction()
687 return AsFP<HWC2_PFN_SET_LAYER_PLANE_ALPHA>(SetLayerPlaneAlpha); in GetFunction()
Dhwc_layers.cpp418 HWC2::Error HWCLayer::SetLayerPlaneAlpha(float alpha) { in SetLayerPlaneAlpha() function in sdm::HWCLayer
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_layers.h77 HWC2::Error SetLayerPlaneAlpha(float alpha);
Dhwc_session.cpp659 static int32_t SetLayerPlaneAlpha(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerPlaneAlpha() function
661 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerPlaneAlpha, in SetLayerPlaneAlpha()
837 case HWC2::FunctionDescriptor::SetLayerPlaneAlpha: in GetFunction()
838 return AsFP<HWC2_PFN_SET_LAYER_PLANE_ALPHA>(SetLayerPlaneAlpha); in GetFunction()
Dhwc_layers.cpp401 HWC2::Error HWCLayer::SetLayerPlaneAlpha(float alpha) { in SetLayerPlaneAlpha() function in sdm::HWCLayer
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_layers.h86 HWC2::Error SetLayerPlaneAlpha(float alpha);
Dhwc_session.cpp818 static int32_t SetLayerPlaneAlpha(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerPlaneAlpha() function
820 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerPlaneAlpha, in SetLayerPlaneAlpha()
1101 case HWC2::FunctionDescriptor::SetLayerPlaneAlpha: in GetFunction()
1102 return AsFP<HWC2_PFN_SET_LAYER_PLANE_ALPHA>(SetLayerPlaneAlpha); in GetFunction()
Dhwc_layers.cpp445 HWC2::Error HWCLayer::SetLayerPlaneAlpha(float alpha) { in SetLayerPlaneAlpha() function in sdm::HWCLayer
/hardware/libhardware/include/hardware/
Dhwcomposer2.h817 SetLayerPlaneAlpha = HWC2_FUNCTION_SET_LAYER_PLANE_ALPHA, enumerator
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp856 TEST_F(GraphicsComposerReadbackTest, SetLayerPlaneAlpha) { in TEST_F() argument
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.cpp318 case FunctionDescriptor::SetLayerPlaneAlpha: in doGetFunction()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp285 case FunctionDescriptor::SetLayerPlaneAlpha: in doGetFunction()