Lines Matching refs:dwBPP
131 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))