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

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_leaks.h 30 extern int surfaces_allocated;
SDL_surface.c 147 ++surfaces_allocated;
939 --surfaces_allocated;
  /external/qemu/distrib/sdl-1.2.12/src/
SDL.c 62 int surfaces_allocated = 0; variable
230 if ( surfaces_allocated != 0 ) {
232 surfaces_allocated);

Completed in 113 milliseconds