Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/vdpau/
Dpresentation.c42 VdpPresentationQueue *presentation_queue) in vlVdpPresentationQueueCreate() argument
47 if (!presentation_queue) in vlVdpPresentationQueueCreate()
76 *presentation_queue = vlAddDataHTAB(pq); in vlVdpPresentationQueueCreate()
77 if (*presentation_queue == 0) { in vlVdpPresentationQueueCreate()
94 vlVdpPresentationQueueDestroy(VdpPresentationQueue presentation_queue) in vlVdpPresentationQueueDestroy() argument
98 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueDestroy()
106 vlRemoveDataHTAB(presentation_queue); in vlVdpPresentationQueueDestroy()
116 vlVdpPresentationQueueSetBackgroundColor(VdpPresentationQueue presentation_queue, in vlVdpPresentationQueueSetBackgroundColor() argument
125 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueSetBackgroundColor()
145 vlVdpPresentationQueueGetBackgroundColor(VdpPresentationQueue presentation_queue, in vlVdpPresentationQueueGetBackgroundColor() argument
[all …]