OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NUM_MODELISTS
(Results
1 - 11
of
11
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_lowvideo.h
41
#define
NUM_MODELISTS
4 /* 8, 16, 24, and 32 bits-per-pixel */
42
int SDL_nummodes[
NUM_MODELISTS
];
43
SDL_Rect **SDL_modelist[
NUM_MODELISTS
];
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_lowvideo.h
39
#define
NUM_MODELISTS
4 /* 8, 16, 24, and 32 bits-per-pixel */
40
int SDL_nummodes[
NUM_MODELISTS
];
41
SDL_Rect **SDL_modelist[
NUM_MODELISTS
];
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.h
35
#define
NUM_MODELISTS
4 /* 8, 16, 24, and 32 bits-per-pixel */
36
int SDL_nummodes[
NUM_MODELISTS
];
37
SDL_Rect **SDL_modelist[
NUM_MODELISTS
];
38
int *SDL_vgamode[
NUM_MODELISTS
];
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.h
38
#define
NUM_MODELISTS
4 /* 8, 16, 24, and 32 bits-per-pixel */
39
int SDL_nummodes[
NUM_MODELISTS
];
40
SDL_Rect **SDL_modelist[
NUM_MODELISTS
];
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.h
38
#define
NUM_MODELISTS
4 /* 8, 16, 24, and 32 bits-per-pixel */
39
int SDL_nummodes[
NUM_MODELISTS
];
40
SDL_Rect **SDL_modelist[
NUM_MODELISTS
];
41
int SDL_modeindex[
NUM_MODELISTS
];
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosvideo.h
53
#define
NUM_MODELISTS
4 /* 8, 16, 24, and 32 bits-per-pixel */
54
int SDL_nummodes[
NUM_MODELISTS
];
55
SDL_Rect **SDL_modelist[
NUM_MODELISTS
];
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
SDL_vglvideo.h
49
#define
NUM_MODELISTS
4 /* 8, 16, 24, and 32 bits-per-pixel */
50
int SDL_nummodes[
NUM_MODELISTS
];
51
SDL_Rect **SDL_modelist[
NUM_MODELISTS
];
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.h
71
#define
NUM_MODELISTS
4 /* 8, 16, 24, and 32 bits-per-pixel */
72
int SDL_nummodes[
NUM_MODELISTS
];
73
SDL_Rect **SDL_modelist[
NUM_MODELISTS
];
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.h
92
#define
NUM_MODELISTS
4 /* 8, 16, 24, and 32 bits-per-pixel */
93
int SDL_nummodes[
NUM_MODELISTS
];
94
SDL_Rect **SDL_modelist[
NUM_MODELISTS
];
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.h
46
#define
NUM_MODELISTS
4 /* 8, 16, 24, and 32 bits-per-pixel */
64
int SDL_nummodes[
NUM_MODELISTS
];
65
SDL_Rect **SDL_modelist[
NUM_MODELISTS
];
66
xbiosmode_t **SDL_xbiosmode[
NUM_MODELISTS
];
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.h
126
#define
NUM_MODELISTS
4 /* 8, 16, 24, and 32 bits-per-pixel */
127
int SDL_nummodes[
NUM_MODELISTS
];
128
SDL_Rect **SDL_modelist[
NUM_MODELISTS
];
Completed in 317 milliseconds