Home
last modified time | relevance | path

Searched refs:DeviceReference (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dbitmap.c70 DeviceReference(&vlsurface->device, dev); in vlVdpBitmapSurfaceCreate()
120 DeviceReference(&vlsurface->device, NULL); in vlVdpBitmapSurfaceCreate()
142 DeviceReference(&vlsurface->device, NULL); in vlVdpBitmapSurfaceDestroy()
Ddevice.c177 DeviceReference(&pqt->device, dev); in vlVdpPresentationQueueTargetCreateX11()
206 DeviceReference(&pqt->device, NULL); in vlVdpPresentationQueueTargetDestroy()
223 DeviceReference(&dev, NULL); in vlVdpDeviceDestroy()
Dpresentation.c65 DeviceReference(&pq->device, dev); in vlVdpPresentationQueueCreate()
86 DeviceReference(&pq->device, NULL); in vlVdpPresentationQueueCreate()
108 DeviceReference(&pq->device, NULL); in vlVdpPresentationQueueDestroy()
Dsurface.c80 DeviceReference(&p_surf->device, dev); in vlVdpVideoSurfaceCreate()
121 DeviceReference(&p_surf->device, NULL); in vlVdpVideoSurfaceCreate()
147 DeviceReference(&p_surf->device, NULL); in vlVdpVideoSurfaceDestroy()
Doutput.c74 DeviceReference(&vlsurface->device, dev); in vlVdpOutputSurfaceCreate()
135 DeviceReference(&vlsurface->device, NULL); in vlVdpOutputSurfaceCreate()
164 DeviceReference(&vlsurface->device, NULL); in vlVdpOutputSurfaceDestroy()
Ddecode.c113 DeviceReference(&vldecoder->device, dev); in vlVdpDecoderCreate()
149 DeviceReference(&vldecoder->device, NULL); in vlVdpDecoderCreate()
172 DeviceReference(&vldecoder->device, NULL); in vlVdpDecoderDestroy()
Dmixer.c64 DeviceReference(&vmixer->device, dev); in vlVdpVideoMixerCreate()
177 DeviceReference(&vmixer->device, NULL); in vlVdpVideoMixerCreate()
220 DeviceReference(&vmixer->device, NULL); in vlVdpVideoMixerDestroy()
Dvdpau_private.h557 DeviceReference(vlVdpDevice **ptr, vlVdpDevice *dev) in DeviceReference() function