Home | History | Annotate | Download | only in postprocess

Lines Matching refs:framebuffer

48    if (in->width0 != ppq->p->framebuffer.width ||
49 in->height0 != ppq->p->framebuffer.height) {
57 unsigned int w = ppq->p->framebuffer.width;
58 unsigned int h = ppq->p->framebuffer.height;
128 p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, out, &p->surf);
135 pipe_surface_reference(&p->framebuffer.cbufs[0], NULL);
186 /** Set the framebuffer as active. */
190 cso_set_framebuffer(p->cso, &p->framebuffer);
193 /** Set the framebuffer as active and clear it. */
197 cso_set_framebuffer(p->cso, &p->framebuffer);