Searched refs:dpy_gl_ctx_create (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | console.h | 285 QEMUGLContext (*dpy_gl_ctx_create)(DisplayGLCtx *dgc, member 347 QEMUGLContext dpy_gl_ctx_create(QemuConsole *con,
|
/openbmc/qemu/ui/ |
H A D | egl-headless.c | 203 .dpy_gl_ctx_create = egl_create_context,
|
H A D | dbus.c | 85 .dpy_gl_ctx_create = dbus_create_context,
|
H A D | console.c | 984 QEMUGLContext dpy_gl_ctx_create(QemuConsole *con, in dpy_gl_ctx_create() function 988 return con->gl->ops->dpy_gl_ctx_create(con->gl, qparams); in dpy_gl_ctx_create()
|
H A D | sdl2.c | 832 .dpy_gl_ctx_create = sdl2_gl_create_context,
|
H A D | gtk.c | 638 .dpy_gl_ctx_create = gd_gl_area_create_context, 672 .dpy_gl_ctx_create = gd_egl_create_context,
|
H A D | spice-display.c | 1140 .dpy_gl_ctx_create = qemu_spice_gl_create_context,
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu-virgl.c | 544 ctx = dpy_gl_ctx_create(g->parent_obj.scanout[scanout_idx].con, &qparams); in virgl_create_context()
|