Home
last modified time | relevance | path

Searched refs:egl_get_fd_for_texture (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/ui/
H A Degl-helpers.h49 int egl_get_fd_for_texture(uint32_t tex_id, EGLint *stride, EGLint *fourcc,
/openbmc/qemu/ui/
H A Dspice-display.c888 fd = egl_get_fd_for_texture(ssd->ds->texture, in spice_gl_switch()
948 fd = egl_get_fd_for_texture(tex_id, &stride, &fourcc, NULL); in qemu_spice_gl_scanout_texture()
1072 fd = egl_get_fd_for_texture(ssd->blit_fb.texture, in qemu_spice_gl_update()
H A Degl-helpers.c280 int egl_get_fd_for_texture(uint32_t tex_id, EGLint *stride, EGLint *fourcc, in egl_get_fd_for_texture() function
H A Ddbus-listener.c454 fd = egl_get_fd_for_texture(tex_id, (EGLint *)&stride, (EGLint *)&fourcc, in dbus_scanout_texture()