Searched refs:dpy_gl_ctx_create (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/include/ui/ |
| H A D | console.h | 282 QEMUGLContext (*dpy_gl_ctx_create)(DisplayGLCtx *dgc, member 344 QEMUGLContext dpy_gl_ctx_create(QemuConsole *con,
|
| /openbmc/qemu/ui/ |
| H A D | egl-headless.c | 203 .dpy_gl_ctx_create = egl_create_context,
|
| H A D | dbus.c | 84 .dpy_gl_ctx_create = dbus_create_context,
|
| H A D | console.c | 982 QEMUGLContext dpy_gl_ctx_create(QemuConsole *con, in dpy_gl_ctx_create() function 986 return con->gl->ops->dpy_gl_ctx_create(con->gl, qparams); in dpy_gl_ctx_create()
|
| H A D | sdl2.c | 822 .dpy_gl_ctx_create = sdl2_gl_create_context,
|
| H A D | gtk.c | 637 .dpy_gl_ctx_create = gd_gl_area_create_context, 671 .dpy_gl_ctx_create = gd_egl_create_context,
|
| H A D | spice-display.c | 1386 .dpy_gl_ctx_create = qemu_spice_gl_create_context,
|
| /openbmc/qemu/hw/display/ |
| H A D | virtio-gpu-virgl.c | 1052 ctx = dpy_gl_ctx_create(g->parent_obj.scanout[scanout_idx].con, &qparams); in virgl_destroy_context()
|