Searched refs:mSideLength (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 1177 mSideLength = mDisplayWidth < mDisplayHeight ? mDisplayWidth : mDisplayHeight; in SetUp() 1178 IComposerClient::Rect redRect = {0, 0, mSideLength / 2, mSideLength / 2}; in SetUp() 1179 IComposerClient::Rect blueRect = {mSideLength / 2, mSideLength / 2, mSideLength, in SetUp() 1180 mSideLength}; in SetUp() 1183 mPrimaryDisplay, mSideLength, mSideLength, in SetUp() 1185 mLayer->setDisplayFrame({0, 0, mSideLength, mSideLength}); in SetUp() 1188 std::vector<IComposerClient::Color> baseColors(mSideLength * mSideLength); in SetUp() 1189 ReadbackHelper::fillColorsArea(baseColors, mSideLength, redRect, RED); in SetUp() 1190 ReadbackHelper::fillColorsArea(baseColors, mSideLength, blueRect, BLUE); in SetUp() 1200 int mSideLength; member in android::hardware::graphics::composer::V2_2::vts::__anon8cadd1370111::GraphicsTransformCompositionTest [all …]
|
/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsHalGraphicsComposer3_ReadbackTest.cpp | 1283 mSideLength = in SetUp() 1285 common::Rect redRect = {0, 0, mSideLength / 2, mSideLength / 2}; in SetUp() 1286 common::Rect blueRect = {mSideLength / 2, mSideLength / 2, mSideLength, mSideLength}; in SetUp() 1289 getPrimaryDisplayId(), mSideLength, mSideLength, in SetUp() 1291 mLayer->setDisplayFrame({0, 0, mSideLength, mSideLength}); in SetUp() 1294 std::vector<Color> baseColors(static_cast<size_t>(mSideLength * mSideLength)); in SetUp() 1295 ReadbackHelper::fillColorsArea(baseColors, mSideLength, redRect, RED); in SetUp() 1296 ReadbackHelper::fillColorsArea(baseColors, mSideLength, blueRect, BLUE); in SetUp() 1304 int mSideLength; member in aidl::android::hardware::graphics::composer3::vts::__anon368924b60111::GraphicsTransformCompositionTest 1333 {mSideLength / 2, 0, mSideLength, mSideLength / 2}, RED); in TEST_P() [all …]
|