Home
last modified time | relevance | path

Searched refs:mSurfaceDamageRegion (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/libs/gui/
H A DLayerDebugInfo.cpp38 RETURN_ON_ERROR(parcel->write(mSurfaceDamageRegion)); in writeToParcel()
77 RETURN_ON_ERROR(parcel->read(mSurfaceDamageRegion)); in readFromParcel()
119 info.mSurfaceDamageRegion.dump(result, "SurfaceDamageRegion"); in to_string()
/aosp12/frameworks/native/libs/gui/include/gui/
H A DLayerDebugInfo.h48 Region mSurfaceDamageRegion = Region::INVALID_REGION; variable
/aosp12/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1383 info.mSurfaceDamageRegion = surfaceDamageRegion; in getLayerDebugInfo()