Searched refs:dwBPP (Results 1 - 25 of 29) sorted by relevance

12

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmisc.c73 pScreenInfo->dwBPP),
H A Dwinscrinit.c88 dwInitialBPP = pScreenInfo->dwBPP;
99 (int) pScreenInfo->dwBPP);
101 else if (dwInitialBPP != pScreenInfo->dwBPP) {
105 (int) dwInitialBPP, (int) pScreenInfo->dwBPP);
109 (int) pScreenInfo->dwBPP);
113 if (!(WIN_SUPPORTED_BPPS & (1 << (pScreenInfo->dwBPP - 1)))) {
116 "per pixel.\n", (int) pScreenInfo->dwBPP);
243 if (pScreenInfo->dwBPP == 8)
261 if ((pScreenInfo->dwBPP == 8) && (pScreenInfo->fCompositeWM)) {
274 pScreenInfo->dwStride, pScreenInfo->dwBPP)) {
[all...]
H A Dwinengine.c117 DWORD dwBPP; local in function:winSetEngine
127 * pScreenInfo->dwBPP may be 0 to indicate that the current screen
131 dwBPP = GetDeviceCaps(hdc, BITSPIXEL);
138 if (dwBPP == 8 && !pScreenInfo->fFullScreen) {
H A Dwinvalargs.c143 || g_ScreenInfo[i].dwBPP != WIN_DEFAULT_BPP)) {
H A Dwinshadddnl.c211 pScreenInfo->dwBPP);
335 || pScreenInfo->dwBPP != GetDeviceCaps(hdc, BITSPIXEL)
343 pScreenInfo->dwBPP,
355 pScreenInfo->dwBPP, 0, 0);
452 / pScreenInfo->dwBPP;
748 (int) pScreenInfo->dwDepth, (int) pScreenInfo->dwBPP);
819 DWORD dwBPP; local in function:winAdjustVideoModeShadowDDNL
829 dwBPP = GetDeviceCaps(hdc, BITSPIXEL);
832 if (!(pScreenInfo->fFullScreen && (pScreenInfo->dwBPP != WIN_DEFAULT_BPP))) {
834 pScreenInfo->dwBPP
[all...]
H A Dwinprocarg.c121 defaultScreenInfo.dwBPP = WIN_DEFAULT_BPP;
770 DWORD dwBPP = 0; local in function:ddxProcessArgument
779 dwBPP = atoi(argv[i]);
781 screenInfoPtr->dwBPP = dwBPP;
H A Dwindialogs.c440 (unsigned int)s_pScreenInfo->dwBPP,
452 (unsigned int)s_pScreenInfo->dwBPP,
458 s_pScreenInfo->dwBPP) {
459 ErrorF("winChangeDelthDlgProc - wParam == s_pScreenInfo->dwBPP\n");
H A Dwinshadgdi.c398 * 8) / pScreenInfo->dwBPP;
649 (int) pScreenInfo->dwDepth, (int) pScreenInfo->dwBPP);
718 DWORD dwBPP; local in function:winAdjustVideoModeShadowGDI
729 dwBPP = GetDeviceCaps(hdc, BITSPIXEL);
732 pScreenInfo->dwBPP = dwBPP;
H A Dwincmap.c501 if (pScreenInfo->dwBPP > 8) {
H A Dwin.h379 DWORD dwBPP; member in struct:__anoned6456b30508
H A Dwinwndproc.c184 if (s_pScreenInfo->dwBPP !=
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinscrinit.c131 dwInitialBPP = pScreenInfo->dwBPP;
142 ErrorF ("winScreenInit - Using Windows display depth of %d bits per pixel\n", (int) pScreenInfo->dwBPP);
144 else if (dwInitialBPP != pScreenInfo->dwBPP)
147 ErrorF ("winScreenInit - Command line depth of %d bpp overidden by engine, using %d bpp\n", (int) dwInitialBPP, (int) pScreenInfo->dwBPP);
151 ErrorF ("winScreenInit - Using command line depth of %d bpp\n", (int) pScreenInfo->dwBPP);
155 if (!(WIN_SUPPORTED_BPPS & (1 << (pScreenInfo->dwBPP - 1))))
160 (int) pScreenInfo->dwBPP);
293 if (pScreenInfo->dwBPP == 8)
324 pScreenInfo->dwBPP))
362 pScreenInfo->dwBPP))
[all...]
H A Dwinengine.c161 DWORD dwBPP; local in function:winSetEngine
172 * pScreenInfo->dwBPP may be 0 to indicate that the current screen
176 dwBPP = GetDeviceCaps (hdc, BITSPIXEL);
183 if (dwBPP == 8 && !pScreenInfo->fFullScreen)
H A Dwinnativegdi.c275 DWORD dwBPP; local in function:winAdjustVideoModeNativeGDI
287 dwBPP = GetDeviceCaps (hdc, BITSPIXEL);
297 if (dwBPP == 32)
300 pScreenInfo->dwDepth = dwBPP;
305 pScreenInfo->dwBPP = dwBPP;
H A Dwinvideo.c51 if (pScreenInfo->dwBPP > 8)
127 if (pScreenInfo->dwBPP > 8)
H A Dwinmisc.c91 pScreenInfo->dwBPP),
H A Dwinvalargs.c158 || g_ScreenInfo[i].dwBPP != WIN_DEFAULT_BPP))
H A Dwinpfbdd.c121 pScreenInfo->dwBPP,
221 / pScreenInfo->dwBPP;
425 DWORD dwBPP; local in function:winAdjustVideoModePrimaryDD
436 dwBPP = GetDeviceCaps (hdc, BITSPIXEL);
440 (pScreenInfo->dwBPP != WIN_DEFAULT_BPP)))
443 pScreenInfo->dwBPP = dwBPP;
H A Dwinshadddnl.c242 pScreenInfo->dwBPP);
383 || pScreenInfo->dwBPP != GetDeviceCaps (hdc, BITSPIXEL)
392 pScreenInfo->dwBPP,
404 pScreenInfo->dwBPP,
512 / pScreenInfo->dwBPP;
885 (int) pScreenInfo->dwBPP);
967 DWORD dwBPP; local in function:winAdjustVideoModeShadowDDNL
978 dwBPP = GetDeviceCaps (hdc, BITSPIXEL);
982 (pScreenInfo->dwBPP != WIN_DEFAULT_BPP)))
985 pScreenInfo->dwBPP
[all...]
H A Dwinshaddd.c349 || pScreenInfo->dwBPP != GetDeviceCaps (hdc, BITSPIXEL)
358 pScreenInfo->dwBPP,
370 pScreenInfo->dwBPP,
486 / pScreenInfo->dwBPP;
811 (int) pScreenInfo->dwBPP);
893 DWORD dwBPP; local in function:winAdjustVideoModeShadowDD
904 dwBPP = GetDeviceCaps (hdc, BITSPIXEL);
908 (pScreenInfo->dwBPP != WIN_DEFAULT_BPP)))
911 pScreenInfo->dwBPP = dwBPP;
[all...]
H A Dwinprocarg.c105 defaultScreenInfo.dwBPP = WIN_DEFAULT_BPP;
784 DWORD dwBPP = 0; local in function:ddxProcessArgument
794 dwBPP = atoi (argv[i]);
796 screenInfoPtr->dwBPP = dwBPP;
H A Dwindialogs.c486 s_pScreenInfo->dwBPP,
498 s_pScreenInfo->dwBPP,
503 if (GetDeviceCaps(s_pScreenPriv->hdcScreen, BITSPIXEL) == s_pScreenInfo->dwBPP)
505 ErrorF ("winChangeDelthDlgProc - wParam == s_pScreenInfo->dwBPP\n");
H A Dwinshadgdi.c428 * 8) / pScreenInfo->dwBPP;
707 (int) pScreenInfo->dwBPP);
787 DWORD dwBPP; local in function:winAdjustVideoModeShadowGDI
799 dwBPP = GetDeviceCaps (hdc, BITSPIXEL);
802 pScreenInfo->dwBPP = dwBPP;
H A Dwincmap.c553 if (pScreenInfo->dwBPP > 8)
H A Dwinwin32rootless.c742 stridesize = pRLWinPriv->pFrame->width * (pScreenInfo->dwBPP >> 3);
747 pRLWinPriv->pbmihShadow->biWidth = stridesize / (pScreenInfo->dwBPP >> 3);

Completed in 20 milliseconds

12