OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:surfaces_memtotal
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.h
84
int
surfaces_memtotal
;
member in struct:SDL_PrivateVideoData
117
#define
surfaces_memtotal
(this->hidden->
surfaces_memtotal
)
macro
SDL_dgavideo.c
601
printf("Memory left: %d (%d total)\n", surfaces_memleft,
surfaces_memtotal
);
629
surfaces_memtotal
= size;
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.h
97
int
surfaces_memtotal
;
member in struct:SDL_PrivateVideoData
140
#define
surfaces_memtotal
(this->hidden->
surfaces_memtotal
)
macro
SDL_fbvideo.c
[
all
...]
Completed in 489 milliseconds