Home | History | Annotate | Download | only in vdpau

Lines Matching refs:device

40 vdp_imp_device_create_x11(Display *display, int screen, VdpDevice *device,
47 if (!(display && device && get_proc_address))
74 *device = vlAddDataHTAB(dev);
75 if (*device == 0) {
103 vlVdpPresentationQueueTargetCreateX11(VdpDevice device, Drawable drawable,
112 vlVdpDevice *dev = vlGetDataHTAB(device);
120 pqt->device = dev;
158 vlVdpDeviceDestroy(VdpDevice device)
160 vlVdpDevice *dev = vlGetDataHTAB(device);
179 vlVdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_pointer)
181 vlVdpDevice *dev = vlGetDataHTAB(device);