HomeSort by relevance Sort by last modified time
    Searched defs:SetLayerPlaneAlpha (Results 1 - 10 of 10) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.cpp 210 HWC2::Error HWCLayer::SetLayerPlaneAlpha(float alpha) {
hwc_session.cpp 497 static int32_t SetLayerPlaneAlpha(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer,
499 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerPlaneAlpha,
664 case HWC2::FunctionDescriptor::SetLayerPlaneAlpha:
665 return AsFP<HWC2_PFN_SET_LAYER_PLANE_ALPHA>(SetLayerPlaneAlpha);
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_layers.cpp 401 HWC2::Error HWCLayer::SetLayerPlaneAlpha(float alpha) {
hwc_session.cpp 666 static int32_t SetLayerPlaneAlpha(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer,
668 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerPlaneAlpha,
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_layers.cpp 301 HWC2::Error HWCLayer::SetLayerPlaneAlpha(float alpha) {
hwc_session.cpp 622 static int32_t SetLayerPlaneAlpha(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer,
624 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerPlaneAlpha,
792 case HWC2::FunctionDescriptor::SetLayerPlaneAlpha:
793 return AsFP<HWC2_PFN_SET_LAYER_PLANE_ALPHA>(SetLayerPlaneAlpha);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_layers.cpp 406 HWC2::Error HWCLayer::SetLayerPlaneAlpha(float alpha) {
hwc_session.cpp 516 static int32_t SetLayerPlaneAlpha(hwc2_device_t *device, hwc2_display_t display, hwc2_layer_t layer,
518 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerPlaneAlpha,
686 case HWC2::FunctionDescriptor::SetLayerPlaneAlpha:
687 return AsFP<HWC2_PFN_SET_LAYER_PLANE_ALPHA>(SetLayerPlaneAlpha);
    [all...]
  /external/drm_hwcomposer/
drmhwctwo.cpp 763 HWC2::Error DrmHwcTwo::HwcLayer::SetLayerPlaneAlpha(float alpha) {
    [all...]
  /hardware/libhardware/include/hardware/
hwcomposer2.h 504 case HWC2_FUNCTION_SET_LAYER_PLANE_ALPHA: return "SetLayerPlaneAlpha";
705 SetLayerPlaneAlpha = HWC2_FUNCTION_SET_LAYER_PLANE_ALPHA,
    [all...]

Completed in 107 milliseconds