Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DFlattenerTest.cpp83 struct TestLayer { struct in android::compositionengine::__anon9f5ff3fd0111::FlattenerTest
84 std::string name;
85 mock::OutputLayer outputLayer;
86 impl::OutputLayerCompositionState outputLayerCompositionState;
88 sp<mock::LayerFE> layerFE;
89 LayerFECompositionState layerFECompositionState;
91 std::unique_ptr<LayerState> layerState;
H A DCachedSetTest.cpp83 struct TestLayer { struct in android::compositionengine::__anone0c2ad7c0111::CachedSetTest
84 mock::OutputLayer outputLayer;
85 impl::OutputLayerCompositionState outputLayerCompositionState;
87 sp<mock::LayerFE> layerFE;
88 LayerFECompositionState layerFECompositionState;
90 std::unique_ptr<LayerState> layerState;
91 std::unique_ptr<CachedSet::Layer> cachedSetLayer;
/aosp_15_r20/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
H A DReadbackVts.h55 TestLayer(const std::shared_ptr<ComposerClient>& client, Display display) in TestLayer() function
/aosp_15_r20/hardware/interfaces/graphics/composer/aidl/vts/
H A DReadbackVts.h53 TestLayer(const std::shared_ptr<VtsComposerClient>& client, int64_t display, in TestLayer() function