Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputTest.cpp128 struct OutputTest : public testing::Test { struct
129 class Output : public impl::Output {
135 static std::shared_ptr<Output> createOutput( in createOutput()
140 OutputTest() { in OutputTest() function
149 void injectOutputLayer(InjectedLayer& layer) { in injectOutputLayer()
153 void injectNullOutputLayer() { in injectNullOutputLayer()
157 static const Rect kDefaultDisplaySize;
196 TEST_F(OutputTest, canInstantiateOutput) { in TEST_F() argument
289 TEST_F(OutputTest, setProjectionWorks) { in TEST_F() argument
555 TEST_F(OutputTest, setRenderSurfaceResetsBounds) { in TEST_F() argument
[all …]