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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLTest.cpp49 static unsigned long guGuestXRes; /* virtual framebuffer width */ variable
165 guGuestXRes = w;
249 newWidth = RT_MIN(guMaxScreenWidth, guGuestXRes);
268 RTPrintf("Testing "ESC_BOLD"%ldx%ld@%ld"ESC_NORM"\n", guGuestXRes, guGuestYRes, guGuestBpp);
293 gPtrVRAM = malloc(guGuestXRes * guGuestYRes * bytes_per_pixel);
294 gSurfVRAM = SDL_CreateRGBSurfaceFrom(gPtrVRAM, guGuestXRes, guGuestYRes, guGuestBpp,
295 bytes_per_pixel * guGuestXRes,
301 gSurfVRAM = SDL_CreateRGBSurface(SDL_SWSURFACE, guGuestXRes, guGuestYRes, guGuestBpp,
308 guGuestXRes, guGuestYRes, guGuestBpp);
316 SDL_Rect rect = { 0, 0, (Uint16)guGuestXRes, (Uint1
[all...]

Completed in 42 milliseconds