Lines Matching refs:ScreenPtr
113 ephyrInitScreen(ScreenPtr pScreen);
116 ephyrFinishInitScreen(ScreenPtr pScreen);
119 ephyrCreateResources(ScreenPtr pScreen);
125 ephyrEnable(ScreenPtr pScreen);
128 ephyrDPMS(ScreenPtr pScreen, int mode);
131 ephyrDisable(ScreenPtr pScreen);
140 ephyrCloseScreen(ScreenPtr pScreen);
146 ephyrGetColors(ScreenPtr pScreen, int n, xColorItem * pdefs);
149 ephyrPutColors(ScreenPtr pScreen, int n, xColorItem * pdefs);
154 void *ephyrWindowLinear(ScreenPtr pScreen,
159 ephyrSetScreenSizes(ScreenPtr pScreen);
165 ephyrUnsetInternalDamage(ScreenPtr pScreen);
168 ephyrSetInternalDamage(ScreenPtr pScreen);
175 ephyrRandRGetInfo(ScreenPtr pScreen, Rotation * rotations);
179 ephyrRandRSetConfig(ScreenPtr pScreen,
182 ephyrRandRInit(ScreenPtr pScreen);
185 ephyrShadowUpdate(ScreenPtr pScreen, shadowBufPtr pBuf);
196 extern Bool ephyrCursorInit(ScreenPtr pScreen);
203 ephyrDrawInit(ScreenPtr pScreen);
206 ephyrDrawEnable(ScreenPtr pScreen);
209 ephyrDrawDisable(ScreenPtr pScreen);
212 ephyrDrawFini(ScreenPtr pScreen);
215 Bool ephyr_glamor_init(ScreenPtr pScreen);
216 Bool ephyr_glamor_create_screen_resources(ScreenPtr pScreen);
217 void ephyr_glamor_enable(ScreenPtr pScreen);
218 void ephyr_glamor_disable(ScreenPtr pScreen);
219 void ephyr_glamor_fini(ScreenPtr pScreen);
220 void ephyr_glamor_host_paint_rect(ScreenPtr pScreen);
224 Bool ephyrInitVideo(ScreenPtr pScreen);
228 void ephyr_glamor_xv_init(ScreenPtr screen);
231 ephyr_glamor_xv_init(ScreenPtr screen) in ephyr_glamor_xv_init()