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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLTest.cpp46 static SDL_Surface *gSurfVRAM; /* SDL virtual framebuffer surface */ variable
278 if (gSurfVRAM)
280 SDL_FreeSurface(gSurfVRAM);
281 gSurfVRAM = NULL;
294 gSurfVRAM = SDL_CreateRGBSurfaceFrom(gPtrVRAM, guGuestXRes, guGuestYRes, guGuestBpp,
301 gSurfVRAM = SDL_CreateRGBSurface(SDL_SWSURFACE, guGuestXRes, guGuestYRes, guGuestBpp,
305 if (!gSurfVRAM)
318 SDL_FillRect(gSurfVRAM, &rect,
319 SDL_MapRGB(gSurfVRAM->format, 0x5F, 0x6F, 0x1F)));
395 checkSDL("SDL_BlitSurface", SDL_BlitSurface(gSurfVRAM,
[all...]

Completed in 53 milliseconds