Searched defs:SDL_NAME (Results 1 - 14 of 14) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_name.h9 #define SDL_NAME(X) SDL_##X macro
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
H A DXinerama.h14 } SDL_NAME(XineramaScreenInfo); typedef in typeref:struct:__anon29450
16 Bool SDL_NAME(XineramaQueryExtension) (
22 Status SDL_NAME(XineramaQueryVersion)(
28 Bool SDL_NAME(XineramaIsActive)(Display *dpy);
39 SDL_NAME(XineramaScreenInfo) *
40 SDL_NAME(XineramaQueryScreens)(
H A DpanoramiXext.h46 } SDL_NAME(XPanoramiXInfo); typedef in typeref:struct:__anon29498
48 extern SDL_NAME(XPanoramiXInfo) *SDL_NAME(XPanoramiXAllocInfo) (
H A DXvlib.h63 } SDL_NAME(XvRational); typedef in typeref:struct:__anon29451
70 } SDL_NAME(XvAttribute); typedef in typeref:struct:__anon29452
77 SDL_NAME(XvRational) rate;
79 } SDL_NAME(XvEncodingInfo); typedef in typeref:struct:__anon29453
84 } SDL_NAME(XvFormat); typedef in typeref:struct:__anon29454
92 SDL_NAME(XvFormat) *formats;
94 } SDL_NAME(XvAdaptorInfo); typedef in typeref:struct:__anon29455
105 } SDL_NAME(XvVideoNotifyEvent); typedef in typeref:struct:__anon29456
116 } SDL_NAME(XvPortNotifyEvent); typedef in typeref:struct:__anon29457
120 SDL_NAME(XvVideoNotifyEven
123 } SDL_NAME(XvEvent); typedef in typeref:union:__anon29458
152 } SDL_NAME(XvImageFormatValues); typedef in typeref:struct:__anon29459
163 } SDL_NAME(XvImage); typedef in typeref:struct:__anon29460
[all...]
H A Dxf86dga.h89 } SDL_NAME(XDGAMode); typedef in typeref:struct:__anon29508
93 SDL_NAME(XDGAMode) mode;
96 } SDL_NAME(XDGADevice); typedef in typeref:struct:__anon29509
110 } SDL_NAME(XDGAButtonEvent); typedef in typeref:struct:__anon29510
120 } SDL_NAME(XDGAKeyEvent); typedef in typeref:struct:__anon29511
131 } SDL_NAME(XDGAMotionEvent); typedef in typeref:struct:__anon29512
135 SDL_NAME(XDGAButtonEvent) xbutton;
136 SDL_NAME(XDGAKeyEvent) xkey;
137 SDL_NAME(XDGAMotionEvent) xmotion;
139 } SDL_NAME(XDGAEven typedef in typeref:union:__anon29513
[all...]
H A Dxf86vmode.h107 } SDL_NAME(XF86VidModeModeLine); typedef in typeref:struct:__anon29533
128 } SDL_NAME(XF86VidModeModeInfo); typedef in typeref:struct:__anon29534
133 } SDL_NAME(XF86VidModeSyncRange); typedef in typeref:struct:__anon29535
140 SDL_NAME(XF86VidModeSyncRange)* hsync;
142 SDL_NAME(XF86VidModeSyncRange)* vsync;
143 } SDL_NAME(XF86VidModeMonitor); typedef in typeref:struct:__anon29536
155 } SDL_NAME(XF86VidModeNotifyEvent); typedef in typeref:struct:__anon29537
161 } SDL_NAME(XF86VidModeGamma); typedef in typeref:struct:__anon29538
165 SDL_NAME(XF86VidModeSwitchMode)(disp, scr, 1)
167 SDL_NAME(XF86VidModeSwitchMod
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/arts/
H A DSDL_artsaudio.c42 #define SDL_NAME(X) X macro
61 static int (*SDL_NAME(arts_init))(void);
62 static void (*SDL_NAME(arts_free))(void);
63 static arts_stream_t (*SDL_NAME(arts_play_stream))(int rate, int bits, int channels, const char *name);
64 static int (*SDL_NAME(arts_stream_set))(arts_stream_t s, arts_parameter_t param, int value);
65 static int (*SDL_NAME(arts_stream_get))(arts_stream_t s, arts_parameter_t param);
66 static int (*SDL_NAME(arts_write))(arts_stream_t s, const void *buffer, int count);
67 static void (*SDL_NAME(arts_close_stream))(arts_stream_t s);
68 static int (*SDL_NAME(arts_suspend))(void);
69 static int (*SDL_NAME(arts_suspende
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/esd/
H A DSDL_esdaudio.c43 #define SDL_NAME(X) X macro
62 static int (*SDL_NAME(esd_open_sound))( const char *host );
63 static int (*SDL_NAME(esd_close))( int esd );
64 static int (*SDL_NAME(esd_play_stream))( esd_format_t format, int rate,
70 { "esd_open_sound", (void **)&SDL_NAME(esd_open_sound) },
71 { "esd_close", (void **)&SDL_NAME(esd_close) },
72 { "esd_play_stream", (void **)&SDL_NAME(esd_play_stream) },
129 connection = SDL_NAME(esd_open_sound)(NULL);
132 SDL_NAME(esd_close)(connection);
242 SDL_NAME(esd_clos
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xinerama/
H A DXinerama.c83 Bool SDL_NAME(XPanoramiXQueryExtension) (
101 Status SDL_NAME(XPanoramiXQueryVersion)(
131 SDL_NAME(XPanoramiXInfo) *SDL_NAME(XPanoramiXAllocInfo)(void) function
133 return (SDL_NAME(XPanoramiXInfo) *) Xmalloc (sizeof (SDL_NAME(XPanoramiXInfo)));
136 Status SDL_NAME(XPanoramiXGetState) (
139 SDL_NAME(XPanoramiXInfo) *panoramiX_info
165 Status SDL_NAME(XPanoramiXGetScreenCount) (
168 SDL_NAME(XPanoramiXInf
276 SDL_NAME(XineramaScreenInfo) * function
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
H A DSDL_alsa_audio.c39 #define SDL_NAME(X) X macro
59 static int (*SDL_NAME(snd_pcm_open))(snd_pcm_t **pcm, const char *name, snd_pcm_stream_t stream, int mode);
60 static int (*SDL_NAME(snd_pcm_close))(snd_pcm_t *pcm);
61 static snd_pcm_sframes_t (*SDL_NAME(snd_pcm_writei))(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size);
62 static int (*SDL_NAME(snd_pcm_recover))(snd_pcm_t *pcm, int err, int silent);
63 static int (*SDL_NAME(snd_pcm_prepare))(snd_pcm_t *pcm);
64 static int (*SDL_NAME(snd_pcm_drain))(snd_pcm_t *pcm);
65 static const char *(*SDL_NAME(snd_strerror))(int errnum);
66 static size_t (*SDL_NAME(snd_pcm_hw_params_sizeof))(void);
67 static size_t (*SDL_NAME(snd_pcm_sw_params_sizeo
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/pulse/
H A DSDL_pulseaudio.c47 #define SDL_NAME(X) X macro
68 static pa_simple* (*SDL_NAME(pa_simple_new))(
79 static void (*SDL_NAME(pa_simple_free))(pa_simple *s);
81 static pa_channel_map* (*SDL_NAME(pa_channel_map_init_auto))(
87 static pa_mainloop * (*SDL_NAME(pa_mainloop_new))(void);
88 static pa_mainloop_api * (*SDL_NAME(pa_mainloop_get_api))(pa_mainloop *m);
89 static int (*SDL_NAME(pa_mainloop_iterate))(pa_mainloop *m, int block, int *retval);
90 static void (*SDL_NAME(pa_mainloop_free))(pa_mainloop *m);
92 static pa_operation_state_t (*SDL_NAME(pa_operation_get_state))(pa_operation *o);
93 static void (*SDL_NAME(pa_operation_cance
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
H A DXv.c106 SDL_NAME(XvQueryExtension)(
143 SDL_NAME(XvQueryAdaptors)(
147 SDL_NAME(XvAdaptorInfo) **p_pAdaptors
154 SDL_NAME(XvAdaptorInfo) *pas, *pa;
155 SDL_NAME(XvFormat) *pfs, *pf;
195 size = rep.num_adaptors*sizeof(SDL_NAME(XvAdaptorInfo));
196 if ((pas=(SDL_NAME(XvAdaptorInfo) *)Xmalloc(size))==NULL) {
210 pa->formats = (SDL_NAME(XvFormat) *)NULL;
229 SDL_NAME(XvFreeAdaptorInfo)(pas);
242 size = pa->num_formats*sizeof(SDL_NAME(XvForma
809 SDL_NAME(XvAttribute)* function
862 SDL_NAME(XvImageFormatValues) * SDL_NAME(XvListImageFormats) ( function
932 SDL_NAME(XvImage) * SDL_NAME(XvCreateImage) ( function
983 SDL_NAME(XvImage) * SDL_NAME(XvShmCreateImage) ( function
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
H A DXF86DGA2.c40 char *SDL_NAME(xdga_extension_name) = XF86DGANAME;
46 Bool SDL_NAME(XDGAMapFramebuffer)(int, char *, unsigned char*, CARD32, CARD32, CARD32);
47 void SDL_NAME(XDGAUnmapFramebuffer)(int);
48 unsigned char* SDL_NAME(XDGAGetMappedMemory)(int);
51 XextCheckExtension (dpy, i, SDL_NAME(xdga_extension_name), val)
80 XEXT_GENERATE_FIND_DISPLAY (SDL_NAME(xdga_find_display), xdga_info,
102 SDL_NAME(XDGAButtonEvent) *bevent;
103 SDL_NAME(XDGAKeyEvent) *kevent;
104 SDL_NAME(XDGAMotionEvent) *mevent;
105 XExtDisplayInfo *info = SDL_NAME(xdga_find_displa
287 SDL_NAME(XDGAMode)* SDL_NAME(XDGAQueryModes)( function
366 SDL_NAME(XDGADevice) * function
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c84 if ( SDL_NAME(XDGAQueryExtension)(dpy, &events, &errors) &&
85 SDL_NAME(XDGAQueryVersion)(dpy, &major, &minor) ) {
90 SDL_NAME(XDGAOpenFramebuffer)(dpy, screen) ) {
92 SDL_NAME(XDGACloseFramebuffer)(dpy, screen);
221 extern unsigned char *SDL_NAME(XDGAGetMappedMemory)(int screen);
228 mem = (unsigned long)SDL_NAME(XDGAGetMappedMemory)(DGA_Screen);
245 static void PrintMode(SDL_NAME(XDGAMode) *mode) function
283 const SDL_NAME(XDGAMode) *a = (const SDL_NAME(XDGAMode) *)va;
284 const SDL_NAME(XDGAMod
[all...]

Completed in 652 milliseconds