| /xsrc/external/mit/xorg-server/dist/present/ |
| H A D | present_notify.c | 26 * Mark all pending notifies for 'window' as invalid when 39 xorg_list_for_each_entry(notify, &window_priv->notifies, window_list) { 67 xorg_list_add(¬ify->window_list, &window_priv->notifies); 74 present_notify_ptr notifies; local in function:present_create_notifies 79 notifies = calloc (num_notifies, sizeof (present_notify_rec)); 80 if (!notifies) 84 status = dixLookupWindow(¬ifies[i].window, x_notifies[i].window, client, DixGetAttrAccess); 88 notifies[i].serial = x_notifies[i].serial; 89 status = present_add_window_notify(¬ifies[i]); 98 present_destroy_notifies(notifies, adde 103 present_destroy_notifies(present_notify_ptr notifies,int num_notifies) argument [all...] |
| H A D | present_vblank.c | 33 WindowPtr window = vblank->notifies[n].window; 34 CARD32 serial = vblank->notifies[n].serial; 60 present_notify_ptr notifies, 106 vblank->notifies = notifies; 146 vblank->notifies = NULL; 163 present_notify_ptr notifies, 175 options, capabilities, notifies, num_notifies, 229 if (vblank->notifies) 230 present_destroy_notifies(vblank->notifies, vblan 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_priv.h | 84 present_notify_ptr notifies; member in struct:present_vblank 131 present_notify_ptr notifies, 224 struct xorg_list notifies; member in struct:present_window_priv 297 present_notify_ptr notifies, 401 present_destroy_notifies(present_notify_ptr notifies, int num_notifies); 469 present_notify_ptr notifies, 487 present_notify_ptr notifies,
|
| H A D | present_request.c | 94 present_notify_ptr notifies = NULL; local in function:proc_present_pixmap 141 ret = present_create_notifies(client, nnotifies, (xPresentNotify *) (stuff + 1), ¬ifies); 149 stuff->target_msc, stuff->divisor, stuff->remainder, notifies, nnotifies); 151 present_destroy_notifies(notifies, nnotifies);
|
| H A D | present.c | 237 present_notify_ptr notifies, 257 notifies, 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_screen.c | 43 xorg_list_init(&window_priv->notifies);
|
| H A D | present_scmd.c | 681 present_notify_ptr notifies, 760 notifies, 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/xedit/dist/lisp/test/ |
| H A D | psql-2.lsp | 68 (when (setq notifies (pq-notifies conn)) 70 (pg-notify-relname notifies) (pg-notify-be-pid notifies))
|
| /xsrc/external/mit/libXpresent/dist/include/X11/extensions/ |
| H A D | Xpresent.h | 144 XPresentNotify *notifies; member in struct:__anon5ab078420608 179 XPresentNotify *notifies,
|
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| H A D | psql.c | 92 {LispFunction, Lisp_PQnotifies, "pq-notifies connection"}, 647 pq-notifies connection 652 PGnotify *notifies; local in function:Lisp_PQnotifies 663 if ((notifies = PQnotifies(conn)) == NULL) 669 CONS(STRING(notifies->relname), 671 CONS(REAL(notifies->be_pid), NIL))))); 677 free(notifies);
|
| /xsrc/external/mit/libXpresent/dist/src/ |
| H A D | Xpresent.c | 247 re->notifies = XNotify; 487 XPresentNotify *notifies, 515 Data32(dpy, (CARD32 *) notifies, len); 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
|