Searched defs:GenerateClientCompositionRequestsTest (Results 1 – 1 of 1) sorted by relevance
4390 struct GenerateClientCompositionRequestsTest : public testing::Test { struct4391 struct OutputPartialMock : public OutputPartialMockBase {4401 struct Layer {4418 GenerateClientCompositionRequestsTest() { in GenerateClientCompositionRequestsTest() function4427 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