Home
last modified time | relevance | path

Searched refs:ectx (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/ui/
H A Dgtk-egl.c36 vc->gfx.esurface, vc->gfx.ectx); in gtk_egl_set_scanout_mode()
59 vc->gfx.ectx = qemu_egl_init_ctx(); in gd_egl_init()
61 (vc->gfx.ectx, (EGLNativeWindowType)x11_window); in gd_egl_init()
116 vc->gfx.esurface, vc->gfx.ectx); in gd_egl_draw()
141 vc->gfx.esurface, vc->gfx.ectx); in gd_egl_update()
202 vc->gfx.esurface, vc->gfx.ectx); in gd_egl_switch()
224 vc->gfx.esurface, vc->gfx.ectx); in gd_egl_create_context()
260 vc->gfx.esurface, vc->gfx.ectx); in gd_egl_scanout_texture()
276 vc->gfx.esurface, vc->gfx.ectx); in gd_egl_scanout_dmabuf()
354 vc->gfx.esurface, vc->gfx.ectx); in gd_egl_scanout_flush()
[all...]
H A Degl-helpers.c469 EGLSurface qemu_egl_init_surface_x11(EGLContext ectx, EGLNativeWindowType win) in qemu_egl_init_surface_x11() argument
482 b = eglMakeCurrent(qemu_egl_display, esurface, esurface, ectx); in qemu_egl_init_surface_x11()
683 EGLContext ectx; in qemu_egl_init_ctx() local
686 ectx = eglCreateContext(qemu_egl_display, qemu_egl_config, EGL_NO_CONTEXT, in qemu_egl_init_ctx()
688 if (ectx == EGL_NO_CONTEXT) { in qemu_egl_init_ctx()
693 b = eglMakeCurrent(qemu_egl_display, EGL_NO_SURFACE, EGL_NO_SURFACE, ectx); in qemu_egl_init_ctx()
699 return ectx; in qemu_egl_init_ctx()
H A Dgtk.c1473 if (vc->gfx.ectx) { in gd_tab_window_close()
1474 eglDestroyContext(qemu_egl_display, vc->gfx.ectx); in gd_tab_window_close()
1475 vc->gfx.ectx = NULL; in gd_tab_window_close()
1512 if (vc->gfx.ectx) { in gd_menu_untabify()
1513 eglDestroyContext(qemu_egl_display, vc->gfx.ectx); in gd_menu_untabify()
1514 vc->gfx.ectx = NULL; in gd_menu_untabify()
/openbmc/qemu/include/ui/
H A Degl-helpers.h62 EGLSurface qemu_egl_init_surface_x11(EGLContext ectx, EGLNativeWindowType win);
H A Dgtk.h49 EGLContext ectx; member