Searched defs:TestLayer (Results 1 – 4 of 4) sorted by relevance
83 struct TestLayer { struct in android::compositionengine::__anon9f5ff3fd0111::FlattenerTest84 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;
83 struct TestLayer { struct in android::compositionengine::__anone0c2ad7c0111::CachedSetTest84 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;
55 TestLayer(const std::shared_ptr<ComposerClient>& client, Display display) in TestLayer() function
53 TestLayer(const std::shared_ptr<VtsComposerClient>& client, int64_t display, in TestLayer() function