Lines Matching defs:pScreen

82 xwlVidModeGetCurrentModeline(ScreenPtr pScreen, DisplayModePtr *mode, int *dotClock)  in xwlVidModeGetCurrentModeline()
130 xwlVidModeGetMonitorValue(ScreenPtr pScreen, int valtyp, int indx) in xwlVidModeGetMonitorValue()
164 xwlVidModeGetDotClock(ScreenPtr pScreen, int Clock) in xwlVidModeGetDotClock()
176 xwlVidModeGetNumOfClocks(ScreenPtr pScreen, Bool *progClock) in xwlVidModeGetNumOfClocks()
182 xwlVidModeGetClocks(ScreenPtr pScreen, int *Clocks) in xwlVidModeGetClocks()
190 xwlVidModeGetNextModeline(ScreenPtr pScreen, DisplayModePtr *mode, int *dotClock) in xwlVidModeGetNextModeline()
196 xwlVidModeGetFirstModeline(ScreenPtr pScreen, DisplayModePtr *mode, int *dotClock) in xwlVidModeGetFirstModeline()
202 xwlVidModeDeleteModeline(ScreenPtr pScreen, DisplayModePtr mode) in xwlVidModeDeleteModeline()
209 xwlVidModeZoomViewport(ScreenPtr pScreen, int zoom) in xwlVidModeZoomViewport()
216 xwlVidModeSetViewPort(ScreenPtr pScreen, int x, int y) in xwlVidModeSetViewPort()
234 xwlVidModeGetViewPort(ScreenPtr pScreen, int *x, int *y) in xwlVidModeGetViewPort()
254 xwlVidModeSwitchMode(ScreenPtr pScreen, DisplayModePtr mode) in xwlVidModeSwitchMode()
261 xwlVidModeLockZoom(ScreenPtr pScreen, Bool lock) in xwlVidModeLockZoom()
268 xwlVidModeCheckModeForMonitor(ScreenPtr pScreen, DisplayModePtr mode) in xwlVidModeCheckModeForMonitor()
285 xwlVidModeCheckModeForDriver(ScreenPtr pScreen, DisplayModePtr mode) in xwlVidModeCheckModeForDriver()
304 xwlVidModeSetCrtcForMode(ScreenPtr pScreen, DisplayModePtr mode) in xwlVidModeSetCrtcForMode()
311 xwlVidModeAddModeline(ScreenPtr pScreen, DisplayModePtr mode) in xwlVidModeAddModeline()
318 xwlVidModeGetNumOfModes(ScreenPtr pScreen) in xwlVidModeGetNumOfModes()
325 xwlVidModeSetGamma(ScreenPtr pScreen, float red, float green, float blue) in xwlVidModeSetGamma()
332 xwlVidModeGetGamma(ScreenPtr pScreen, float *red, float *green, float *blue) in xwlVidModeGetGamma()
340 xwlVidModeSetGammaRamp(ScreenPtr pScreen, int size, CARD16 *r, CARD16 *g, CARD16 *b) in xwlVidModeSetGammaRamp()
347 xwlVidModeGetGammaRamp(ScreenPtr pScreen, int size, CARD16 *r, CARD16 *g, CARD16 *b) in xwlVidModeGetGammaRamp()
354 xwlVidModeGetGammaRampSize(ScreenPtr pScreen) in xwlVidModeGetGammaRampSize()
361 xwlVidModeInit(ScreenPtr pScreen) in xwlVidModeInit()