Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/aidl/vts/
DReadbackVts.h105 class TestColorLayer : public TestLayer {
107 TestColorLayer(const std::shared_ptr<VtsComposerClient>& client, int64_t display) in TestColorLayer() function
DVtsHalGraphicsComposer3_ReadbackTest.cpp281 auto layer = std::make_shared<TestColorLayer>(mComposerClient, getPrimaryDisplayId()); in TEST_P()
393 auto layer = std::make_shared<TestColorLayer>(mComposerClient, getPrimaryDisplayId()); in TEST_P()
785 auto layer = std::make_shared<TestColorLayer>(mComposerClient, getPrimaryDisplayId()); in TEST_P()
897 auto redLayer = std::make_shared<TestColorLayer>(mComposerClient, getPrimaryDisplayId()); in TEST_P()
901 auto blueLayer = std::make_shared<TestColorLayer>(mComposerClient, getPrimaryDisplayId()); in TEST_P()
1004 std::make_shared<TestColorLayer>(mComposerClient, getPrimaryDisplayId()); in TEST_P()
1011 std::make_shared<TestColorLayer>(mComposerClient, getPrimaryDisplayId()); in TEST_P()
1081 std::make_shared<TestColorLayer>(mComposerClient, getPrimaryDisplayId()); in setUpLayers()
1276 std::make_shared<TestColorLayer>(mComposerClient, getPrimaryDisplayId()); in SetUp()
DReadbackVts.cpp251 void TestColorLayer::write(ComposerClientWriter& writer) { in write()
257 LayerSettings TestColorLayer::toRenderEngineLayerSettings() { in toRenderEngineLayerSettings()
/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.cpp237 void TestColorLayer::write(const std::shared_ptr<CommandWriterBase>& writer) { in write()
243 LayerSettings TestColorLayer::toRenderEngineLayerSettings() { in toRenderEngineLayerSettings()
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp211 auto layer = std::make_shared<TestColorLayer>(mComposerClient, mPrimaryDisplay); in TEST_P()
345 auto layer = std::make_shared<TestColorLayer>(mComposerClient, mPrimaryDisplay); in TEST_P()
736 auto layer = std::make_shared<TestColorLayer>(mComposerClient, mPrimaryDisplay); in TEST_P()
870 auto redLayer = std::make_shared<TestColorLayer>(mComposerClient, mPrimaryDisplay); in TEST_P()
874 auto blueLayer = std::make_shared<TestColorLayer>(mComposerClient, mPrimaryDisplay); in TEST_P()
953 auto backgroundLayer = std::make_shared<TestColorLayer>(mComposerClient, mPrimaryDisplay); in setUpLayers()
1186 auto backgroundLayer = std::make_shared<TestColorLayer>(mComposerClient, mPrimaryDisplay); in SetUp()