Home
last modified time | relevance | path

Searched refs:xf86GetGammaRampSize (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86cmap.h58 extern _X_EXPORT int xf86GetGammaRampSize(ScreenPtr pScreen);
H A Dxf86VidMode.c435 pVidMode->GetGammaRampSize = xf86GetGammaRampSize; /* use xf86cmap API directly */ in xf86VidModeInit()
H A Dxf86cmap.c1069 xf86GetGammaRampSize(ScreenPtr pScreen) in xf86GetGammaRampSize() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c2009 xf86GetGammaRampSize(pScreen)); in xf86RandR12LoadPalette()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog28001 identical to the xf86cmap's xf86GetGammaRampSize() and all it does is
28002 actually call xf86GetGammaRampSize() so we can save one vfunc.