Home
last modified time | relevance | path

Searched refs:dpy_gl_ctx_destroy (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/ui/
H A Dconsole.h284 void (*dpy_gl_ctx_destroy)(DisplayGLCtx *dgc, member
346 void dpy_gl_ctx_destroy(QemuConsole *con, QEMUGLContext ctx);
/openbmc/qemu/ui/
H A Degl-headless.c204 .dpy_gl_ctx_destroy = qemu_egl_destroy_context,
H A Ddbus.c86 .dpy_gl_ctx_destroy = qemu_egl_destroy_context,
H A Dconsole.c989 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 Dsdl2.c812 .dpy_gl_ctx_destroy = sdl2_gl_destroy_context,
H A Dgtk.c639 .dpy_gl_ctx_destroy = gd_gl_area_destroy_context,
673 .dpy_gl_ctx_destroy = qemu_egl_destroy_context,
H A Dspice-display.c1141 .dpy_gl_ctx_destroy = qemu_egl_destroy_context,
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-virgl.c1020 dpy_gl_ctx_destroy(g->parent_obj.scanout[0].con, qctx); in virgl_destroy_context()