Searched defs:GenerateClientCompositionRequestsTest (Results 1 – 1 of 1) sorted by relevance
4135 struct GenerateClientCompositionRequestsTest : public testing::Test { struct4136 struct OutputPartialMock : public OutputPartialMockBase {4146 struct Layer {4163 GenerateClientCompositionRequestsTest() { in GenerateClientCompositionRequestsTest() argument4171 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