Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/CompositionEngine/tests/
DOutputTest.cpp4135 struct GenerateClientCompositionRequestsTest : public testing::Test { struct
4136 struct OutputPartialMock : public OutputPartialMockBase {
4146 struct Layer {
4163 GenerateClientCompositionRequestsTest() { in GenerateClientCompositionRequestsTest() argument
4171 static constexpr float kLayerWhitePointNits = 200.f;
4173 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();
4174 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();
4175 StrictMock<OutputPartialMock> mOutput;
4813 TEST_F(GenerateClientCompositionRequestsTest, handlesLandscapeModeSplitScreenRequests) { in TEST_F() argument