Lines Matching refs:pending_stream
450 struct xwl_eglstream_pending_stream *pending_stream; in xwl_eglstream_queue_pending_stream() local
461 pending_stream = malloc(sizeof(*pending_stream)); in xwl_eglstream_queue_pending_stream()
462 pending_stream->window = window; in xwl_eglstream_queue_pending_stream()
463 pending_stream->pixmap = pixmap; in xwl_eglstream_queue_pending_stream()
464 pending_stream->xwl_pixmap = xwl_pixmap_get(pixmap); in xwl_eglstream_queue_pending_stream()
465 pending_stream->is_valid = TRUE; in xwl_eglstream_queue_pending_stream()
466 xorg_list_init(&pending_stream->link); in xwl_eglstream_queue_pending_stream()
467 xorg_list_add(&pending_stream->link, &xwl_eglstream->pending_streams); in xwl_eglstream_queue_pending_stream()
468 xwl_eglstream_window_set_pending(window, pending_stream); in xwl_eglstream_queue_pending_stream()
470 pending_stream->cb = wl_display_sync(xwl_screen->display); in xwl_eglstream_queue_pending_stream()
471 wl_callback_add_listener(pending_stream->cb, &consumer_ready_listener, in xwl_eglstream_queue_pending_stream()