Searched refs:nnotifies (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/present/
H A Dpresent_request.c93 int nnotifies; local in function:proc_present_pixmap
135 nnotifies = (client->req_len << 2) - sizeof (xPresentPixmapReq);
136 if (nnotifies % sizeof (xPresentNotify))
139 nnotifies /= sizeof (xPresentNotify);
140 if (nnotifies) {
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);
/xsrc/external/mit/libXpresent/dist/include/X11/extensions/
H A DXpresent.h145 int nnotifies; member in struct:__anon5ab078420608
180 int nnotifies);
/xsrc/external/mit/libXpresent/dist/src/
H A DXpresent.c207 int nnotifies = (((proto->length + 8) - (sizeof (xPresentRedirectNotify) >> 2))) >> 1; local in function:XPresentWireToCookie
208 XPresentRedirectNotifyEvent *re = malloc (sizeof (XPresentRedirectNotifyEvent) + nnotifies * sizeof (XPresentNotify));
246 re->nnotifies = nnotifies;
248 for (i = 0; i < nnotifies; i++) {
488 int nnotifies)
492 long len = ((long) nnotifies) << 1;
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 5 milliseconds