Searched defs:_THIS (Results 51 - 66 of 66) sorted by relevance

123

/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsvideo.h37 #define _THIS SDL_VideoDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.h38 #define _THIS SDL_VideoDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/audio/
H A DSDL_sysaudio.h34 #define _THIS SDL_AudioDevice *_this macro
49 int (*OpenAudio)(_THIS, SDL_AudioSpec *spec);
50 void (*ThreadInit)(_THIS); /* Called by audio thread at start */
51 void (*WaitAudio)(_THIS);
52 void (*PlayAudio)(_THIS);
53 Uint8 *(*GetAudioBuf)(_THIS);
54 void (*WaitDone)(_THIS);
55 void (*CloseAudio)(_THIS);
59 void (*LockAudio)(_THIS);
60 void (*UnlockAudio)(_THIS);
96 #undef _THIS macro
[all...]
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
H A DSDL_mintaudio.h37 #define _THIS SDL_AudioDevice *this macro
104 void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock,
106 int SDL_MintAudio_SearchFrequency(_THIS, int desired_freq);
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl_c.h36 #define _THIS SDL_VideoDevice *this macro
51 void (*ConvertSurface)(_THIS, SDL_Surface *surface);
54 void (*CopyShadow)(_THIS, SDL_Surface *surface);
99 extern int SDL_AtariGL_Init(_THIS, SDL_Surface *current);
100 extern void SDL_AtariGL_Quit(_THIS, SDL_bool unload);
101 extern void SDL_AtariGL_InitPointers(_THIS);
103 extern int SDL_AtariGL_LoadLibrary(_THIS, const char *path);
104 extern void *SDL_AtariGL_GetProcAddress(_THIS, const char *proc);
105 extern int SDL_AtariGL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
106 extern int SDL_AtariGL_MakeCurrent(_THIS);
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.h42 #define _THIS SDL_VideoDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.h42 #define _THIS SDL_VideoDevice * this macro
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.h39 #define _THIS SDL_VideoDevice *this macro
107 void (*wait_vbl)(_THIS);
108 void (*wait_idle)(_THIS);
162 extern void FB_SavePaletteTo(_THIS, int palette_len, __u16 *area);
163 extern void FB_RestorePaletteFrom(_THIS, int palette_len, __u16 *area);
177 static __inline__ void FB_WaitBusySurfaces(_THIS)
190 static __inline__ void FB_dst_to_xy(_THIS, SDL_Surface *dst, int *x, int *y)
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_video.h47 #define _THIS SDL_VideoDevice* this macro
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
H A DSDL_ps3video.h71 #define _THIS SDL_VideoDevice * this macro
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.h130 #define _THIS SDL_VideoDevice *this macro
188 int QZ_SetGamma (_THIS, float red, float green, float blue);
189 int QZ_GetGamma (_THIS, float *red, float *green, float *blue);
190 int QZ_SetGammaRamp (_THIS, Uint16 *ramp);
191 int QZ_GetGammaRamp (_THIS, Uint16 *ramp);
194 int QZ_SetupOpenGL (_THIS, int bpp, Uint32 flags);
195 void QZ_TearDownOpenGL (_THIS);
196 void* QZ_GL_GetProcAddress (_THIS, const char *proc);
197 int QZ_GL_GetAttribute (_THIS, SDL_GLattr attrib, int* value);
198 int QZ_GL_MakeCurrent (_THIS);
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios.h31 #define _THIS SDL_VideoDevice *this macro
109 void SDL_XBIOS_AddMode(_THIS, int actually_add, const xbiosmode_t *modeinfo);
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.h53 #define _THIS SDL_VideoDevice *this macro
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_sysvideo.h44 #define _THIS SDL_VideoDevice *_this macro
59 int (*VideoInit)(_THIS, SDL_PixelFormat *vformat);
64 SDL_Rect **(*ListModes)(_THIS, SDL_PixelFormat *format, Uint32 flags);
74 SDL_Surface *(*SetVideoMode)(_THIS, SDL_Surface *current,
78 int (*ToggleFullScreen)(_THIS, int on);
84 void (*UpdateMouse)(_THIS);
90 SDL_Overlay *(*CreateYUVOverlay)(_THIS, int width, int height,
101 int (*SetColors)(_THIS, int firstcolor, int ncolors,
107 void (*UpdateRects)(_THIS, int numrects, SDL_Rect *rects);
112 void (*VideoQuit)(_THIS);
326 #undef _THIS macro
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.h36 #define _THIS SDL_VideoDevice *this macro
39 void GEM_wind_redraw(_THIS, int winhandle, short *inside);
71 void (*setpalette)(_THIS, Uint16 newpal[256][3]);
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c46 #define _THIS SDL_VideoDevice *this macro
48 static int iPod_VideoInit (_THIS, SDL_PixelFormat *vformat);
49 static SDL_Rect **iPod_ListModes (_THIS, SDL_PixelFormat *format, Uint32 flags);
50 static SDL_Surface *iPod_SetVideoMode (_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
51 static int iPod_SetColors (_THIS, int firstcolor, int ncolors, SDL_Color *colors);
52 static void iPod_UpdateRects (_THIS, int nrects, SDL_Rect *rects);
53 static void iPod_VideoQuit (_THIS);
54 static void iPod_PumpEvents (_THIS);
109 void iPod_InitOSKeymap (_THIS) {}
164 static int iPod_VideoInit (_THIS, SDL_PixelForma
[all...]

Completed in 245 milliseconds

123