Searched refs:dpy_gl_ctx_destroy (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | console.h | 284 void (*dpy_gl_ctx_destroy)(DisplayGLCtx *dgc, member 346 void dpy_gl_ctx_destroy(QemuConsole *con, QEMUGLContext ctx);
|
/openbmc/qemu/ui/ |
H A D | egl-headless.c | 204 .dpy_gl_ctx_destroy = qemu_egl_destroy_context,
|
H A D | dbus.c | 86 .dpy_gl_ctx_destroy = qemu_egl_destroy_context,
|
H A D | console.c | 989 void dpy_gl_ctx_destroy(QemuConsole *con, QEMUGLContext ctx) in dpy_gl_ctx_destroy() function 992 con->gl->ops->dpy_gl_ctx_destroy(con->gl, ctx); in dpy_gl_ctx_destroy()
|
H A D | sdl2.c | 812 .dpy_gl_ctx_destroy = sdl2_gl_destroy_context,
|
H A D | gtk.c | 639 .dpy_gl_ctx_destroy = gd_gl_area_destroy_context, 673 .dpy_gl_ctx_destroy = qemu_egl_destroy_context,
|
H A D | spice-display.c | 1141 .dpy_gl_ctx_destroy = qemu_egl_destroy_context,
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu-virgl.c | 1020 dpy_gl_ctx_destroy(g->parent_obj.scanout[0].con, qctx); in virgl_destroy_context()
|