Searched defs:OutputPrepareFrameAsyncTest (Results 1 – 1 of 1) sorted by relevance
1043 struct OutputPrepareFrameAsyncTest : public testing::Test { struct1044 struct OutputPartialMock : public OutputPartialMockBase {1062 OutputPrepareFrameAsyncTest() { in OutputPrepareFrameAsyncTest() argument1068 StrictMock<mock::CompositionEngine> mCompositionEngine;1069 mock::DisplayColorProfile* mDisplayColorProfile = new StrictMock<mock::DisplayColorProfile>();1070 mock::RenderSurface* mRenderSurface = new StrictMock<mock::RenderSurface>();1071 StrictMock<OutputPartialMock> mOutput;1072 CompositionRefreshArgs mRefreshArgs;1075 TEST_F(OutputPrepareFrameAsyncTest, delegatesToChooseCompositionStrategyAndRenderSurface) { in TEST_F() argument1099 TEST_F(OutputPrepareFrameAsyncTest, skipCompositionOnDequeueFailure) { in TEST_F() argument[all …]