Lines Matching full:texture
888 fd = egl_get_fd_for_texture(ssd->ds->texture, in spice_gl_switch()
950 fprintf(stderr, "%s: failed to get fd for texture\n", __func__); in qemu_spice_gl_scanout_texture()
980 uint32_t width, height, texture; in qemu_spice_gl_cursor_dmabuf() local
989 texture = qemu_dmabuf_get_texture(dmabuf); in qemu_spice_gl_cursor_dmabuf()
990 if (!texture) { in qemu_spice_gl_cursor_dmabuf()
995 egl_fb_setup_for_tex(&ssd->cursor_fb, width, height, texture, false); in qemu_spice_gl_cursor_dmabuf()
1033 uint32_t width, height, texture; in qemu_spice_gl_update() local
1039 if (ssd->cursor_fb.texture) { in qemu_spice_gl_update()
1055 texture = qemu_dmabuf_get_texture(dmabuf); in qemu_spice_gl_update()
1056 if (!texture) { in qemu_spice_gl_update()
1062 texture, false); in qemu_spice_gl_update()
1072 fd = egl_get_fd_for_texture(ssd->blit_fb.texture, in qemu_spice_gl_update()