Home
last modified time | relevance | path

Searched refs:clientFrame (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp569 IComposerClient::Rect clientFrame = {0, mDisplayHeight / 2, mDisplayWidth, mDisplayHeight}; in TEST_P() local
570 clientLayer->setDisplayFrame(clientFrame); in TEST_P()
593 ReadbackHelper::fillColorsArea(clientColors, mDisplayWidth, clientFrame, RED); in TEST_P()
600 std::vector<IComposerClient::Rect>(1, clientFrame)); in TEST_P()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_ReadbackTest.cpp660 common::Rect clientFrame = {0, getDisplayHeight() / 2, getDisplayWidth(), in TEST_P() local
662 clientLayer->setDisplayFrame(clientFrame); in TEST_P()
685 ReadbackHelper::fillColorsArea(clientColors, getDisplayWidth(), clientFrame, RED); in TEST_P()
693 clientDataspace, std::vector<common::Rect>(1, clientFrame), 1.f); in TEST_P()