Searched refs:hwcRects (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/opengl/tests/hwc/ |
D | Android.bp | 89 name: "hwcRects", 90 srcs: ["hwcRects.cpp"],
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWC2.cpp | 632 std::vector<Hwc2::IComposerClient::Rect> hwcRects; in convertRegionToHwcRects() local 633 hwcRects.reserve(rectCount); in convertRegionToHwcRects() 635 hwcRects.push_back({rectArray[rect].left, rectArray[rect].top, rectArray[rect].right, in convertRegionToHwcRects() 638 return hwcRects; in convertRegionToHwcRects() 733 const auto hwcRects = convertRegionToHwcRects(damage); in setSurfaceDamage() local 734 intError = mComposer.setLayerSurfaceDamage(mDisplay->getId(), mId, hwcRects); in setSurfaceDamage() 921 const auto hwcRects = convertRegionToHwcRects(region); in setVisibleRegion() local 922 auto intError = mComposer.setLayerVisibleRegion(mDisplay->getId(), mId, hwcRects); in setVisibleRegion() 986 const auto hwcRects = convertRegionToHwcRects(region); in setBlockingRegion() local 987 const auto intError = mComposer.setLayerBlockingRegion(mDisplay->getId(), mId, hwcRects); in setBlockingRegion()
|