Home | History | Annotate | Download | only in output

Lines Matching refs:output_surface_

17   DelegatingRendererTest() : LayerTreeTest(), output_surface_(NULL) {}
24 output_surface_ = output_surface.get();
30 FakeOutputSurface* output_surface_;
46 EXPECT_EQ(0u, output_surface_->num_sent_frames());
48 const CompositorFrame& last_frame = output_surface_->last_sent_frame();
57 EXPECT_EQ(0u, output_surface_->num_sent_frames());
63 EXPECT_EQ(1u, output_surface_->num_sent_frames());
65 const CompositorFrame& last_frame = output_surface_->last_sent_frame();
117 EXPECT_EQ(0u, output_surface_->num_sent_frames());
123 EXPECT_EQ(1u, output_surface_->num_sent_frames());
125 const CompositorFrame& last_frame = output_surface_->last_sent_frame();