Home
last modified time | relevance | path

Searched defs:TestLayer (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DFlattenerTest.cpp79 struct TestLayer { struct in android::compositionengine::__anon395738f30110::FlattenerTest
80 std::string name;
81 mock::OutputLayer outputLayer;
82 impl::OutputLayerCompositionState outputLayerCompositionState;
84 sp<mock::LayerFE> layerFE;
85 LayerFECompositionState layerFECompositionState;
87 std::unique_ptr<LayerState> layerState;
H A DCachedSetTest.cpp74 struct TestLayer { struct in android::compositionengine::__anon7ab9f2720110::CachedSetTest
75 mock::OutputLayer outputLayer;
76 impl::OutputLayerCompositionState outputLayerCompositionState;
78 sp<mock::LayerFE> layerFE;
79 LayerFECompositionState layerFECompositionState;
81 std::unique_ptr<LayerState> layerState;
82 std::unique_ptr<CachedSet::Layer> cachedSetLayer;
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
H A DReadbackVts.h59 TestLayer(const std::shared_ptr<ComposerClient>& client, Display display) in TestLayer() function