Searched refs:nnotifies (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/present/ |
| H A D | present_request.c | 93 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), ¬ifies); 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 D | Xpresent.h | 145 int nnotifies; member in struct:__anon5ab078420608 180 int nnotifies);
|
| /xsrc/external/mit/libXpresent/dist/src/ |
| H A D | Xpresent.c | 207 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