Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp592 std::vector<IComposerClient::Color> clientColors(mDisplayWidth * mDisplayHeight); in TEST_P() local
593 ReadbackHelper::fillColorsArea(clientColors, mDisplayWidth, clientFrame, RED); in TEST_P()
596 clientFormat, clientColors)); in TEST_P()
/hardware/interfaces/graphics/composer/aidl/vts/
DVtsHalGraphicsComposer3_ReadbackTest.cpp683 std::vector<Color> clientColors( in TEST_P() local
685 ReadbackHelper::fillColorsArea(clientColors, getDisplayWidth(), clientFrame, RED); in TEST_P()
688 graphicBuffer->getStride(), clientBufData, clientFormat, clientColors)); in TEST_P()