Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DReadbackVts.h98 class TestColorLayer : public TestLayer {
100 TestColorLayer(const std::shared_ptr<ComposerClient>& client, Display display) in TestColorLayer() function
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp236 void TestColorLayer::write(const std::shared_ptr<CommandWriterBase>& writer) { in write()
242 LayerSettings TestColorLayer::toRenderEngineLayerSettings() { in toRenderEngineLayerSettings()
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp212 auto layer = std::make_shared<TestColorLayer>(mComposerClient, mPrimaryDisplay); in TEST_P()
346 auto layer = std::make_shared<TestColorLayer>(mComposerClient, mPrimaryDisplay); in TEST_P()
737 auto layer = std::make_shared<TestColorLayer>(mComposerClient, mPrimaryDisplay); in TEST_P()
871 auto redLayer = std::make_shared<TestColorLayer>(mComposerClient, mPrimaryDisplay); in TEST_P()
875 auto blueLayer = std::make_shared<TestColorLayer>(mComposerClient, mPrimaryDisplay); in TEST_P()
954 auto backgroundLayer = std::make_shared<TestColorLayer>(mComposerClient, mPrimaryDisplay); in setUpLayers()
1187 auto backgroundLayer = std::make_shared<TestColorLayer>(mComposerClient, mPrimaryDisplay); in SetUp()