Searched refs:opengl (Results 1 – 11 of 11) sorted by relevance
/qemu/ui/ |
H A D | sdl2-gl.c | 68 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 D | meson.build | 57 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 D | sdl2-2d.c | 38 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 D | sdl2.c | 97 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 D | meson.build | 79 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 D | meson.build | 3 dependencies: [qemuutil, pixman, gbm, virgl, vhost_user, opengl],
|
/qemu/include/ui/ |
H A D | sdl2.h | 41 int opengl; member
|
/qemu/scripts/coverity-scan/ |
H A D | run-coverity-scan | 419 --enable-opengl --enable-vte --enable-gnutls \
|
/qemu/scripts/ |
H A D | meson-buildoptions.sh | 417 --enable-opengl) printf "%s" -Dopengl=enabled ;; 418 --disable-opengl) printf "%s" -Dopengl=disabled ;;
|
/qemu/ |
H A D | meson.build | 1778 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 D | meson_options.txt | 203 option('opengl', type : 'feature', value : 'auto', feature
|