Home | History | Annotate | Download | only in vl

Lines Matching refs:fb_state

405    c->fb_state.nr_cbufs = 1;
406 c->fb_state.zsbuf = NULL;
683 layer->viewport.scale[0] = c->fb_state.width;
684 layer->viewport.scale[1] = c->fb_state.height;
991 c->fb_state.width = dst_surface->width;
992 c->fb_state.height = dst_surface->height;
993 c->fb_state.cbufs[0] = dst_surface;
1014 c->pipe->set_framebuffer_state(c->pipe, &c->fb_state);