SDL_dspvideo.c | 43 Secondly, an offscreen pixel image allocated in VRAM can be 205 GWorldPtr offscreen; // offscreen gworld in VRAM or AGP member in struct:private_hwdata 436 GWorldPtr offscreen; local 443 err = NewGWorld (&offscreen, vformat->BitsPerPixel, &bounds, NULL, SDL_Display, useDistantHdwrMem | noNewDevice); 446 DisposeGWorld (offscreen); 449 err = NewGWorld (&offscreen, vformat->BitsPerPixel, &bounds, NULL, SDL_Display, useLocalHdwrMem | noNewDevice); 451 DisposeGWorld (offscreen); 879 current->hwdata->offscreen = dsp_back_buffer; 899 current->hwdata->offscreen = dsp_back_buffer [all...] |