Lines Matching defs:present_screen_priv
146 struct present_screen_priv { struct
147 CloseScreenProcPtr CloseScreen;
148 ConfigNotifyProcPtr ConfigNotify;
149 DestroyWindowProcPtr DestroyWindow;
150 ClipNotifyProcPtr ClipNotify;
152 present_vblank_ptr flip_pending;
153 uint64_t unflip_event_id;
155 uint32_t fake_interval;
158 RRCrtcPtr flip_crtc;
159 WindowPtr flip_window;
160 uint32_t flip_serial;
161 PixmapPtr flip_pixmap;
162 present_fence_ptr flip_idle_fence;
163 Bool flip_sync;
165 present_screen_info_ptr info;
166 present_wnmd_info_ptr wnmd_info;
169 present_priv_query_capabilities_ptr query_capabilities;
170 present_priv_get_crtc_ptr get_crtc;
172 present_priv_check_flip_ptr check_flip;
196 static inline present_screen_priv_ptr argument
197 present_screen_priv(ScreenPtr screen) in present_screen_priv() argument