Searched refs:_THIS (Results 251 - 275 of 286) sorted by relevance

<<1112

/external/qemu/distrib/sdl-1.2.12/src/audio/dart/
H A DSDL_dart.c76 int DART_OpenAudio(_THIS, SDL_AudioSpec *spec)
270 void DART_ThreadInit(_THIS)
276 void DART_WaitAudio(_THIS)
295 void DART_PlayAudio(_THIS)
311 Uint8 *DART_GetAudioBuf(_THIS)
340 void DART_WaitDone(_THIS)
355 void DART_CloseAudio(_THIS)
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_video.c45 static int ph_VideoInit(_THIS, SDL_PixelFormat *vformat);
46 static SDL_Surface *ph_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
47 static int ph_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
48 static void ph_VideoQuit(_THIS);
164 static PtWidget_t *ph_CreateWindow(_THIS)
173 static int ph_SetupWindow(_THIS, int w, int h, int flags)
347 static int ph_VideoInit(_THIS, SDL_PixelFormat* vformat)
448 static SDL_Surface* ph_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags)
568 static void ph_VideoQuit(_THIS)
594 static int ph_SetColors(_THIS, in
[all...]
H A DSDL_phyuv.c71 SDL_Overlay* ph_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display)
281 int ph_LockYUVOverlay(_THIS, SDL_Overlay* overlay)
327 void ph_UnlockYUVOverlay(_THIS, SDL_Overlay* overlay)
337 int ph_DisplayYUVOverlay(_THIS, SDL_Overlay* overlay, SDL_Rect* src, SDL_Rect* dst)
459 void ph_FreeYUVOverlay(_THIS, SDL_Overlay *overlay)
H A DSDL_ph_events.c51 static int ph_WarpedMotion(_THIS, PhEvent_t *winEvent)
78 static void set_motion_sensitivity(_THIS, unsigned int flags)
110 static int ph_DispatchEvent(_THIS)
414 int ph_Pending(_THIS)
437 void ph_PumpEvents(_THIS)
621 void ph_InitOSKeymap(_THIS)
H A DSDL_ph_video.h47 #define _THIS SDL_VideoDevice* this macro
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
H A DSDL_QuartzYUV.m40 static int QZ_LockYUV (_THIS, SDL_Overlay *overlay) {
45 static void QZ_UnlockYUV (_THIS, SDL_Overlay *overlay) {
50 static int QZ_DisplayYUV (_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst) {
89 static void QZ_FreeHWYUV (_THIS, SDL_Overlay *overlay) {
113 SDL_Overlay* QZ_CreateYUVOverlay (_THIS, int width, int height,
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
H A DSDL_wingl.c37 static int WIN_GL_ResetWindow(_THIS)
114 static int ChoosePixelFormatARB(_THIS, const int *iAttribs, const FLOAT *fAttribs)
172 int WIN_GL_SetupWindow(_THIS)
376 void WIN_GL_ShutDown(_THIS)
398 int WIN_GL_MakeCurrent(_THIS)
411 int WIN_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value)
559 void WIN_GL_SwapBuffers(_THIS)
564 void WIN_GL_UnloadLibrary(_THIS)
583 int WIN_GL_LoadLibrary(_THIS, const char* path)
634 void *WIN_GL_GetProcAddress(_THIS, cons
[all...]
H A DSDL_sysevents.c86 LONG (*HandleMessage)(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)=NULL;
87 void (*WIN_Activate)(_THIS, BOOL active, BOOL iconic);
88 void (*WIN_RealizePalette)(_THIS);
89 void (*WIN_PaletteChanged)(_THIS, HWND window);
90 void (*WIN_WinPAINT)(_THIS, HDC hdc);
91 extern void DIB_SwapGamma(_THIS);
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fbevents.c150 int FB_InGraphicsMode(_THIS)
155 int FB_EnterGraphicsMode(_THIS)
218 void FB_LeaveGraphicsMode(_THIS)
234 void FB_CloseKeyboard(_THIS)
245 int FB_OpenKeyboard(_THIS)
330 void FB_CloseMouse(_THIS)
542 int FB_OpenMouse(_THIS)
741 static void handle_tslib(_THIS)
758 static void handle_mouse(_THIS)
923 static void switch_vt_prep(_THIS)
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
H A DSDL_cgximage.c42 static void CGX_NormalUpdate(_THIS, int numrects, SDL_Rect *rects);
43 static void CGX_FakeUpdate(_THIS, int numrects, SDL_Rect *rects);
50 int CGX_SetupImage(_THIS, SDL_Surface *screen)
108 void CGX_DestroyImage(_THIS, SDL_Surface *screen)
130 int CGX_ResizeImage(_THIS, SDL_Surface *screen, Uint32 flags)
152 int CGX_AllocHWSurface(_THIS, SDL_Surface *surface)
188 void CGX_FreeHWSurface(_THIS, SDL_Surface *surface)
208 int CGX_LockHWSurface(_THIS, SDL_Surface *surface)
235 void CGX_UnlockHWSurface(_THIS, SDL_Surface *surface)
245 int CGX_FlipHWSurface(_THIS, SDL_Surfac
[all...]
H A DSDL_amigaevents.c53 static inline int amiga_WarpedMotion(_THIS, struct IntuiMessage *m)
129 static int amiga_DispatchEvent(_THIS,struct IntuiMessage *msg)
287 void amiga_PumpEvents(_THIS)
532 void amiga_InitOSKeymap(_THIS)
H A DSDL_cgxaccel.c50 int CGX_SetHWColorKey(_THIS,SDL_Surface *surface, Uint32 key)
173 int CGX_CheckHWBlit(_THIS,SDL_Surface *src,SDL_Surface *dst)
243 int CGX_FillHWRect(_THIS,SDL_Surface *dst,SDL_Rect *dstrect,Uint32 color)
/external/qemu/distrib/sdl-1.2.12/src/audio/mint/
H A DSDL_mintaudio.c90 void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock,
123 int SDL_MintAudio_SearchFrequency(_THIS, int desired_freq)
/external/qemu/distrib/sdl-1.2.12/src/video/aalib/
H A DSDL_aaevents.c42 void AA_PumpEvents(_THIS)
119 void AA_InitOSKeymap(_THIS)
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
H A DSDL_macevents.c57 static void Mac_DoAppleMenu(_THIS, long item);
89 static void myGlobalToLocal(_THIS, Point *pt)
105 static int Mac_HandleEvents(_THIS, int wait4it)
448 void Mac_PumpEvents(_THIS)
456 void Mac_InitOSKeymap(_THIS)
674 void Mac_InitEvents(_THIS)
691 void Mac_QuitEvents(_THIS)
702 static void Mac_DoAppleMenu(_THIS, long choice)
H A DSDL_macwm.c45 void Mac_SetCaption(_THIS, const char *title, const char *icon)
398 void Mac_QuitGamma(_THIS)
409 int Mac_SetGammaRamp(_THIS, Uint16 *ramp)
425 int Mac_GetGammaRamp(_THIS, Uint16 *ramp)
/external/qemu/distrib/sdl-1.2.12/src/video/dga/
H A DSDL_dgavideo.h40 #define _THIS SDL_VideoDevice *this macro
/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
H A DSDL_vglevents.c72 static void handle_keyboard(_THIS)
99 static void handle_mouse(_THIS)
133 void VGL_PumpEvents(_THIS)
142 void VGL_InitOSKeymap(_THIS)
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
H A DSDL_epocevents.cpp57 int EPOC_HandleWsEvent(_THIS, const TWsEvent& aWsEvent)
185 void EPOC_PumpEvents(_THIS)
199 void EPOC_InitOSKeymap(_THIS)
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
H A DSDL_gsyuv.c75 SDL_Overlay *GS_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
308 int GS_LockYUVOverlay(_THIS, SDL_Overlay *overlay)
313 void GS_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay)
318 int GS_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst)
441 void GS_FreeYUVOverlay(_THIS, SDL_Overlay *overlay)
H A DSDL_gsevents.c143 int GS_InGraphicsMode(_THIS)
148 int GS_EnterGraphicsMode(_THIS)
209 void GS_LeaveGraphicsMode(_THIS)
224 void GS_CloseKeyboard(_THIS)
235 int GS_OpenKeyboard(_THIS)
311 void GS_CloseMouse(_THIS)
481 int GS_OpenMouse(_THIS)
616 static void handle_mouse(_THIS)
760 static void handle_keyboard(_THIS)
781 void GS_PumpEvents(_THIS)
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11yuv.c93 SDL_Overlay *X11_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display)
347 int X11_LockYUVOverlay(_THIS, SDL_Overlay *overlay)
352 void X11_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay)
357 int X11_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst)
382 void X11_FreeYUVOverlay(_THIS, SDL_Overlay *overlay)
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
H A DSDL_os2fslib.c1316 void os2fslib_FreeWMCursor(_THIS, WMcursor *cursor)
1340 WMcursor *os2fslib_CreateWMCursor_Win(_THIS, Uint8 *data, Uint8 *mask,
1451 WMcursor *os2fslib_CreateWMCursor_FS(_THIS, Uint8 *data, Uint8 *mask,
1463 int os2fslib_ShowWMCursor(_THIS, WMcursor *cursor)
1492 void os2fslib_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
1514 void os2fslib_MoveWMCursor(_THIS, int x, int y)
1539 void os2fslib_CheckMouseMode(_THIS)
1543 static void os2fslib_PumpEvents(_THIS)
1581 static int os2fslib_AllocHWSurface(_THIS, SDL_Surface *surface)
1585 static void os2fslib_FreeHWSurface(_THIS, SDL_Surfac
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
H A DSDL_nxevents.c38 void NX_InitOSKeymap (_THIS)
164 static int check_boundary (_THIS, int x, int y)
173 void NX_PumpEvents (_THIS)
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/
H A DSDL_gapivideo.h121 #define _THIS SDL_VideoDevice *this macro

Completed in 289 milliseconds

<<1112