Lines Matching full:framebuffer
75 struct pipe_framebuffer_state framebuffer;
219 memset(&p->framebuffer, 0, sizeof(p->framebuffer));
220 p->framebuffer.width = WIDTH;
221 p->framebuffer.height = HEIGHT;
222 p->framebuffer.nr_cbufs = 1;
223 p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, p->target, &surf_tmpl);
286 pipe_surface_reference(&p->framebuffer.cbufs[0], NULL);
304 cso_set_framebuffer(p->cso, &p->framebuffer);
336 debug_dump_surface_bmp(p->pipe, "result.bmp", p->framebuffer.cbufs[0]);