Searched defs:wl_drawable (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_wayland.c48 struct drawable *wl_drawable,
70 struct drawable *wl_drawable,
95 return va_put_surface(dpy, wl_drawable, surface, &src_rect, &dst_rect,
131 struct drawable *wl_drawable,
145 if (!wl_drawable)
148 d = wl_display_get_user_data(wl_drawable->display);
153 if (wl_drawable->redraw_pending) {
155 while (wl_drawable->redraw_pending)
156 wl_display_dispatch(wl_drawable->display);
163 wl_surface_attach(wl_drawable
67 vaPutSurface( VADisplay dpy, VASurfaceID surface, struct drawable *wl_drawable, short src_x, short src_y, unsigned short src_w, unsigned short src_h, short dst_x, short dst_y, unsigned short dst_w, unsigned short dst_h, const VARectangle *cliprects, unsigned int num_cliprects, unsigned int flags ) argument
129 va_put_surface( VADisplay dpy, struct drawable *wl_drawable, VASurfaceID va_surface, const VARectangle *src_rect, const VARectangle *dst_rect, const VARectangle *cliprects, unsigned int num_cliprects, unsigned int flags ) argument
[all...]

Completed in 19 milliseconds