Home
last modified time | relevance | path

Searched refs:QEMUGLContext (Results 1 – 13 of 13) sorted by relevance

/qemu/include/ui/
H A Degl-context.h7 QEMUGLContext qemu_egl_create_context(DisplayGLCtx *dgc,
9 void qemu_egl_destroy_context(DisplayGLCtx *dgc, QEMUGLContext ctx);
11 QEMUGLContext ctx);
H A Dgtk.h169 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 Dsdl2.h80 QEMUGLContext sdl2_gl_create_context(DisplayGLCtx *dgc,
82 void sdl2_gl_destroy_context(DisplayGLCtx *dgc, QEMUGLContext ctx);
84 QEMUGLContext ctx);
H A Dconsole.h181 typedef void *QEMUGLContext;
285 QEMUGLContext (*dpy_gl_ctx_create)(DisplayGLCtx *dgc,
288 QEMUGLContext ctx);
290 QEMUGLContext ctx);
348 QEMUGLContext dpy_gl_ctx_create(QemuConsole *con,
350 void dpy_gl_ctx_destroy(QemuConsole *con, QEMUGLContext ctx);
351 int dpy_gl_ctx_make_current(QemuConsole *con, QEMUGLContext ctx);
180 typedef void *QEMUGLContext; global() typedef
/qemu/ui/
H A Degl-context.c5 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 Dsdl2-gl.c139 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 Dgtk-gl-area.c199 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)
H A Dgtk-egl.c217 QEMUGLContext gd_egl_create_context(DisplayGLCtx *dgc, in gd_egl_create_context()
407 QEMUGLContext ctx)
H A Degl-headless.c42 static QEMUGLContext egl_create_context(DisplayGLCtx *dgc, in egl_create_context()
H A Dconsole.c1016 QEMUGLContext dpy_gl_ctx_create(QemuConsole *con, in dpy_gl_ctx_create()
1023 void dpy_gl_ctx_destroy(QemuConsole *con, QEMUGLContext ctx) in dpy_gl_ctx_destroy()
1029 int dpy_gl_ctx_make_current(QemuConsole *con, QEMUGLContext ctx) in dpy_gl_ctx_make_current()
H A Ddbus.c47 static QEMUGLContext dbus_create_context(DisplayGLCtx *dgc, in dbus_create_context()
H A Dspice-display.c914 static QEMUGLContext qemu_spice_gl_create_context(DisplayGLCtx *dgc, in qemu_spice_gl_create_context()
/qemu/hw/display/
H A Dvirtio-gpu-virgl.c538 QEMUGLContext ctx; in virgl_create_context()
551 QEMUGLContext qctx = (QEMUGLContext)ctx; in virgl_destroy_context()
560 QEMUGLContext qctx = (QEMUGLContext)ctx; in virgl_make_context_current()