• Home
  • Raw
  • Download

Lines Matching refs:presentation_queue

42                              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
156 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueGetBackgroundColor()
176 vlVdpPresentationQueueGetTime(VdpPresentationQueue presentation_queue, in vlVdpPresentationQueueGetTime() argument
184 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueGetTime()
200 vlVdpPresentationQueueDisplay(VdpPresentationQueue presentation_queue, in vlVdpPresentationQueueDisplay() argument
220 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueDisplay()
305 vlVdpPresentationQueueBlockUntilSurfaceIdle(VdpPresentationQueue presentation_queue, in vlVdpPresentationQueueBlockUntilSurfaceIdle() argument
316 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueBlockUntilSurfaceIdle()
332 return vlVdpPresentationQueueGetTime(presentation_queue, first_presentation_time); in vlVdpPresentationQueueBlockUntilSurfaceIdle()
339 vlVdpPresentationQueueQuerySurfaceStatus(VdpPresentationQueue presentation_queue, in vlVdpPresentationQueueQuerySurfaceStatus() argument
351 pq = vlGetDataHTAB(presentation_queue); in vlVdpPresentationQueueQuerySurfaceStatus()
375 vlVdpPresentationQueueGetTime(presentation_queue, first_presentation_time); in vlVdpPresentationQueueQuerySurfaceStatus()