40 auto mock_gles_impl = std::make_unique<MockGLESImpl>();
42 EXPECT_CALL(*mock_gles_impl, CheckFramebufferStatus(_)).Times(1);
44 EXPECT_CALL(*mock_gles_impl, CheckFramebufferStatus(_)).Times(0);
47 mock_gles->GetProcTable().CheckFramebufferStatusDebug(0);