Home
last modified time | relevance | path

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

/qemu/ui/
H A Dsdl2-gl.c68 assert(scon->opengl); in sdl2_gl_update()
85 assert(scon->opengl); in sdl2_gl_switch()
115 assert(scon->opengl); in sdl2_gl_refresh()
127 assert(scon->opengl); in sdl2_gl_redraw()
145 assert(scon->opengl); in sdl2_gl_create_context()
187 assert(scon->opengl); in sdl2_gl_make_context_current()
196 assert(scon->opengl); in sdl2_gl_scanout_disable()
213 assert(scon->opengl); in sdl2_gl_scanout_texture()
233 assert(scon->opengl); in sdl2_gl_scanout_flush()
H A Dmeson.build57 system_ss.add(opengl)
58 if opengl.found()
61 opengl_ss.add(when: [opengl],
63 ui_modules += {'opengl' : opengl_ss}
66 if opengl.found()
68 egl_headless_ss.add(when: [opengl, pixman],
99 ), opengl, gbm, pixman, dbus_display1])
114 gtk_ss.add(when: opengl, if_true: files('gtk-gl-area.c'))
115 gtk_ss.add(when: [x11, opengl], if_true: files('gtk-egl.c'))
126 sdl_ss.add(when: opengl, if_true: files('sdl2-gl.c'))
H A Dsdl2-2d.c38 assert(!scon->opengl); in sdl2_2d_update()
66 assert(!scon->opengl); in sdl2_2d_switch()
131 assert(!scon->opengl); in sdl2_2d_refresh()
138 assert(!scon->opengl); in sdl2_2d_redraw()
H A Dsdl2.c97 if (scon->opengl) { in sdl2_window_create()
107 if (scon->opengl) { in sdl2_window_create()
157 if (scon->opengl) { in sdl2_redraw()
426 if (!scon->opengl) { in handle_keydown()
900 sdl2_console[i].opengl = display_opengl; in sdl2_display_init()
904 sdl2_console[i].opengl = 0; in sdl2_display_init()
/qemu/hw/display/
H A Dmeson.build79 if virgl.found() and opengl.found()
81 virtio_gpu_gl_ss.add(when: ['CONFIG_VIRTIO_GPU', virgl, opengl],
102 if virgl.found() and opengl.found()
104 virtio_gpu_pci_gl_ss.add(when: ['CONFIG_VIRTIO_GPU', 'CONFIG_VIRTIO_PCI', virgl, opengl],
126 if virgl.found() and opengl.found()
128 virtio_vga_gl_ss.add(when: ['CONFIG_VIRTIO_VGA', virgl, opengl],
/qemu/contrib/vhost-user-gpu/
H A Dmeson.build3 dependencies: [qemuutil, pixman, gbm, virgl, vhost_user, opengl],
/qemu/include/ui/
H A Dsdl2.h41 int opengl; member
/qemu/scripts/coverity-scan/
H A Drun-coverity-scan419 --enable-opengl --enable-vte --enable-gnutls \
/qemu/scripts/
H A Dmeson-buildoptions.sh417 --enable-opengl) printf "%s" -Dopengl=enabled ;;
418 --disable-opengl) printf "%s" -Dopengl=disabled ;;
/qemu/
H A Dmeson.build1778 opengl = not_found variable
1779 if not get_option('opengl').auto() or have_system or have_vhost_user_gpu
1781 required: get_option('opengl'))
1783 opengl = epoxy variable
1784 elif get_option('opengl').enabled()
1789 if (have_system or have_tools) and (virgl.found() or opengl.found())
1792 have_vhost_user_gpu = have_vhost_user_gpu and virgl.found() and opengl.found() and gbm.found()
2528 config_host_data.set('CONFIG_OPENGL', opengl.found())
3310 (opengl.found() ? ['CONFIG_OPENGL=y'] : []) + \
4955 summary_info += {'OpenGL support (epoxy)': opengl}
H A Dmeson_options.txt203 option('opengl', type : 'feature', value : 'auto', feature