Lines Matching refs:pqt
163 vlVdpPresentationQueueTarget *pqt; in vlVdpPresentationQueueTargetCreateX11() local
173 pqt = CALLOC(1, sizeof(vlVdpPresentationQueueTarget)); in vlVdpPresentationQueueTargetCreateX11()
174 if (!pqt) in vlVdpPresentationQueueTargetCreateX11()
177 DeviceReference(&pqt->device, dev); in vlVdpPresentationQueueTargetCreateX11()
178 pqt->drawable = drawable; in vlVdpPresentationQueueTargetCreateX11()
180 *target = vlAddDataHTAB(pqt); in vlVdpPresentationQueueTargetCreateX11()
189 FREE(pqt); in vlVdpPresentationQueueTargetCreateX11()
199 vlVdpPresentationQueueTarget *pqt; in vlVdpPresentationQueueTargetDestroy() local
201 pqt = vlGetDataHTAB(presentation_queue_target); in vlVdpPresentationQueueTargetDestroy()
202 if (!pqt) in vlVdpPresentationQueueTargetDestroy()
206 DeviceReference(&pqt->device, NULL); in vlVdpPresentationQueueTargetDestroy()
207 FREE(pqt); in vlVdpPresentationQueueTargetDestroy()