Searched refs:tex_id (Results 1 – 8 of 8) 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 | dbus-listener.c | 495 uint32_t tex_id, in dbus_scanout_texture() argument 503 trace_dbus_scanout_texture(tex_id, backing_y_0_top, in dbus_scanout_texture() 511 assert(tex_id); in dbus_scanout_texture() 512 fd = egl_get_fd_for_texture(tex_id, (EGLint *)&stride, (EGLint *)&fourcc, in dbus_scanout_texture() 538 egl_fb_setup_for_tex(&ddl->fb, backing_width, backing_height, tex_id, false); in dbus_scanout_texture()
|
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() argument 288 (EGLClientBuffer)(unsigned long)tex_id, in egl_get_fd_for_texture()
|
H A D | spice-display.c | 935 uint32_t tex_id, in qemu_spice_gl_scanout_texture() argument 947 assert(tex_id); in qemu_spice_gl_scanout_texture() 948 fd = egl_get_fd_for_texture(tex_id, &stride, &fourcc, NULL); in qemu_spice_gl_scanout_texture()
|
H A D | trace-events | 166 …uint32_t tex_id, bool backing_y_0_top, uint32_t backing_width, uint32_t backing_height, uint32_t x…
|
H A D | dbus-console.c | 96 uint32_t tex_id, in dbus_gl_scanout_texture() argument
|
/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | virgl.c | 383 if (virgl_renderer_get_fd_for_texture(info.tex_id, &fd) < 0) { in virgl_cmd_set_scanout()
|
/openbmc/qemu/hw/display/ |
H A D | virtio-gpu-virgl.c | 442 g->parent_obj.scanout[ss.scanout_id].con, info.tex_id, in virgl_cmd_set_scanout()
|