HomeSort by relevance Sort by last modified time
    Searched refs:shadowmem (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.h 62 Uint8 *shadowmem; member in struct:SDL_PrivateVideoData
SDL_wsconsvideo.c 307 private->shadowmem = (Uint8 *)SDL_malloc(len);
308 if (private->shadowmem == NULL) {
312 private->fbstart = private->shadowmem;
558 src_start = private->shadowmem + (sha_y1 * width + sha_x1) * bytesPerPixel;
585 if (private->shadowmem != NULL) {
586 SDL_free(private->shadowmem);
587 private->shadowmem = NULL;

Completed in 349 milliseconds