Home | History | Annotate | Download | only in devices

Lines Matching refs:dpy

100     MappedSurface(VADisplay dpy, VASurfaceID surf)
101 : va_dpy(dpy),
139 VAMappedHandle(VADisplay dpy, buffer_handle_t handle, uint32_t stride, uint32_t height, unsigned int pixel_format)
140 : va_dpy(dpy),
209 VAMappedHandle(VADisplay dpy, buffer_handle_t khandle, uint32_t stride, uint32_t height, bool tiled)
210 : va_dpy(dpy),
263 VAMappedHandleObject(VADisplay dpy, buffer_handle_t handle, uint32_t stride, uint32_t height, unsigned int pixel_format)
264 : VAMappedHandle(dpy, handle, stride, height, pixel_format) { }
265 VAMappedHandleObject(VADisplay dpy, buffer_handle_t khandle, uint32_t stride, uint32_t height, bool tiled)
266 : VAMappedHandle(dpy, khandle, stride, height, tiled) { }