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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLTest.cpp47 static void *gPtrVRAM; /* allocated virtual framebuffer */ variable
283 if (gPtrVRAM)
285 free(gPtrVRAM);
286 gPtrVRAM = NULL;
293 gPtrVRAM = malloc(guGuestXRes * guGuestYRes * bytes_per_pixel);
294 gSurfVRAM = SDL_CreateRGBSurfaceFrom(gPtrVRAM, guGuestXRes, guGuestYRes, guGuestBpp,

Completed in 32 milliseconds