Home
last modified time | relevance | path

Searched refs:dpy_gl_ctx_make_current (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/ui/
H A Dconsole.h286 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 Degl-headless.c205 .dpy_gl_ctx_make_current = qemu_egl_make_context_current,
H A Ddbus.c86 .dpy_gl_ctx_make_current = qemu_egl_make_context_current,
H A Dconsole.c995 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 Dsdl2.c824 .dpy_gl_ctx_make_current = sdl2_gl_make_context_current,
H A Dgtk.c639 .dpy_gl_ctx_make_current = gd_gl_area_make_current,
673 .dpy_gl_ctx_make_current = gd_egl_make_current,
H A Dspice-display.c1388 .dpy_gl_ctx_make_current = qemu_egl_make_context_current,