/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_sysvideo.h | 44 #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); [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzVideo.h | 128 #define _THIS SDL_VideoDevice *this macro 183 int QZ_SetGamma (_THIS, float red, float green, float blue); 184 int QZ_GetGamma (_THIS, float *red, float *green, float *blue); 185 int QZ_SetGammaRamp (_THIS, Uint16 *ramp); 186 int QZ_GetGammaRamp (_THIS, Uint16 *ramp); 189 int QZ_SetupOpenGL (_THIS, int bpp, Uint32 flags); 190 void QZ_TearDownOpenGL (_THIS); 191 void* QZ_GL_GetProcAddress (_THIS, const char *proc); 192 int QZ_GL_GetAttribute (_THIS, SDL_GLattr attrib, int* value); 193 int QZ_GL_MakeCurrent (_THIS); [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
D | SDL_ph_image_c.h | 38 extern int ph_SetupImage(_THIS, SDL_Surface* screen); 39 extern void ph_DestroyImage(_THIS, SDL_Surface* screen); 40 extern int ph_SetupUpdateFunction(_THIS, SDL_Surface* screen, Uint32 flags); 42 extern int ph_AllocHWSurface(_THIS, SDL_Surface* surface); 43 extern void ph_FreeHWSurface(_THIS, SDL_Surface* surface); 44 extern int ph_CheckHWBlit(_THIS, SDL_Surface *src, SDL_Surface *dst); 45 extern int ph_FillHWRect(_THIS, SDL_Surface* surface, SDL_Rect* rect, Uint32 color); 46 extern int ph_LockHWSurface(_THIS, SDL_Surface* surface); 47 extern void ph_UnlockHWSurface(_THIS, SDL_Surface* surface); 48 extern int ph_FlipHWSurface(_THIS, SDL_Surface* surface); [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ums/ |
D | SDL_umsaudio.c | 48 static int UMS_OpenAudio(_THIS, SDL_AudioSpec *spec); 49 static void UMS_PlayAudio(_THIS); 50 static Uint8 *UMS_GetAudioBuf(_THIS); 51 static void UMS_CloseAudio(_THIS); 53 static UMSAudioDevice_ReturnCode UADOpen(_THIS, string device, string mode, long flags); 54 static UMSAudioDevice_ReturnCode UADClose(_THIS); 55 static UMSAudioDevice_ReturnCode UADGetBitsPerSample(_THIS, long* bits); 56 static UMSAudioDevice_ReturnCode UADSetBitsPerSample(_THIS, long bits); 57 static UMSAudioDevice_ReturnCode UADSetSampleRate(_THIS, long rate, long* set_rate); 58 static UMSAudioDevice_ReturnCode UADSetByteOrder(_THIS, string byte_order); [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
D | SDL_riscosvideo.c | 51 static int RISCOS_VideoInit(_THIS, SDL_PixelFormat *vformat); 52 static void RISCOS_VideoQuit(_THIS); 54 static SDL_Rect **RISCOS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 55 static SDL_Surface *RISCOS_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp… 57 int RISCOS_GetWmInfo(_THIS, SDL_SysWMinfo *info); 59 int RISCOS_ToggleFullScreen(_THIS, int fullscreen); 61 void RISCOS_CheckMouseMode(_THIS); 62 extern SDL_GrabMode RISCOS_GrabInput(_THIS, SDL_GrabMode mode); 65 extern SDL_Surface *FULLSCREEN_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int… 66 extern void FULLSCREEN_BuildModeList(_THIS); [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
D | SDL_x11wm_c.h | 27 extern void X11_SetCaptionNoLock(_THIS, const char *title, const char *icon); 28 extern void X11_SetCaption(_THIS, const char *title, const char *icon); 29 extern void X11_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask); 30 extern int X11_IconifyWindow(_THIS); 31 extern SDL_GrabMode X11_GrabInputNoLock(_THIS, SDL_GrabMode mode); 32 extern SDL_GrabMode X11_GrabInput(_THIS, SDL_GrabMode mode); 33 extern int X11_GetWMInfo(_THIS, SDL_SysWMinfo *info); 34 extern void X11_GetWindowPos(_THIS, int *px, int *py); 35 extern void X11_SetWindowPos(_THIS, int x, int y); 36 extern int X11_IsWindowVisible(_THIS, int recenter); [all …]
|
D | SDL_x11image_c.h | 26 extern int X11_SetupImage(_THIS, SDL_Surface *screen); 27 extern void X11_DestroyImage(_THIS, SDL_Surface *screen); 28 extern int X11_ResizeImage(_THIS, SDL_Surface *screen, Uint32 flags); 30 extern int X11_AllocHWSurface(_THIS, SDL_Surface *surface); 31 extern void X11_FreeHWSurface(_THIS, SDL_Surface *surface); 32 extern int X11_LockHWSurface(_THIS, SDL_Surface *surface); 33 extern void X11_UnlockHWSurface(_THIS, SDL_Surface *surface); 34 extern int X11_FlipHWSurface(_THIS, SDL_Surface *surface); 36 extern void X11_DisableAutoRefresh(_THIS); 37 extern void X11_EnableAutoRefresh(_THIS); [all …]
|
D | SDL_x11modes_c.h | 35 extern int X11_GetVideoModes(_THIS); 36 extern SDL_Rect **X11_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 37 extern void X11_FreeVideoModes(_THIS); 38 extern int X11_ResizeFullScreen(_THIS); 39 extern void X11_WaitMapped(_THIS, Window win); 40 extern void X11_WaitUnmapped(_THIS, Window win); 41 extern void X11_QueueEnterFullScreen(_THIS); 42 extern int X11_EnterFullScreen(_THIS); 43 extern int X11_LeaveFullScreen(_THIS);
|
D | SDL_x11gl_c.h | 87 extern XVisualInfo *X11_GL_GetVisual(_THIS); 88 extern int X11_GL_CreateWindow(_THIS, int w, int h); 89 extern int X11_GL_CreateContext(_THIS); 90 extern void X11_GL_Shutdown(_THIS); 92 extern int X11_GL_MakeCurrent(_THIS); 93 extern int X11_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value); 94 extern void X11_GL_SwapBuffers(_THIS); 95 extern int X11_GL_LoadLibrary(_THIS, const char* path); 96 extern void *X11_GL_GetProcAddress(_THIS, const char* proc); 98 extern void X11_GL_UnloadLibrary(_THIS);
|
/external/qemu/distrib/sdl-1.2.12/src/video/dummy/ |
D | SDL_nullvideo.c | 52 static int DUMMY_VideoInit(_THIS, SDL_PixelFormat *vformat); 53 static SDL_Rect **DUMMY_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags); 54 static SDL_Surface *DUMMY_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp,… 55 static int DUMMY_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors); 56 static void DUMMY_VideoQuit(_THIS); 59 static int DUMMY_AllocHWSurface(_THIS, SDL_Surface *surface); 60 static int DUMMY_LockHWSurface(_THIS, SDL_Surface *surface); 61 static void DUMMY_UnlockHWSurface(_THIS, SDL_Surface *surface); 62 static void DUMMY_FreeHWSurface(_THIS, SDL_Surface *surface); 65 static void DUMMY_UpdateRects(_THIS, int numrects, SDL_Rect *rects); [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
D | SDL_cgxgl_c.h | 28 #define _THIS SDL_VideoDevice *_this macro 40 extern int CGX_GL_Init(_THIS); 41 extern void CGX_GL_Quit(_THIS); 42 extern int CGX_GL_Update(_THIS); 44 extern int CGX_GL_MakeCurrent(_THIS); 45 extern int CGX_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value); 46 extern void CGX_GL_SwapBuffers(_THIS); 47 extern void *CGX_GL_GetProcAddress(_THIS, const char *proc); 48 extern int CGX_GL_LoadLibrary(_THIS, const char *path); 51 #undef _THIS
|
D | SDL_cgximage_c.h | 26 extern int CGX_SetupImage(_THIS, SDL_Surface *screen); 27 extern void CGX_DestroyImage(_THIS, SDL_Surface *screen); 28 extern int CGX_ResizeImage(_THIS, SDL_Surface *screen, Uint32 flags); 30 extern int CGX_AllocHWSurface(_THIS, SDL_Surface *surface); 31 extern void CGX_FreeHWSurface(_THIS, SDL_Surface *surface); 32 extern int CGX_LockHWSurface(_THIS, SDL_Surface *surface); 33 extern void CGX_UnlockHWSurface(_THIS, SDL_Surface *surface); 34 extern int CGX_FlipHWSurface(_THIS, SDL_Surface *surface); 36 extern void CGX_RefreshDisplay(_THIS);
|
/external/qemu/distrib/sdl-1.2.12/src/video/dc/ |
D | SDL_dcvideo.c | 39 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, Ui… 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_Surface *surface); [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
D | SDL_fbevents_c.h | 29 extern int FB_OpenKeyboard(_THIS); 30 extern void FB_CloseKeyboard(_THIS); 31 extern int FB_OpenMouse(_THIS); 32 extern void FB_CloseMouse(_THIS); 33 extern int FB_EnterGraphicsMode(_THIS); 34 extern int FB_InGraphicsMode(_THIS); 35 extern void FB_LeaveGraphicsMode(_THIS); 37 extern void FB_InitOSKeymap(_THIS); 38 extern void FB_PumpEvents(_THIS);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
D | SDL_gsevents_c.h | 29 extern int GS_OpenKeyboard(_THIS); 30 extern void GS_CloseKeyboard(_THIS); 31 extern int GS_OpenMouse(_THIS); 32 extern void GS_CloseMouse(_THIS); 33 extern int GS_EnterGraphicsMode(_THIS); 34 extern int GS_InGraphicsMode(_THIS); 35 extern void GS_LeaveGraphicsMode(_THIS); 37 extern void GS_InitOSKeymap(_THIS); 38 extern void GS_PumpEvents(_THIS);
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
D | SDL_sysvideo.cc | 54 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, U… 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_Surface *surface); [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/ |
D | SDL_pgvideo.c | 39 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, Ui… 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, int numrects, SDL_Rect *rects); [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
D | SDL_sysaudio.h | 34 #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); [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/ |
D | SDL_macgl_c.h | 37 extern int Mac_GL_Init(_THIS); 38 extern void Mac_GL_Quit(_THIS); 40 extern int Mac_GL_MakeCurrent(_THIS); 41 extern int Mac_GL_GetAttribute(_THIS, SDL_GLattr attrib, int* value); 42 extern void Mac_GL_SwapBuffers(_THIS); 43 extern int Mac_GL_LoadLibrary(_THIS, const char *location); 44 extern void Mac_GL_UnloadLibrary(_THIS); 45 extern void* Mac_GL_GetProcAddress(_THIS, const char *proc);
|
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/ |
D | SDL_atarigl_c.h | 36 #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 …]
|
D | SDL_atarigl.c | 51 static void SDL_AtariGL_UnloadLibrary(_THIS); 54 static void CopyShadowNull(_THIS, SDL_Surface *surface); 55 static void CopyShadowDirect(_THIS, SDL_Surface *surface); 56 static void CopyShadowRGBTo555(_THIS, SDL_Surface *surface); 57 static void CopyShadowRGBTo565(_THIS, SDL_Surface *surface); 58 static void CopyShadowRGBSwap(_THIS, SDL_Surface *surface); 59 static void CopyShadowRGBToARGB(_THIS, SDL_Surface *surface); 60 static void CopyShadowRGBToABGR(_THIS, SDL_Surface *surface); 61 static void CopyShadowRGBToBGRA(_THIS, SDL_Surface *surface); 62 static void CopyShadowRGBToRGBA(_THIS, SDL_Surface *surface); [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
D | SDL_sysvideo.cc | 46 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, Ui… 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_Surface *surface); [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dummy/ |
D | SDL_dummyaudio.c | 40 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) in DUMMYAUD_WaitAudio() argument 109 static void DUMMYAUD_PlayAudio(_THIS) in DUMMYAUD_PlayAudio() argument 114 static Uint8 *DUMMYAUD_GetAudioBuf(_THIS) in DUMMYAUD_GetAudioBuf() argument 119 static void DUMMYAUD_CloseAudio(_THIS) in DUMMYAUD_CloseAudio() argument 127 static int DUMMYAUD_OpenAudio(_THIS, SDL_AudioSpec *spec) in DUMMYAUD_OpenAudio() argument
|
/external/qemu/distrib/sdl-1.2.12/src/video/aalib/ |
D | SDL_aavideo.c | 44 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, Ui… 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_Surface *surface); [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/ggi/ |
D | SDL_ggivideo.c | 52 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, U… 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_PixelFormat *vformat) in GGI_VideoInit() argument [all …]
|