Searched refs:TestColorLayer (Results 1 – 6 of 6) sorted by relevance
| /hardware/interfaces/graphics/composer/aidl/vts/ |
| D | ReadbackVts.h | 105 class TestColorLayer : public TestLayer { 107 TestColorLayer(const std::shared_ptr<VtsComposerClient>& client, int64_t display) in TestColorLayer() function
|
| D | VtsHalGraphicsComposer3_ReadbackTest.cpp | 281 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()
|
| D | ReadbackVts.cpp | 251 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/ |
| D | ReadbackVts.h | 98 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/ |
| D | ReadbackVts.cpp | 237 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/ |
| D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 211 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()
|