Searched defs:guGuestBpp (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLTest.cpp51 static unsigned long guGuestBpp; /* virtual framebuffer bits per pixel */ variable
167 guGuestBpp = bpp;
172 switch (guGuestBpp)
268 RTPrintf("Testing "ESC_BOLD"%ldx%ld@%ld"ESC_NORM"\n", guGuestXRes, guGuestYRes, guGuestBpp);
289 if (gScreen->format->BitsPerPixel != guGuestBpp)
292 int bytes_per_pixel = (guGuestBpp + 7) / 8;
294 gSurfVRAM = SDL_CreateRGBSurfaceFrom(gPtrVRAM, guGuestXRes, guGuestYRes, guGuestBpp,
301 gSurfVRAM = SDL_CreateRGBSurface(SDL_SWSURFACE, guGuestXRes, guGuestYRes, guGuestBpp,
308 guGuestXRes, guGuestYRes, guGuestBpp);
349 switch (guGuestBpp)
[all...]

Completed in 39 milliseconds