Searched refs:dwBPP (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winscrinit.c | 124 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 D | winshadddnl.c | 211 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 D | winengine.c | 117 DWORD dwBPP; in winSetEngine() local 131 dwBPP = GetDeviceCaps(hdc, BITSPIXEL); in winSetEngine() 138 if (dwBPP == 8 && !pScreenInfo->fFullScreen) { in winSetEngine()
|
| H A D | winprocarg.c | 120 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 D | winshadgdi.c | 395 * 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 D | windialogs.c | 440 (unsigned int)s_pScreenInfo->dwBPP, in winChangeDepthDlgProc() 452 (unsigned int)s_pScreenInfo->dwBPP, in winChangeDepthDlgProc() 458 s_pScreenInfo->dwBPP) { in winChangeDepthDlgProc()
|
| H A D | winmisc.c | 73 pScreenInfo->dwBPP), in winUpdateFBPointer()
|
| H A D | winvalargs.c | 156 || g_ScreenInfo[i].dwBPP != WIN_DEFAULT_BPP)) { in winValidateArgs()
|
| H A D | winwin32rootless.c | 646 stridesize = pRLWinPriv->pFrame->width * (pScreenInfo->dwBPP >> 3); in winMWExtWMStartDrawing() 651 stridesize / (pScreenInfo->dwBPP >> 3); in winMWExtWMStartDrawing()
|
| H A D | wincmap.c | 501 if (pScreenInfo->dwBPP > 8) { in winCreateDefColormap()
|
| H A D | win.h | 381 DWORD dwBPP; member
|
| H A D | winwndproc.c | 184 if (s_pScreenInfo->dwBPP != in winWindowProc()
|
| H A D | ddraw.h | 1396 DWORD dwBPP, DWORD dwRefreshRate, in DECLARE_INTERFACE_() 1481 DWORD dwBPP, DWORD dwRefreshRate, in DECLARE_INTERFACE_() 1579 DWORD dwBPP, DWORD dwRefreshRate, in DECLARE_INTERFACE_()
|