Home
last modified time | relevance | path

Searched refs:pending_stream (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-glamor-eglstream.c450 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()
[all …]