Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2TestProperties.cpp691 hwc_rect_t* hwcRects = new hwc_rect_t[size]; in set() local
693 hwcRects[i].left = rects[i].left; in set()
694 hwcRects[i].top = rects[i].top; in set()
695 hwcRects[i].right = rects[i].right; in set()
696 hwcRects[i].bottom = rects[i].bottom; in set()
698 mVisibleRegion.rects = hwcRects; in set()
/frameworks/native/opengl/tests/hwc/
DAndroid.mk65 LOCAL_MODULE:= hwcRects
69 LOCAL_SRC_FILES:= hwcRects.cpp
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.cpp848 std::vector<Hwc2::IComposerClient::Rect> hwcRects; in setSurfaceDamage() local
850 hwcRects.push_back({rectArray[rect].left, rectArray[rect].top, in setSurfaceDamage()
855 mId, hwcRects); in setSurfaceDamage()
943 std::vector<Hwc2::IComposerClient::Rect> hwcRects; in setVisibleRegion() local
945 hwcRects.push_back({rectArray[rect].left, rectArray[rect].top, in setVisibleRegion()
950 mId, hwcRects); in setVisibleRegion()