Searched refs:QEMUGLContext (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | egl-context.h | 7 QEMUGLContext qemu_egl_create_context(DisplayGLCtx *dgc, 9 void qemu_egl_destroy_context(DisplayGLCtx *dgc, QEMUGLContext ctx); 11 QEMUGLContext ctx);
|
H A D | gtk.h | 169 QEMUGLContext gd_egl_create_context(DisplayGLCtx *dgc, 193 QEMUGLContext ctx); 203 QEMUGLContext gd_gl_area_create_context(DisplayGLCtx *dgc, 206 QEMUGLContext ctx); 222 QEMUGLContext ctx);
|
H A D | sdl2.h | 82 QEMUGLContext sdl2_gl_create_context(DisplayGLCtx *dgc, 84 void sdl2_gl_destroy_context(DisplayGLCtx *dgc, QEMUGLContext ctx); 86 QEMUGLContext ctx);
|
H A D | console.h | 178 typedef void *QEMUGLContext; typedef 282 QEMUGLContext (*dpy_gl_ctx_create)(DisplayGLCtx *dgc, 285 QEMUGLContext ctx); 287 QEMUGLContext ctx); 344 QEMUGLContext dpy_gl_ctx_create(QemuConsole *con, 346 void dpy_gl_ctx_destroy(QemuConsole *con, QEMUGLContext ctx); 347 int dpy_gl_ctx_make_current(QemuConsole *con, QEMUGLContext ctx);
|
/openbmc/qemu/ui/ |
H A D | egl-context.c | 5 QEMUGLContext qemu_egl_create_context(DisplayGLCtx *dgc, in qemu_egl_create_context() 28 void qemu_egl_destroy_context(DisplayGLCtx *dgc, QEMUGLContext ctx) in qemu_egl_destroy_context() 34 QEMUGLContext ctx) in qemu_egl_make_context_current()
|
H A D | sdl2-gl.c | 139 QEMUGLContext sdl2_gl_create_context(DisplayGLCtx *dgc, in sdl2_gl_create_context() 171 return (QEMUGLContext)ctx; in sdl2_gl_create_context() 174 void sdl2_gl_destroy_context(DisplayGLCtx *dgc, QEMUGLContext ctx) in sdl2_gl_destroy_context() 182 QEMUGLContext ctx) in sdl2_gl_make_context_current()
|
H A D | gtk-gl-area.c | 199 QEMUGLContext gd_gl_area_create_context(DisplayGLCtx *dgc, in gd_gl_area_create_context() 240 void gd_gl_area_destroy_context(DisplayGLCtx *dgc, QEMUGLContext ctx) in gd_gl_area_destroy_context() 340 QEMUGLContext ctx) in gd_gl_area_make_current()
|
H A D | gtk-egl.c | 217 QEMUGLContext gd_egl_create_context(DisplayGLCtx *dgc, in gd_egl_create_context() 407 QEMUGLContext ctx) in gd_egl_make_current()
|
H A D | egl-headless.c | 42 static QEMUGLContext egl_create_context(DisplayGLCtx *dgc, in egl_create_context()
|
H A D | console.c | 982 QEMUGLContext dpy_gl_ctx_create(QemuConsole *con, in dpy_gl_ctx_create() 989 void dpy_gl_ctx_destroy(QemuConsole *con, QEMUGLContext ctx) in dpy_gl_ctx_destroy() 995 int dpy_gl_ctx_make_current(QemuConsole *con, QEMUGLContext ctx) in dpy_gl_ctx_make_current()
|
H A D | dbus.c | 47 static QEMUGLContext dbus_create_context(DisplayGLCtx *dgc, in dbus_create_context()
|
H A D | spice-display.c | 915 static QEMUGLContext qemu_spice_gl_create_context(DisplayGLCtx *dgc, in qemu_spice_gl_create_context()
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu-virgl.c | 1005 QEMUGLContext ctx; in virgl_create_context() 1018 QEMUGLContext qctx = (QEMUGLContext)ctx; in virgl_destroy_context() 1027 QEMUGLContext qctx = (QEMUGLContext)ctx; in virgl_make_context_current()
|