| /xsrc/external/mit/xorg-server/dist/present/ |
| H A D | present_vblank.c | 57 SyncFence *idle_fence, 132 if (idle_fence) { 133 vblank->idle_fence = present_fence_create(idle_fence); 134 if (!vblank->idle_fence) 160 SyncFence *idle_fence, 174 x_off, y_off, target_crtc, wait_fence, idle_fence, 191 present_pixmap_idle(vblank->pixmap, vblank->window, vblank->serial, vblank->idle_fence); 192 present_fence_destroy(vblank->idle_fence); 196 vblank->idle_fence 47 present_vblank_init(present_vblank_ptr vblank,WindowPtr window,PixmapPtr pixmap,CARD32 serial,RegionPtr valid,RegionPtr update,int16_t x_off,int16_t y_off,RRCrtcPtr target_crtc,SyncFence * wait_fence,SyncFence * idle_fence,uint32_t options,const uint32_t capabilities,present_notify_ptr notifies,int num_notifies,uint64_t target_msc,uint64_t crtc_msc) argument 151 present_vblank_create(WindowPtr window,PixmapPtr pixmap,CARD32 serial,RegionPtr valid,RegionPtr update,int16_t x_off,int16_t y_off,RRCrtcPtr target_crtc,SyncFence * wait_fence,SyncFence * idle_fence,uint32_t options,const uint32_t capabilities,present_notify_ptr notifies,int num_notifies,uint64_t target_msc,uint64_t crtc_msc) argument [all...] |
| H A D | present_event.c | 98 swapl(&c->idle_fence); 180 present_send_idle_notify(WindowPtr window, CARD32 serial, PixmapPtr pixmap, struct present_fence *idle_fence) argument 194 .idle_fence = present_fence_id(idle_fence)
|
| H A D | present_request.c | 90 SyncFence *idle_fence; local in function:proc_present_pixmap 113 VERIFY_FENCE_OR_NONE(idle_fence, stuff->idle_fence, client, DixWriteAccess); 148 wait_fence, idle_fence, stuff->options, 288 swapl(&stuff->idle_fence);
|
| H A D | present_priv.h | 82 present_fence_ptr idle_fence; member in struct:present_vblank 126 SyncFence *idle_fence, 292 SyncFence *idle_fence, 321 present_send_idle_notify(WindowPtr window, CARD32 serial, PixmapPtr pixmap, present_fence_ptr idle_fence); 466 SyncFence *idle_fence, 484 SyncFence *idle_fence,
|
| H A D | present_execute.c | 90 present_pixmap_idle(vblank->pixmap, vblank->window, vblank->serial, vblank->idle_fence);
|
| H A D | present.c | 232 SyncFence *idle_fence, 252 idle_fence, 223 present_pixmap(WindowPtr window,PixmapPtr pixmap,CARD32 serial,RegionPtr valid,RegionPtr update,int16_t x_off,int16_t y_off,RRCrtcPtr target_crtc,SyncFence * wait_fence,SyncFence * idle_fence,uint32_t options,uint64_t window_msc,uint64_t divisor,uint64_t remainder,present_notify_ptr notifies,int num_notifies) argument
|
| H A D | present_scmd.c | 357 screen_priv->flip_idle_fence = vblank->idle_fence; 360 vblank->idle_fence = NULL; 676 SyncFence *idle_fence, 757 idle_fence, 667 present_scmd_pixmap(WindowPtr window,PixmapPtr pixmap,CARD32 serial,RegionPtr valid,RegionPtr update,int16_t x_off,int16_t y_off,RRCrtcPtr target_crtc,SyncFence * wait_fence,SyncFence * idle_fence,uint32_t options,uint64_t target_window_msc,uint64_t divisor,uint64_t remainder,present_notify_ptr notifies,int num_notifies) argument
|
| /xsrc/external/mit/libXpresent/dist/include/X11/extensions/ |
| H A D | Xpresent.h | 106 XSyncFence idle_fence; member in struct:__anon5ab078420508 137 XSyncFence idle_fence; member in struct:__anon5ab078420608 174 XSyncFence idle_fence,
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | presentproto.h | 81 XSyncFence idle_fence; member in struct:__anona6f4d6a20408 227 CARD32 idle_fence; member in struct:__anona6f4d6a20c08 260 XSyncFence idle_fence; member in struct:__anona6f4d6a20d08
|
| /xsrc/external/mit/libXpresent/dist/src/ |
| H A D | Xpresent.c | 199 ce->idle_fence = proto->idle_fence; 238 re->idle_fence = proto->idle_fence; 482 XSyncFence idle_fence, 509 req->idle_fence = idle_fence; 472 XPresentPixmap(Display * dpy,Window window,Pixmap pixmap,uint32_t serial,XserverRegion valid,XserverRegion update,int x_off,int y_off,RRCrtc target_crtc,XSyncFence wait_fence,XSyncFence idle_fence,uint32_t options,uint64_t target_msc,uint64_t divisor,uint64_t remainder,XPresentNotify * notifies,int nnotifies) argument
|