Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/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()
95 vlVdpPresentationQueueDestroy(VdpPresentationQueue presentation_queue) in vlVdpPresentationQueueDestroy() argument
99 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueDestroy()
107 vlRemoveDataHTAB(presentation_queue); in vlVdpPresentationQueueDestroy()
118 vlVdpPresentationQueueSetBackgroundColor(VdpPresentationQueue presentation_queue, in vlVdpPresentationQueueSetBackgroundColor() argument
127 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueSetBackgroundColor()
147 vlVdpPresentationQueueGetBackgroundColor(VdpPresentationQueue presentation_queue, in vlVdpPresentationQueueGetBackgroundColor() argument
[all …]