Searched refs:egl_get_fd_for_texture (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/ui/ |
H A D | egl-helpers.h | 49 int egl_get_fd_for_texture(uint32_t tex_id, EGLint *stride, EGLint *fourcc,
|
/openbmc/qemu/ui/ |
H A D | spice-display.c | 888 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 D | egl-helpers.c | 280 int egl_get_fd_for_texture(uint32_t tex_id, EGLint *stride, EGLint *fourcc, in egl_get_fd_for_texture() function
|
H A D | dbus-listener.c | 454 fd = egl_get_fd_for_texture(tex_id, (EGLint *)&stride, (EGLint *)&fourcc, in dbus_scanout_texture()
|