Home | History | Annotate | Download | only in vdpau

Lines Matching refs:vscreen

189    *current_time = pq->device->vscreen->get_timestamp(pq->device->vscreen,
218 struct vl_screen *vscreen;
231 vscreen = pq->device->vscreen;
234 if (vscreen->set_back_texture_from_output && surf->send_to_X)
235 vscreen->set_back_texture_from_output(vscreen, surf->surface->texture, clip_width, clip_height);
236 tex = vscreen->texture_from_drawable(vscreen, (void *)pq->drawable);
242 if (!vscreen->set_back_texture_from_output || !surf->send_to_X) {
243 dirty_area = vscreen->get_dirty_area(vscreen);
265 vscreen->set_next_timestamp(vscreen, earliest_presentation_time);
272 vscreen->get_private(vscreen), NULL);
292 if (!vscreen->set_back_texture_from_output || !surf->send_to_X) {
326 screen = pq->device->vscreen->pscreen;
368 screen = pq->device->vscreen->pscreen;