Lines Matching refs:mDisplaySurface
62 sp<mock::DisplaySurface> mDisplaySurface = new StrictMock<mock::DisplaySurface>(); member in android::compositionengine::__anon2f9684cc0111::RenderSurfaceTest
66 mDisplaySurface}};
107 EXPECT_CALL(*mDisplaySurface, getClientTargetAcquireFence()).WillOnce(ReturnRef(fence)); in TEST_F()
117 EXPECT_CALL(*mDisplaySurface, resizeBuffers(640, 480)).Times(1); in TEST_F()
179 EXPECT_CALL(*mDisplaySurface, beginFrame(true)).WillOnce(Return(NO_ERROR)); in TEST_F()
189 EXPECT_CALL(*mDisplaySurface, prepareFrame(DisplaySurface::COMPOSITION_MIXED)) in TEST_F()
196 EXPECT_CALL(*mDisplaySurface, prepareFrame(DisplaySurface::COMPOSITION_GPU)) in TEST_F()
203 EXPECT_CALL(*mDisplaySurface, prepareFrame(DisplaySurface::COMPOSITION_HWC)) in TEST_F()
210 EXPECT_CALL(*mDisplaySurface, prepareFrame(DisplaySurface::COMPOSITION_HWC)) in TEST_F()
246 EXPECT_CALL(*mDisplaySurface, advanceFrame()).Times(1); in TEST_F()
264 EXPECT_CALL(*mDisplaySurface, advanceFrame()).Times(1); in TEST_F()
282 EXPECT_CALL(*mDisplaySurface, advanceFrame()).Times(1); in TEST_F()
302 EXPECT_CALL(*mDisplaySurface, advanceFrame()).Times(1); in TEST_F()
322 EXPECT_CALL(*mDisplaySurface, advanceFrame()).Times(1); in TEST_F()
334 EXPECT_CALL(*mDisplaySurface, onFrameCommitted()).Times(1); in TEST_F()