Home
last modified time | relevance | path

Searched refs:dpy_gl_ctx_make_current (Results 1 – 8 of 8) 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.c87 .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.c813 .dpy_gl_ctx_make_current = sdl2_gl_make_context_current,
H A Dgtk.c640 .dpy_gl_ctx_make_current = gd_gl_area_make_current,
674 .dpy_gl_ctx_make_current = gd_egl_make_current,
H A Dspice-display.c1142 .dpy_gl_ctx_make_current = qemu_egl_make_context_current,
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-virgl.c1029 return dpy_gl_ctx_make_current(g->parent_obj.scanout[scanout_idx].con, in virgl_make_context_current()