Lines Matching refs:esurface

35         eglMakeCurrent(qemu_egl_display, vc->gfx.esurface,  in gtk_egl_set_scanout_mode()
36 vc->gfx.esurface, vc->gfx.ectx); in gtk_egl_set_scanout_mode()
60 vc->gfx.esurface = qemu_egl_init_surface_x11 in gd_egl_init()
63 assert(vc->gfx.esurface); in gd_egl_init()
115 eglMakeCurrent(qemu_egl_display, vc->gfx.esurface, in gd_egl_draw()
116 vc->gfx.esurface, vc->gfx.ectx); in gd_egl_draw()
121 eglSwapBuffers(qemu_egl_display, vc->gfx.esurface); in gd_egl_draw()
139 eglMakeCurrent(qemu_egl_display, vc->gfx.esurface, in gd_egl_update()
140 vc->gfx.esurface, vc->gfx.ectx); in gd_egl_update()
160 if (!vc->gfx.esurface) { in gd_egl_refresh()
162 if (!vc->gfx.esurface) { in gd_egl_refresh()
200 eglMakeCurrent(qemu_egl_display, vc->gfx.esurface, in gd_egl_switch()
201 vc->gfx.esurface, vc->gfx.ectx); in gd_egl_switch()
222 eglMakeCurrent(qemu_egl_display, vc->gfx.esurface, in gd_egl_create_context()
223 vc->gfx.esurface, vc->gfx.ectx); in gd_egl_create_context()
251 if (!vc->gfx.esurface) { in gd_egl_scanout_texture()
253 if (!vc->gfx.esurface) { in gd_egl_scanout_texture()
258 eglMakeCurrent(qemu_egl_display, vc->gfx.esurface, in gd_egl_scanout_texture()
259 vc->gfx.esurface, vc->gfx.ectx); in gd_egl_scanout_texture()
274 eglMakeCurrent(qemu_egl_display, vc->gfx.esurface, in gd_egl_scanout_dmabuf()
275 vc->gfx.esurface, vc->gfx.ectx); in gd_egl_scanout_dmabuf()
348 eglMakeCurrent(qemu_egl_display, vc->gfx.esurface, in gd_egl_scanout_flush()
349 vc->gfx.esurface, vc->gfx.ectx); in gd_egl_scanout_flush()
373 eglSwapBuffers(qemu_egl_display, vc->gfx.esurface); in gd_egl_scanout_flush()
411 if (!eglMakeCurrent(qemu_egl_display, vc->gfx.esurface, in gd_egl_make_current()
412 vc->gfx.esurface, ctx)) { in gd_egl_make_current()