Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
H A DOutputTest.cpp4390 struct GenerateClientCompositionRequestsTest : public testing::Test { struct
4391 struct OutputPartialMock : public OutputPartialMockBase {
4401 struct Layer {
4418 GenerateClientCompositionRequestsTest() { in GenerateClientCompositionRequestsTest() function
4427 static constexpr float kLayerWhitePointNits = 200.f;
4429 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();
4430 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();
4431 StrictMock<OutputPartialMock> mOutput;
5197 TEST_F(GenerateClientCompositionRequestsTest, handlesLandscapeModeSplitScreenRequests) { in TEST_F() argument