Home
last modified time | relevance | path

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

/openbmc/qemu/hw/display/
H A Dvirtio-gpu-base.c151 flags |= GRAPHIC_FLAGS_GL; in virtio_gpu_get_flags()
/openbmc/qemu/include/ui/
H A Dconsole.h364 GRAPHIC_FLAGS_GL = 1 << 0, enumerator
/openbmc/qemu/hw/vfio/
H A Ddisplay.c347 return GRAPHIC_FLAGS_GL | GRAPHIC_FLAGS_DMABUF; in vfio_display_get_flags()
/openbmc/qemu/ui/
H A Dconsole.c586 if (flags & GRAPHIC_FLAGS_GL && in console_compatible_with()