Home | History | Annotate | Download | only in llvmpipe

Lines Matching defs:winsys

428    struct sw_winsys *winsys = screen->winsys;
488 if(!winsys->is_displaytarget_format_supported(winsys, bind, format))
538 struct sw_winsys *winsys = screen->winsys;
543 winsys->displaytarget_display(winsys, texture->dt, context_private, sub_box);
550 struct sw_winsys *winsys = screen->winsys;
557 if(winsys->destroy)
558 winsys->destroy(winsys);
612 llvmpipe_create_screen(struct sw_winsys *winsys)
633 screen->winsys = winsys;