Home
last modified time | relevance | path

Searched refs:pqt (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/vdpau/
Ddevice.c106 vlVdpPresentationQueueTarget *pqt; in vlVdpPresentationQueueTargetCreateX11() local
116 pqt = CALLOC(1, sizeof(vlVdpPresentationQueue)); in vlVdpPresentationQueueTargetCreateX11()
117 if (!pqt) in vlVdpPresentationQueueTargetCreateX11()
120 pqt->device = dev; in vlVdpPresentationQueueTargetCreateX11()
121 pqt->drawable = drawable; in vlVdpPresentationQueueTargetCreateX11()
123 *target = vlAddDataHTAB(pqt); in vlVdpPresentationQueueTargetCreateX11()
132 FREE(pqt); in vlVdpPresentationQueueTargetCreateX11()
142 vlVdpPresentationQueueTarget *pqt; in vlVdpPresentationQueueTargetDestroy() local
144 pqt = vlGetDataHTAB(presentation_queue_target); in vlVdpPresentationQueueTargetDestroy()
145 if (!pqt) in vlVdpPresentationQueueTargetDestroy()
[all …]
Dpresentation.c54 vlVdpPresentationQueueTarget *pqt = vlGetDataHTAB(presentation_queue_target); in vlVdpPresentationQueueCreate() local
55 if (!pqt) in vlVdpPresentationQueueCreate()
58 if (dev != pqt->device) in vlVdpPresentationQueueCreate()
66 pq->drawable = pqt->drawable; in vlVdpPresentationQueueCreate()