Home
last modified time | relevance | path

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

/qemu/include/ui/
H A Dconsole.h285 QEMUGLContext (*dpy_gl_ctx_create)(DisplayGLCtx *dgc, member
348 QEMUGLContext dpy_gl_ctx_create(QemuConsole *con,
/qemu/ui/
H A Degl-headless.c203 .dpy_gl_ctx_create = egl_create_context,
H A Ddbus.c85 .dpy_gl_ctx_create = dbus_create_context,
H A Dconsole.c1016 QEMUGLContext dpy_gl_ctx_create(QemuConsole *con, in dpy_gl_ctx_create() function
1020 return con->gl->ops->dpy_gl_ctx_create(con->gl, qparams); in dpy_gl_ctx_create()
H A Dsdl2.c831 .dpy_gl_ctx_create = sdl2_gl_create_context,
H A Dgtk.c638 .dpy_gl_ctx_create = gd_gl_area_create_context,
672 .dpy_gl_ctx_create = gd_egl_create_context,
H A Dspice-display.c1139 .dpy_gl_ctx_create = qemu_spice_gl_create_context,
/qemu/hw/display/
H A Dvirtio-gpu-virgl.c544 ctx = dpy_gl_ctx_create(g->parent_obj.scanout[scanout_idx].con, &qparams); in virgl_create_context()