Searched refs:notifies (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_notify.c26 * 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(&notify->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(&notifies[i].window, x_notifies[i].window, client, DixGetAttrAccess);
88 notifies[i].serial = x_notifies[i].serial;
89 status = present_add_window_notify(&notifies[i]);
98 present_destroy_notifies(notifies, adde
103 present_destroy_notifies(present_notify_ptr notifies,int num_notifies) argument
[all...]
H A Dpresent_vblank.c33 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 Dpresent_priv.h84 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 Dpresent_request.c94 present_notify_ptr notifies = NULL; local in function:proc_present_pixmap
141 ret = present_create_notifies(client, nnotifies, (xPresentNotify *) (stuff + 1), &notifies);
149 stuff->target_msc, stuff->divisor, stuff->remainder, notifies, nnotifies);
151 present_destroy_notifies(notifies, nnotifies);
H A Dpresent.c237 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 Dpresent_screen.c43 xorg_list_init(&window_priv->notifies);
H A Dpresent_scmd.c681 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 Dpsql-2.lsp68 (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 DXpresent.h144 XPresentNotify *notifies; member in struct:__anon5ab078420608
179 XPresentNotify *notifies,
/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dpsql.c92 {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 DXpresent.c247 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

Completed in 11 milliseconds