OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:surfaces_allocated
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/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.15/src/
SDL.c
62
int
surfaces_allocated
= 0;
variable
230
if (
surfaces_allocated
!= 0 ) {
232
surfaces_allocated
);
Completed in 29 milliseconds