Searched defs:SetLayerSurfaceDamage (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_layers.cpp112 HWC2::Error HWCLayer::SetLayerSurfaceDamage(hwc_region_t damage) { function in class:sdm::HWCLayer
H A Dhwc_session.cpp508 static int32_t SetLayerSurfaceDamage(hwc2_device_t *device, hwc2_display_t display, function in namespace:sdm
510 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerSurfaceDamage,
670 case HWC2::FunctionDescriptor::SetLayerSurfaceDamage:
671 return AsFP<HWC2_PFN_SET_LAYER_SURFACE_DAMAGE>(SetLayerSurfaceDamage);
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_layers.cpp264 HWC2::Error HWCLayer::SetLayerSurfaceDamage(hwc_region_t damage) { function in class:sdm::HWCLayer
H A Dhwc_session.cpp677 static int32_t SetLayerSurfaceDamage(hwc2_device_t *device, hwc2_display_t display, function in namespace:sdm
679 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerSurfaceDamage,
850 case HWC2::FunctionDescriptor::SetLayerSurfaceDamage:
851 return AsFP<HWC2_PFN_SET_LAYER_SURFACE_DAMAGE>(SetLayerSurfaceDamage);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_layers.cpp165 HWC2::Error HWCLayer::SetLayerSurfaceDamage(hwc_region_t damage) { function in class:sdm::HWCLayer
H A Dhwc_session.cpp633 static int32_t SetLayerSurfaceDamage(hwc2_device_t *device, hwc2_display_t display, function in namespace:sdm
635 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerSurfaceDamage,
798 case HWC2::FunctionDescriptor::SetLayerSurfaceDamage:
799 return AsFP<HWC2_PFN_SET_LAYER_SURFACE_DAMAGE>(SetLayerSurfaceDamage);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_layers.cpp276 HWC2::Error HWCLayer::SetLayerSurfaceDamage(hwc_region_t damage) { function in class:sdm::HWCLayer
H A Dhwc_session.cpp527 static int32_t SetLayerSurfaceDamage(hwc2_device_t *device, hwc2_display_t display, function in namespace:sdm
529 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerSurfaceDamage,
692 case HWC2::FunctionDescriptor::SetLayerSurfaceDamage:
693 return AsFP<HWC2_PFN_SET_LAYER_SURFACE_DAMAGE>(SetLayerSurfaceDamage);
/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h509 return "SetLayerSurfaceDamage";
708 SetLayerSurfaceDamage = HWC2_FUNCTION_SET_LAYER_SURFACE_DAMAGE, member in class:HWC2::FunctionDescriptor

Completed in 25 milliseconds