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

  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.h 82 int surfaces_memtotal; member in struct:SDL_PrivateVideoData
115 #define surfaces_memtotal (this->hidden->surfaces_memtotal) macro
SDL_dgavideo.c 597 printf("Memory left: %d (%d total)\n", surfaces_memleft, surfaces_memtotal);
625 surfaces_memtotal = size;
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.h 84 int surfaces_memtotal; member in struct:SDL_PrivateVideoData
122 #define surfaces_memtotal (this->hidden->surfaces_memtotal) macro
SDL_fbvideo.c 1081 printf("Memory left: %d (%d total)\n", surfaces_memleft, surfaces_memtotal);
1109 surfaces_memtotal = size;
    [all...]

Completed in 200 milliseconds