Home
last modified time | relevance | path

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

/qemu/include/ui/
H A Dconsole.h287 void (*dpy_gl_ctx_destroy)(DisplayGLCtx *dgc,
350 void dpy_gl_ctx_destroy(QemuConsole *con, QEMUGLContext ctx);
305 void (*dpy_gl_ctx_destroy)(DisplayGLCtx *dgc, global() member
/qemu/ui/
H A Degl-headless.c204 .dpy_gl_ctx_destroy = qemu_egl_destroy_context, in early_egl_headless_init()
H A Ddbus.c86 .dpy_gl_ctx_destroy = qemu_egl_destroy_context,
H A Dconsole.c1023 void dpy_gl_ctx_destroy(QemuConsole *con, QEMUGLContext ctx) in dpy_gl_ctx_destroy() function
1026 con->gl->ops->dpy_gl_ctx_destroy(con->gl, ctx); in dpy_gl_ctx_destroy()
H A Dsdl2.c832 .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.c1140 .dpy_gl_ctx_destroy = qemu_egl_destroy_context, in qemu_spice_display_init_one()
/qemu/hw/display/
H A Dvirtio-gpu-virgl.c553 dpy_gl_ctx_destroy(g->parent_obj.scanout[0].con, qctx); in virgl_destroy_context()