Searched refs:DisplayGLCtx (Results 1 – 17 of 17) 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); 10 int qemu_egl_make_context_current(DisplayGLCtx *dgc,
|
| H A D | sdl2.h | 30 DisplayGLCtx dgc; 82 QEMUGLContext sdl2_gl_create_context(DisplayGLCtx *dgc, 84 void sdl2_gl_destroy_context(DisplayGLCtx *dgc, QEMUGLContext ctx); 85 int sdl2_gl_make_context_current(DisplayGLCtx *dgc,
|
| H A D | gtk.h | 38 DisplayGLCtx dgc; 171 QEMUGLContext gd_egl_create_context(DisplayGLCtx *dgc, 194 int gd_egl_make_current(DisplayGLCtx *dgc, 205 QEMUGLContext gd_gl_area_create_context(DisplayGLCtx *dgc, 207 void gd_gl_area_destroy_context(DisplayGLCtx *dgc, 223 int gd_gl_area_make_current(DisplayGLCtx *dgc,
|
| H A D | console.h | 203 typedef struct DisplayGLCtx DisplayGLCtx; typedef 280 bool (*dpy_gl_ctx_is_compatible_dcl)(DisplayGLCtx *dgc, 282 QEMUGLContext (*dpy_gl_ctx_create)(DisplayGLCtx *dgc, 284 void (*dpy_gl_ctx_destroy)(DisplayGLCtx *dgc, 286 int (*dpy_gl_ctx_make_current)(DisplayGLCtx *dgc, 288 void (*dpy_gl_ctx_create_texture)(DisplayGLCtx *dgc, 290 void (*dpy_gl_ctx_destroy_texture)(DisplayGLCtx *dgc, 292 void (*dpy_gl_ctx_update_texture)(DisplayGLCtx *dgc, 297 struct DisplayGLCtx { struct 392 void qemu_console_set_display_gl_ctx(QemuConsole *con, DisplayGLCtx *ctx);
|
| H A D | spice-display.h | 87 DisplayGLCtx dgc;
|
| /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() 33 int qemu_egl_make_context_current(DisplayGLCtx *dgc, in qemu_egl_make_context_current()
|
| H A D | egl-headless.c | 42 static QEMUGLContext egl_create_context(DisplayGLCtx *dgc, in egl_create_context() 187 egl_is_compatible_dcl(DisplayGLCtx *dgc, in egl_is_compatible_dcl() 226 DisplayGLCtx *ctx; in egl_headless_init() 237 ctx = g_new0(DisplayGLCtx, 1); in egl_headless_init()
|
| H A D | sdl2-gl.c | 139 QEMUGLContext sdl2_gl_create_context(DisplayGLCtx *dgc, in sdl2_gl_create_context() 174 void sdl2_gl_destroy_context(DisplayGLCtx *dgc, QEMUGLContext ctx) in sdl2_gl_destroy_context() 181 int sdl2_gl_make_context_current(DisplayGLCtx *dgc, in sdl2_gl_make_context_current()
|
| H A D | dbus.c | 47 static QEMUGLContext dbus_create_context(DisplayGLCtx *dgc, in dbus_create_context() 56 dbus_is_compatible_dcl(DisplayGLCtx *dgc, in dbus_is_compatible_dcl() 65 dbus_create_texture(DisplayGLCtx *ctx, DisplaySurface *surface) in dbus_create_texture() 71 dbus_destroy_texture(DisplayGLCtx *ctx, DisplaySurface *surface) in dbus_destroy_texture() 77 dbus_update_texture(DisplayGLCtx *ctx, DisplaySurface *surface, in dbus_update_texture()
|
| H A D | console-priv.h | 25 DisplayGLCtx *gl;
|
| H A D | dbus.h | 49 DisplayGLCtx glctx;
|
| H A D | gtk-gl-area.c | 238 QEMUGLContext gd_gl_area_create_context(DisplayGLCtx *dgc, in gd_gl_area_create_context() 279 void gd_gl_area_destroy_context(DisplayGLCtx *dgc, QEMUGLContext ctx) in gd_gl_area_destroy_context() 378 int gd_gl_area_make_current(DisplayGLCtx *dgc, in gd_gl_area_make_current()
|
| H A D | gtk-egl.c | 221 QEMUGLContext gd_egl_create_context(DisplayGLCtx *dgc, in gd_egl_create_context() 436 int gd_egl_make_current(DisplayGLCtx *dgc, in gd_egl_make_current()
|
| H A D | spice-display.c | 1046 static QEMUGLContext qemu_spice_gl_create_context(DisplayGLCtx *dgc, in qemu_spice_gl_create_context() 1378 qemu_spice_is_compatible_dcl(DisplayGLCtx *dgc, in qemu_spice_is_compatible_dcl()
|
| H A D | sdl2.c | 814 sdl2_gl_is_compatible_dcl(DisplayGLCtx *dgc, in sdl2_gl_is_compatible_dcl()
|
| H A D | gtk.c | 629 gd_gl_area_is_compatible_dcl(DisplayGLCtx *dgc, in gd_gl_area_is_compatible_dcl() 663 gd_egl_is_compatible_dcl(DisplayGLCtx *dgc, in gd_egl_is_compatible_dcl()
|
| H A D | console.c | 665 void qemu_console_set_display_gl_ctx(QemuConsole *con, DisplayGLCtx *gl) in qemu_console_set_display_gl_ctx()
|