Searched refs:gl_flushed (Results 1 – 6 of 6) sorted by relevance
122 if (vgc->gl_flushed) { in virtio_gpu_gl_flushed()123 vgc->gl_flushed(g); in virtio_gpu_gl_flushed()
152 vbc->gl_flushed = virtio_gpu_gl_flushed; in virtio_gpu_gl_class_init()
660 vgc->gl_flushed = vhost_user_gpu_gl_flushed; in vhost_user_gpu_class_init()
1121 vbc->gl_flushed = virtio_gpu_rutabaga_gl_flushed; in virtio_gpu_rutabaga_class_init()
1679 vgbc->gl_flushed = virtio_gpu_handle_gl_flushed; in virtio_gpu_class_init()
161 void (*gl_flushed)(VirtIOGPUBase *g); member