Searched refs:pqt (Results 1 – 2 of 2) sorted by relevance
163 vlVdpPresentationQueueTarget *pqt; in vlVdpPresentationQueueTargetCreateX11() local173 pqt = CALLOC(1, sizeof(vlVdpPresentationQueue)); 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() local201 pqt = vlGetDataHTAB(presentation_queue_target); in vlVdpPresentationQueueTargetDestroy()202 if (!pqt) in vlVdpPresentationQueueTargetDestroy()[all …]
54 vlVdpPresentationQueueTarget *pqt = vlGetDataHTAB(presentation_queue_target); in vlVdpPresentationQueueCreate() local55 if (!pqt) in vlVdpPresentationQueueCreate()58 if (dev != pqt->device) in vlVdpPresentationQueueCreate()66 pq->drawable = pqt->drawable; in vlVdpPresentationQueueCreate()