Searched refs:dpy_gl_ctx_make_current (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/include/ui/ |
| H A D | console.h | 286 int (*dpy_gl_ctx_make_current)(DisplayGLCtx *dgc, member 347 int dpy_gl_ctx_make_current(QemuConsole *con, QEMUGLContext ctx);
|
| /openbmc/qemu/ui/ |
| H A D | egl-headless.c | 205 .dpy_gl_ctx_make_current = qemu_egl_make_context_current,
|
| H A D | dbus.c | 86 .dpy_gl_ctx_make_current = qemu_egl_make_context_current,
|
| H A D | console.c | 995 int dpy_gl_ctx_make_current(QemuConsole *con, QEMUGLContext ctx) in dpy_gl_ctx_make_current() function 998 return con->gl->ops->dpy_gl_ctx_make_current(con->gl, ctx); in dpy_gl_ctx_make_current()
|
| H A D | sdl2.c | 824 .dpy_gl_ctx_make_current = sdl2_gl_make_context_current,
|
| H A D | gtk.c | 639 .dpy_gl_ctx_make_current = gd_gl_area_make_current, 673 .dpy_gl_ctx_make_current = gd_egl_make_current,
|
| H A D | spice-display.c | 1388 .dpy_gl_ctx_make_current = qemu_egl_make_context_current,
|