Home
last modified time | relevance | path

Searched refs:dwDepth (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinscrinit.c280 pScreenInfo->dwDepth = 8; in winFinishScreenInitFB()
282 pScreenInfo->dwDepth = winCountBits(pScreenPriv->dwRedMask) in winFinishScreenInitFB()
311 if (pScreenInfo->dwDepth == 8 in winFinishScreenInitFB()
H A Dwinshadddnl.c206 (unsigned int)pScreenInfo->dwDepth); in winAllocateFBShadowDDNL()
748 (int) pScreenInfo->dwDepth, (int) pScreenInfo->dwBPP); in winInitVisualsShadowDDNL()
751 switch (pScreenInfo->dwDepth) { in winInitVisualsShadowDDNL()
756 if (!miSetVisualTypesAndMasks(pScreenInfo->dwDepth, in winInitVisualsShadowDDNL()
782 if (!miSetVisualTypesAndMasks(pScreenInfo->dwDepth, in winInitVisualsShadowDDNL()
H A Dwinshadgdi.c646 (int) pScreenInfo->dwDepth, (int) pScreenInfo->dwBPP); in winInitVisualsShadowGDI()
649 switch (pScreenInfo->dwDepth) { in winInitVisualsShadowGDI()
654 if (!miSetVisualTypesAndMasks(pScreenInfo->dwDepth, in winInitVisualsShadowGDI()
680 if (!miSetVisualTypesAndMasks(pScreenInfo->dwDepth, in winInitVisualsShadowGDI()
H A Dwin.h382 DWORD dwDepth; member