Searched refs:num_notifies (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/present/ |
| H A D | present_notify.c | 72 present_create_notifies(ClientPtr client, int num_notifies, xPresentNotify *x_notifies, present_notify_ptr *p_notifies) argument 79 notifies = calloc (num_notifies, sizeof (present_notify_rec)); 83 for (i = 0; i < num_notifies; i++) { 103 present_destroy_notifies(present_notify_ptr notifies, int num_notifies) argument 106 for (i = 0; i < num_notifies; i++)
|
| H A D | present_vblank.c | 32 for (n = 0; n < vblank->num_notifies; n++) { 61 int num_notifies, 107 vblank->num_notifies = num_notifies; 164 int num_notifies, 175 options, capabilities, notifies, num_notifies, 230 present_destroy_notifies(vblank->notifies, vblank->num_notifies); 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
|
| H A D | present_priv.h | 85 int num_notifies; member in struct:present_vblank 132 int num_notifies); 298 int num_notifies); 398 present_create_notifies(ClientPtr client, int num_notifies, xPresentNotify *x_notifies, present_notify_ptr *p_notifies); 401 present_destroy_notifies(present_notify_ptr notifies, int num_notifies); 470 int num_notifies, 488 int num_notifies,
|
| H A D | present.c | 238 int num_notifies) 258 num_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_scmd.c | 682 int num_notifies) 761 num_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
|
Completed in 5 milliseconds