Home
last modified time | relevance | path

Searched refs:GetShift (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A Dindirect.c1553 GetShift(int mask) in GetShift() function
1602 pfd.cRedShift = GetShift(mode->redMask); in fbConfigToPixelFormat()
1604 pfd.cGreenShift = GetShift(mode->greenMask); in fbConfigToPixelFormat()
1606 pfd.cBlueShift = GetShift(mode->blueMask); in fbConfigToPixelFormat()
1608 pfd.cAlphaShift = GetShift(mode->alphaMask); in fbConfigToPixelFormat()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog67893 indirect.c: In function 'GetShift':