Searched refs:xf86GetGammaRampSize (Results 1 – 5 of 5) sorted by relevance
58 extern _X_EXPORT int xf86GetGammaRampSize(ScreenPtr pScreen);
435 pVidMode->GetGammaRampSize = xf86GetGammaRampSize; /* use xf86cmap API directly */ in xf86VidModeInit()
1069 xf86GetGammaRampSize(ScreenPtr pScreen) in xf86GetGammaRampSize() function
2009 xf86GetGammaRampSize(pScreen)); in xf86RandR12LoadPalette()
28001 identical to the xf86cmap's xf86GetGammaRampSize() and all it does is28002 actually call xf86GetGammaRampSize() so we can save one vfunc.