Home
last modified time | relevance | path

Searched refs:dwBPP (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinscrinit.c124 dwInitialBPP = pScreenInfo->dwBPP; in winScreenInit()
135 (int) pScreenInfo->dwBPP); in winScreenInit()
137 else if (dwInitialBPP != pScreenInfo->dwBPP) { in winScreenInit()
141 (int) dwInitialBPP, (int) pScreenInfo->dwBPP); in winScreenInit()
145 (int) pScreenInfo->dwBPP); in winScreenInit()
149 if (!(WIN_SUPPORTED_BPPS & (1 << (pScreenInfo->dwBPP - 1)))) { in winScreenInit()
152 "per pixel.\n", (int) pScreenInfo->dwBPP); in winScreenInit()
279 if (pScreenInfo->dwBPP == 8) in winFinishScreenInitFB()
305 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
338 pScreenInfo->dwStride, pScreenInfo->dwBPP)) { in winFinishScreenInitFB()
H A Dwinshadddnl.c211 pScreenInfo->dwBPP); in winAllocateFBShadowDDNL()
335 || pScreenInfo->dwBPP != GetDeviceCaps(hdc, BITSPIXEL) in winAllocateFBShadowDDNL()
343 pScreenInfo->dwBPP, in winAllocateFBShadowDDNL()
355 pScreenInfo->dwBPP, 0, 0); in winAllocateFBShadowDDNL()
452 / pScreenInfo->dwBPP; in winAllocateFBShadowDDNL()
748 (int) pScreenInfo->dwDepth, (int) pScreenInfo->dwBPP); in winInitVisualsShadowDDNL()
819 DWORD dwBPP; in winAdjustVideoModeShadowDDNL() local
829 dwBPP = GetDeviceCaps(hdc, BITSPIXEL); in winAdjustVideoModeShadowDDNL()
832 if (!(pScreenInfo->fFullScreen && (pScreenInfo->dwBPP != WIN_DEFAULT_BPP))) { in winAdjustVideoModeShadowDDNL()
834 pScreenInfo->dwBPP = dwBPP; in winAdjustVideoModeShadowDDNL()
H A Dwinengine.c117 DWORD dwBPP; in winSetEngine() local
131 dwBPP = GetDeviceCaps(hdc, BITSPIXEL); in winSetEngine()
138 if (dwBPP == 8 && !pScreenInfo->fFullScreen) { in winSetEngine()
H A Dwinprocarg.c120 defaultScreenInfo.dwBPP = WIN_DEFAULT_BPP; in winInitializeScreenDefaults()
766 DWORD dwBPP = 0; in ddxProcessArgument() local
775 dwBPP = atoi(argv[i]); in ddxProcessArgument()
777 screenInfoPtr->dwBPP = dwBPP; in ddxProcessArgument()
H A Dwinshadgdi.c395 * 8) / pScreenInfo->dwBPP; in winAllocateFBShadowGDI()
646 (int) pScreenInfo->dwDepth, (int) pScreenInfo->dwBPP); in winInitVisualsShadowGDI()
715 DWORD dwBPP; in winAdjustVideoModeShadowGDI() local
726 dwBPP = GetDeviceCaps(hdc, BITSPIXEL); in winAdjustVideoModeShadowGDI()
729 pScreenInfo->dwBPP = dwBPP; in winAdjustVideoModeShadowGDI()
H A Dwindialogs.c440 (unsigned int)s_pScreenInfo->dwBPP, in winChangeDepthDlgProc()
452 (unsigned int)s_pScreenInfo->dwBPP, in winChangeDepthDlgProc()
458 s_pScreenInfo->dwBPP) { in winChangeDepthDlgProc()
H A Dwinmisc.c73 pScreenInfo->dwBPP), in winUpdateFBPointer()
H A Dwinvalargs.c156 || g_ScreenInfo[i].dwBPP != WIN_DEFAULT_BPP)) { in winValidateArgs()
H A Dwinwin32rootless.c646 stridesize = pRLWinPriv->pFrame->width * (pScreenInfo->dwBPP >> 3); in winMWExtWMStartDrawing()
651 stridesize / (pScreenInfo->dwBPP >> 3); in winMWExtWMStartDrawing()
H A Dwincmap.c501 if (pScreenInfo->dwBPP > 8) { in winCreateDefColormap()
H A Dwin.h381 DWORD dwBPP; member
H A Dwinwndproc.c184 if (s_pScreenInfo->dwBPP != in winWindowProc()
H A Dddraw.h1396 DWORD dwBPP, DWORD dwRefreshRate, in DECLARE_INTERFACE_()
1481 DWORD dwBPP, DWORD dwRefreshRate, in DECLARE_INTERFACE_()
1579 DWORD dwBPP, DWORD dwRefreshRate, in DECLARE_INTERFACE_()