Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_ReadbackTest.cpp722 common::Rect redRect = {0, 0, getDisplayWidth() / 4, getDisplayHeight() / 4}; in TEST_P() local
726 ReadbackHelper::fillColorsArea(expectedColors, getDisplayWidth(), redRect, RED); in TEST_P()
759 redRect = {getDisplayWidth() / 4, getDisplayHeight() / 4, getDisplayWidth() / 2, in TEST_P()
763 ReadbackHelper::fillColorsArea(expectedColors, getDisplayWidth(), redRect, RED); in TEST_P()
912 common::Rect redRect = {0, 0, getDisplayWidth(), getDisplayHeight() / 2}; in TEST_P() local
917 redLayer->setDisplayFrame(redRect); in TEST_P()
934 ReadbackHelper::fillColorsArea(expectedColors, getDisplayWidth(), redRect, RED); in TEST_P()
958 ReadbackHelper::fillColorsArea(expectedColors, getDisplayWidth(), redRect, RED); in TEST_P()
995 const common::Rect redRect = {0, 0, getDisplayWidth(), getDisplayHeight() / 2}; in TEST_P() local
1004 redLayer->setDisplayFrame(redRect); in TEST_P()
[all …]
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp639 IComposerClient::Rect redRect = {0, 0, mDisplayWidth / 4, mDisplayHeight / 4}; in TEST_P() local
642 ReadbackHelper::fillColorsArea(expectedColors, mDisplayWidth, redRect, RED); in TEST_P()
675 redRect = {mDisplayWidth / 4, mDisplayHeight / 4, mDisplayWidth / 2, mDisplayHeight / 2}; in TEST_P()
677 ReadbackHelper::fillColorsArea(expectedColors, mDisplayWidth, redRect, RED); in TEST_P()
854 IComposerClient::Rect redRect = {0, 0, mDisplayWidth, mDisplayHeight / 2}; in TEST_P() local
858 redLayer->setDisplayFrame(redRect); in TEST_P()
873 ReadbackHelper::fillColorsArea(expectedColors, mDisplayWidth, redRect, RED); in TEST_P()
896 ReadbackHelper::fillColorsArea(expectedColors, mDisplayWidth, redRect, RED); in TEST_P()
1178 IComposerClient::Rect redRect = {0, 0, mSideLength / 2, mSideLength / 2}; in SetUp() local
1189 ReadbackHelper::fillColorsArea(baseColors, mSideLength, redRect, RED); in SetUp()