Searched defs:SetLayerPlaneAlpha (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_layers.cpp183 HWC2::Error HWCLayer::SetLayerPlaneAlpha(float alpha) { function in class:sdm::HWCLayer
H A Dhwc_session.cpp491 static int32_t SetLayerPlaneAlpha(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, function in namespace:sdm
493 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerPlaneAlpha,
658 case HWC2::FunctionDescriptor::SetLayerPlaneAlpha:
659 return AsFP<HWC2_PFN_SET_LAYER_PLANE_ALPHA>(SetLayerPlaneAlpha);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_layers.cpp197 HWC2::Error HWCLayer::SetLayerPlaneAlpha(float alpha) { function in class:sdm::HWCLayer
H A Dhwc_session.cpp490 static int32_t SetLayerPlaneAlpha(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer, function in namespace:sdm
492 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerPlaneAlpha,
657 case HWC2::FunctionDescriptor::SetLayerPlaneAlpha:
658 return AsFP<HWC2_PFN_SET_LAYER_PLANE_ALPHA>(SetLayerPlaneAlpha);
/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h443 case HWC2_FUNCTION_SET_LAYER_PLANE_ALPHA: return "SetLayerPlaneAlpha";
633 SetLayerPlaneAlpha = HWC2_FUNCTION_SET_LAYER_PLANE_ALPHA, member in class:HWC2::FunctionDescriptor

Completed in 15 milliseconds