Searched refs:_THIS (Results 101 - 125 of 286) sorted by relevance

1234567891011>>

/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
H A DSDL_nxmodes.c31 SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags)
43 void NX_FreeVideoModes (_THIS)
56 int NX_EnterFullScreen (_THIS)
73 int NX_LeaveFullScreen (_THIS)
H A DSDL_nxmouse.c37 WMcursor * NX_CreateWMCursor (_THIS,
54 void NX_FreeWMCursor (_THIS, WMcursor * cursor)
61 void NX_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
75 int NX_ShowWMCursor (_THIS, WMcursor * cursor)
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/
H A DSDL_pgvideo.h38 #define _THIS SDL_VideoDevice *this macro
H A DSDL_pgvideo.c39 static int PG_VideoInit(_THIS, SDL_PixelFormat *vformat);
40 static SDL_Rect **PG_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
41 static SDL_Surface *PG_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
42 static int PG_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
43 static void PG_VideoQuit(_THIS);
46 static int PG_AllocHWSurface(_THIS, SDL_Surface *surface);
47 static int PG_LockHWSurface(_THIS, SDL_Surface *surface);
48 static void PG_UnlockHWSurface(_THIS, SDL_Surface *surface);
49 static void PG_FreeHWSurface(_THIS, SDL_Surface *surface);
52 static void PG_UpdateRects(_THIS, in
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_wm.c38 void ph_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
44 void ph_SetCaption(_THIS, const char *title, const char *icon)
58 int ph_IconifyWindow(_THIS)
75 SDL_GrabMode ph_GrabInputNoLock(_THIS, SDL_GrabMode mode)
96 SDL_GrabMode ph_GrabInput(_THIS, SDL_GrabMode mode)
106 int ph_GetWMInfo(_THIS, SDL_SysWMinfo *info)
/external/qemu/distrib/sdl-1.2.12/src/video/dc/
H A DSDL_dcvideo.c39 static int DC_VideoInit(_THIS, SDL_PixelFormat *vformat);
40 static SDL_Rect **DC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
41 static SDL_Surface *DC_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
42 static int DC_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
43 static void DC_VideoQuit(_THIS);
46 static int DC_AllocHWSurface(_THIS, SDL_Surface *surface);
47 static int DC_LockHWSurface(_THIS, SDL_Surface *surface);
48 static void DC_UnlockHWSurface(_THIS, SDL_Surface *surface);
49 static void DC_FreeHWSurface(_THIS, SDL_Surface *surface);
50 static int DC_FlipHWSurface(_THIS, SDL_Surfac
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
H A DSDL_sysvideo.cc54 static int QT_VideoInit(_THIS, SDL_PixelFormat *vformat);
55 static SDL_Rect **QT_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
56 static SDL_Surface *QT_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
57 static void QT_UpdateMouse(_THIS);
58 static int QT_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
59 static void QT_VideoQuit(_THIS);
62 static int QT_AllocHWSurface(_THIS, SDL_Surface *surface);
63 static int QT_LockHWSurface(_THIS, SDL_Surface *surface);
64 static void QT_UnlockHWSurface(_THIS, SDL_Surface *surface);
65 static void QT_FreeHWSurface(_THIS, SDL_Surfac
[all...]
/external/qemu/distrib/sdl-1.2.12/src/audio/disk/
H A DSDL_diskaudio.c50 static int DISKAUD_OpenAudio(_THIS, SDL_AudioSpec *spec);
51 static void DISKAUD_WaitAudio(_THIS);
52 static void DISKAUD_PlayAudio(_THIS);
53 static Uint8 *DISKAUD_GetAudioBuf(_THIS);
54 static void DISKAUD_CloseAudio(_THIS);
120 static void DISKAUD_WaitAudio(_THIS)
125 static void DISKAUD_PlayAudio(_THIS)
143 static Uint8 *DISKAUD_GetAudioBuf(_THIS)
148 static void DISKAUD_CloseAudio(_THIS)
160 static int DISKAUD_OpenAudio(_THIS, SDL_AudioSpe
[all...]
/external/qemu/distrib/sdl-1.2.12/src/audio/dummy/
H A DSDL_dummyaudio.c40 static int DUMMYAUD_OpenAudio(_THIS, SDL_AudioSpec *spec);
41 static void DUMMYAUD_WaitAudio(_THIS);
42 static void DUMMYAUD_PlayAudio(_THIS);
43 static Uint8 *DUMMYAUD_GetAudioBuf(_THIS);
44 static void DUMMYAUD_CloseAudio(_THIS);
100 static void DUMMYAUD_WaitAudio(_THIS)
109 static void DUMMYAUD_PlayAudio(_THIS)
114 static Uint8 *DUMMYAUD_GetAudioBuf(_THIS)
119 static void DUMMYAUD_CloseAudio(_THIS)
127 static int DUMMYAUD_OpenAudio(_THIS, SDL_AudioSpe
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11dga.c35 void X11_EnableDGAMouse(_THIS)
73 void X11_CheckDGAMouse(_THIS)
82 void X11_DisableDGAMouse(_THIS)
H A DSDL_x11gamma.c33 static int X11_SetGammaNoLock(_THIS, float red, float green, float blue)
83 int X11_SetVidModeGamma(_THIS, float red, float green, float blue)
94 static int X11_GetGammaNoLock(_THIS, float *red, float *green, float *blue)
110 int X11_GetVidModeGamma(_THIS, float *red, float *green, float *blue)
121 void X11_SaveVidModeGamma(_THIS)
131 void X11_SwapVidModeGamma(_THIS)
H A DSDL_x11image.c45 static void try_mitshm(_THIS, SDL_Surface *screen)
81 static void X11_NormalUpdate(_THIS, int numrects, SDL_Rect *rects);
82 static void X11_MITSHMUpdate(_THIS, int numrects, SDL_Rect *rects);
84 int X11_SetupImage(_THIS, SDL_Surface *screen)
132 void X11_DestroyImage(_THIS, SDL_Surface *screen)
183 int X11_ResizeImage(_THIS, SDL_Surface *screen, Uint32 flags)
208 int X11_AllocHWSurface(_THIS, SDL_Surface *surface)
212 void X11_FreeHWSurface(_THIS, SDL_Surface *surface)
217 int X11_LockHWSurface(_THIS, SDL_Surface *surface)
225 void X11_UnlockHWSurface(_THIS, SDL_Surfac
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
H A DSDL_lowvideo.h52 #define _THIS SDL_VideoDevice *this macro
88 extern void (*WIN_Activate)(_THIS, BOOL active, BOOL minimized);
91 extern void (*WIN_RealizePalette)(_THIS);
94 extern void (*WIN_PaletteChanged)(_THIS, HWND window);
97 extern void (*WIN_WinPAINT)(_THIS, HDC hdc);
100 extern LONG (*HandleMessage)(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
H A DSDL_wingl_c.h65 extern int WIN_GL_SetupWindow(_THIS);
66 extern void WIN_GL_ShutDown(_THIS);
68 extern int WIN_GL_MakeCurrent(_THIS);
69 extern int WIN_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value);
70 extern void WIN_GL_SwapBuffers(_THIS);
71 extern void WIN_GL_UnloadLibrary(_THIS);
72 extern int WIN_GL_LoadLibrary(_THIS, const char* path);
73 extern void *WIN_GL_GetProcAddress(_THIS, const char* proc);
/external/qemu/distrib/sdl-1.2.12/src/video/aalib/
H A DSDL_aavideo.c44 static int AA_VideoInit(_THIS, SDL_PixelFormat *vformat);
45 static SDL_Rect **AA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
46 static SDL_Surface *AA_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
47 static int AA_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
48 static void AA_VideoQuit(_THIS);
51 static int AA_AllocHWSurface(_THIS, SDL_Surface *surface);
52 static int AA_LockHWSurface(_THIS, SDL_Surface *surface);
53 static int AA_FlipHWSurface(_THIS, SDL_Surface *surface);
54 static void AA_UnlockHWSurface(_THIS, SDL_Surface *surface);
55 static void AA_FreeHWSurface(_THIS, SDL_Surfac
[all...]
/external/qemu/distrib/sdl-1.2.12/src/audio/dmedia/
H A DSDL_irixaudio.h32 #define _THIS SDL_AudioDevice *this macro
H A DSDL_irixaudio.c48 static int AL_OpenAudio(_THIS, SDL_AudioSpec *spec);
49 static void AL_WaitAudio(_THIS);
50 static void AL_PlayAudio(_THIS);
51 static Uint8 *AL_GetAudioBuf(_THIS);
52 static void AL_CloseAudio(_THIS);
105 void static AL_WaitAudio(_THIS)
116 static void AL_PlayAudio(_THIS)
125 static Uint8 *AL_GetAudioBuf(_THIS)
130 static void AL_CloseAudio(_THIS)
142 static int AL_OpenAudio(_THIS, SDL_AudioSpe
[all...]
/external/qemu/distrib/sdl-1.2.12/src/audio/macosx/
H A DSDL_coreaudio.h31 #define _THIS SDL_AudioDevice *this macro
/external/qemu/distrib/sdl-1.2.12/src/audio/macrom/
H A DSDL_romaudio.h33 #define _THIS SDL_AudioDevice *this macro
/external/qemu/distrib/sdl-1.2.12/src/audio/mme/
H A DSDL_mmeaudio.h32 #define _THIS SDL_AudioDevice *this macro
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
H A DSDL_gemwm.c43 void GEM_SetCaption(_THIS, const char *title, const char *icon)
56 void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask)
90 int GEM_IconifyWindow(_THIS)
109 SDL_GrabMode GEM_GrabInput(_THIS, SDL_GrabMode mode)
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
H A DSDL_riscosvideo.h32 #define _THIS SDL_VideoDevice *this macro
/external/qemu/distrib/sdl-1.2.12/src/audio/baudio/
H A DSDL_beaudio.cc40 static int BE_OpenAudio(_THIS, SDL_AudioSpec *spec);
41 static void BE_WaitAudio(_THIS);
42 static void BE_PlayAudio(_THIS);
43 static Uint8 *BE_GetAudioBuf(_THIS);
44 static void BE_CloseAudio(_THIS);
128 void BE_WaitAudio(_THIS)
132 void BE_PlayAudio(_THIS)
136 Uint8 *BE_GetAudioBuf(_THIS)
141 void BE_CloseAudio(_THIS)
153 int BE_OpenAudio(_THIS, SDL_AudioSpe
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/ggi/
H A DSDL_ggivideo.c52 static int GGI_VideoInit(_THIS, SDL_PixelFormat *vformat);
53 static SDL_Rect **GGI_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
54 static SDL_Surface *GGI_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
55 static int GGI_SetColors(_THIS, int firstcolor, int ncolors,
57 static void GGI_VideoQuit(_THIS);
60 static int GGI_AllocHWSurface(_THIS, SDL_Surface *surface);
61 static int GGI_LockHWSurface(_THIS, SDL_Surface *surface);
62 static void GGI_UnlockHWSurface(_THIS, SDL_Surface *surface);
63 static void GGI_FreeHWSurface(_THIS, SDL_Surface *surface);
145 int GGI_VideoInit(_THIS, SDL_PixelForma
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
H A DSDL_sysvideo.cc46 static int BE_VideoInit(_THIS, SDL_PixelFormat *vformat);
47 static SDL_Rect **BE_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
48 static SDL_Surface *BE_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
49 static void BE_UpdateMouse(_THIS);
50 static int BE_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
51 static void BE_VideoQuit(_THIS);
54 static int BE_AllocHWSurface(_THIS, SDL_Surface *surface);
55 static int BE_LockHWSurface(_THIS, SDL_Surface *surface);
56 static void BE_UnlockHWSurface(_THIS, SDL_Surface *surface);
57 static void BE_FreeHWSurface(_THIS, SDL_Surfac
[all...]

Completed in 156 milliseconds

1234567891011>>