Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvirtio-gpu-base.c122 if (vgc->gl_flushed) { in virtio_gpu_gl_flushed()
123 vgc->gl_flushed(g); in virtio_gpu_gl_flushed()
H A Dvirtio-gpu-gl.c152 vbc->gl_flushed = virtio_gpu_gl_flushed; in virtio_gpu_gl_class_init()
H A Dvhost-user-gpu.c660 vgc->gl_flushed = vhost_user_gpu_gl_flushed; in vhost_user_gpu_class_init()
H A Dvirtio-gpu-rutabaga.c1121 vbc->gl_flushed = virtio_gpu_rutabaga_gl_flushed; in virtio_gpu_rutabaga_class_init()
H A Dvirtio-gpu.c1679 vgbc->gl_flushed = virtio_gpu_handle_gl_flushed; in virtio_gpu_class_init()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-gpu.h161 void (*gl_flushed)(VirtIOGPUBase *g); member