Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_layers.h69 HWC2::Error SetLayerPlaneAlpha(float alpha);
Dhwc_session.cpp497 static int32_t SetLayerPlaneAlpha(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerPlaneAlpha() function
499 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerPlaneAlpha, in SetLayerPlaneAlpha()
664 case HWC2::FunctionDescriptor::SetLayerPlaneAlpha: in GetFunction()
665 return AsFP<HWC2_PFN_SET_LAYER_PLANE_ALPHA>(SetLayerPlaneAlpha); in GetFunction()
Dhwc_layers.cpp210 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/msm8909/sdm/libs/hwc2/
Dhwc_layers.h77 HWC2::Error SetLayerPlaneAlpha(float alpha);
Dhwc_session.cpp666 static int32_t SetLayerPlaneAlpha(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, in SetLayerPlaneAlpha() function
668 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerPlaneAlpha, in SetLayerPlaneAlpha()
844 case HWC2::FunctionDescriptor::SetLayerPlaneAlpha: in GetFunction()
845 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/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.cpp406 HWC2::Error HWCLayer::SetLayerPlaneAlpha(float alpha) { in SetLayerPlaneAlpha() function in sdm::HWCLayer
/hardware/libhardware/include/hardware/
Dhwcomposer2.h705 SetLayerPlaneAlpha = HWC2_FUNCTION_SET_LAYER_PLANE_ALPHA, enumerator
/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()