Home
last modified time | relevance | path

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

/qemu/include/ui/
H A Dconsole.h289 int (*dpy_gl_ctx_make_current)(DisplayGLCtx *dgc, member
351 int dpy_gl_ctx_make_current(QemuConsole *con, QEMUGLContext ctx);
/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.c1029 int dpy_gl_ctx_make_current(QemuConsole *con, QEMUGLContext ctx) in dpy_gl_ctx_make_current() function
1032 return con->gl->ops->dpy_gl_ctx_make_current(con->gl, ctx); in dpy_gl_ctx_make_current()
H A Dsdl2.c833 .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.c1141 .dpy_gl_ctx_make_current = qemu_egl_make_context_current,
/qemu/hw/display/
H A Dvirtio-gpu-virgl.c562 return dpy_gl_ctx_make_current(g->parent_obj.scanout[scanout_idx].con, in virgl_make_context_current()