Searched defs:SetLayerSurfaceDamage (Results 1 - 5 of 5) 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/msm8998/sdm/libs/hwc2/
H A Dhwc_layers.cpp162 HWC2::Error HWCLayer::SetLayerSurfaceDamage(hwc_region_t damage) { function in class:sdm::HWCLayer
H A Dhwc_session.cpp501 static int32_t SetLayerSurfaceDamage(hwc2_device_t *device, hwc2_display_t display, function in namespace:sdm
503 return HWCSession::CallLayerFunction(device, display, layer, &HWCLayer::SetLayerSurfaceDamage,
667 case HWC2::FunctionDescriptor::SetLayerSurfaceDamage:
668 return AsFP<HWC2_PFN_SET_LAYER_SURFACE_DAMAGE>(SetLayerSurfaceDamage);
/hardware/libhardware/include/hardware/
H A Dhwcomposer2.h473 return "SetLayerSurfaceDamage";
663 SetLayerSurfaceDamage = HWC2_FUNCTION_SET_LAYER_SURFACE_DAMAGE, member in class:HWC2::FunctionDescriptor

Completed in 95 milliseconds