Home | History | Annotate | Download | only in os2fslib

Lines Matching refs:bpp

2291  specified -- the desired bpp will be emulated with a shadow
2296 int width, int height, int bpp, Uint32 flags)
2311 printf("[os2fslib_SetVideoMode] : Request for %dx%d @ %dBPP, flags=0x%x\n", width, height, bpp, flags); fflush(stdout);
2315 if (bpp==8) bpp=32;
2333 printf("[os2fslib_SetVideoMode] : Changed request to %dx%d @ %dBPP, flags=0x%x\n", width, height, bpp, flags); fflush(stdout);
2351 // If good resolution, try to find the exact BPP, or at least
2356 if ((pModeInfoFound->uiBPP!=bpp) &&
2376 (pModeInfo->uiBPP == bpp))
2594 printf("[os2fslib_ListModes] : ListModes of %d Bpp\n", format->BitsPerPixel);