Home
last modified time | relevance | path

Searched refs:surfaces_allocated (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/
DSDL.c62 int surfaces_allocated = 0; variable
230 if ( surfaces_allocated != 0 ) { in SDL_Quit()
232 surfaces_allocated); in SDL_Quit()
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_leaks.h30 extern int surfaces_allocated;
DSDL_surface.c147 ++surfaces_allocated; in SDL_CreateRGBSurface()
939 --surfaces_allocated; in SDL_FreeSurface()