/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
SDL_phyuv_c.h | 56 extern SDL_Overlay* ph_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface* display); 57 extern int ph_LockYUVOverlay(_THIS, SDL_Overlay* overlay); 58 extern void ph_UnlockYUVOverlay(_THIS, SDL_Overlay* overlay); 59 extern int ph_DisplayYUVOverlay(_THIS, SDL_Overlay* overlay, SDL_Rect* src, SDL_Rect* dst); 60 extern void ph_FreeYUVOverlay(_THIS, SDL_Overlay* overlay);
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/ |
SDL_gsyuv_c.h | 29 extern SDL_Overlay *GS_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display); 31 extern int GS_LockYUVOverlay(_THIS, SDL_Overlay *overlay); 33 extern void GS_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay); 35 extern int GS_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst); 37 extern void GS_FreeYUVOverlay(_THIS, SDL_Overlay *overlay);
|
SDL_gsmouse_c.h | 33 extern void GS_FreeWMCursor(_THIS, WMcursor *cursor); 34 extern WMcursor *GS_CreateWMCursor(_THIS, 36 extern void GS_MoveWMCursor(_THIS, int x, int y); 37 extern int GS_ShowWMCursor(_THIS, WMcursor *cursor);
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/ |
SDL_ps3yuv_c.h | 37 extern SDL_Overlay *PS3_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display); 38 extern int PS3_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst); 39 extern int PS3_LockYUVOverlay(_THIS, SDL_Overlay *overlay); 40 extern void PS3_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay); 41 extern void PS3_FreeYUVOverlay(_THIS, SDL_Overlay *overlay);
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
SDL_syswm_c.h | 30 extern void WIN_SetWMIcon(_THIS, SDL_Surface *icon, Uint8 *mask); 31 extern void WIN_SetWMCaption(_THIS, const char *title, const char *icon); 32 extern int WIN_IconifyWindow(_THIS); 33 extern SDL_GrabMode WIN_GrabInput(_THIS, SDL_GrabMode mode); 34 extern int WIN_GetWMInfo(_THIS, SDL_SysWMinfo *info);
|
/external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
SDL_dibevents_c.h | 30 DIB_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam); 31 extern int DIB_CreateWindow(_THIS); 32 extern void DIB_DestroyWindow(_THIS); 34 extern void DIB_PumpEvents(_THIS); 35 extern void DIB_InitOSKeymap(_THIS);
|
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/ |
SDL_dx5yuv_c.h | 30 extern SDL_Overlay *DX5_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display); 32 extern int DX5_LockYUVOverlay(_THIS, SDL_Overlay *overlay); 34 extern void DX5_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay); 36 extern int DX5_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst); 38 extern void DX5_FreeYUVOverlay(_THIS, SDL_Overlay *overlay);
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11yuv_c.h | 31 extern SDL_Overlay *X11_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display); 33 extern int X11_LockYUVOverlay(_THIS, SDL_Overlay *overlay); 35 extern void X11_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay); 37 extern int X11_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst); 39 extern void X11_FreeYUVOverlay(_THIS, SDL_Overlay *overlay);
|
SDL_x11gamma_c.h | 27 extern int X11_SetVidModeGamma(_THIS, float red, float green, float blue); 28 extern int X11_GetVidModeGamma(_THIS, float *red, float *green, float *blue); 29 extern void X11_SaveVidModeGamma(_THIS); 30 extern void X11_SwapVidModeGamma(_THIS);
|
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/ |
SDL_atarigl_c.h | 36 #define _THIS SDL_VideoDevice *this 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...] |
SDL_atarievents_c.h | 36 #define _THIS SDL_VideoDevice *this 42 extern void Atari_InitOSKeymap(_THIS); 43 extern void Atari_PumpEvents(_THIS); 45 extern void SDL_Atari_InitInternalKeymap(_THIS);
|
/external/qemu/distrib/sdl-1.2.15/src/video/dc/ |
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, 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_Surface *surface) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/ |
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, 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, int numrects, SDL_Rect *rects) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
SDL_syswm_c.h | 29 extern void BE_SetWMCaption(_THIS, const char *title, const char *icon); 30 extern int BE_IconifyWindow(_THIS); 31 extern int BE_GetWMInfo(_THIS, SDL_SysWMinfo *info); 32 extern SDL_GrabMode BE_GrabInput(_THIS, SDL_GrabMode mode);
|
/external/qemu/distrib/sdl-1.2.15/src/video/gem/ |
SDL_gemwm_c.h | 34 extern void GEM_SetCaption(_THIS, const char *title, const char *icon); 35 extern void GEM_SetIcon(_THIS, SDL_Surface *icon, Uint8 *mask); 36 extern int GEM_IconifyWindow(_THIS); 37 extern SDL_GrabMode GEM_GrabInput(_THIS, SDL_GrabMode mode);
|
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/ |
SDL_macevents_c.h | 28 extern void Mac_InitEvents(_THIS); 29 extern void Mac_QuitEvents(_THIS); 31 extern void Mac_InitOSKeymap(_THIS); 32 extern void Mac_PumpEvents(_THIS);
|
SDL_macmouse_c.h | 27 extern void Mac_FreeWMCursor(_THIS, WMcursor *cursor); 28 extern WMcursor *Mac_CreateWMCursor(_THIS, 30 extern int Mac_ShowWMCursor(_THIS, WMcursor *cursor); 31 extern void Mac_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
|
SDL_macwm_c.h | 27 extern void Mac_SetCaption(_THIS, const char *title, const char *icon); 37 extern void Mac_QuitGamma(_THIS); 38 extern int Mac_SetGammaRamp(_THIS, Uint16 *ramp); 39 extern int Mac_GetGammaRamp(_THIS, Uint16 *ramp);
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
SDL_nxmodes_c.h | 31 extern SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) ; 32 extern void NX_FreeVideoModes (_THIS) ; 33 extern int NX_EnterFullScreen (_THIS) ; 34 extern int NX_LeaveFullScreen (_THIS) ;
|
SDL_nxmouse_c.h | 26 extern WMcursor * NX_CreateWMCursor (_THIS, Uint8 * data, Uint8 * mask, int w, int h, int hot_x, int hot_y) ; 27 void NX_FreeWMCursor (_THIS, WMcursor * cursor) ; 28 extern void NX_WarpWMCursor (_THIS, Uint16 x, Uint16 y) ; 29 extern int NX_ShowWMCursor (_THIS, WMcursor * cursor) ;
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
SDL_sysmouse.cc | 34 WMcursor *QT_CreateWMCursor(_THIS, 42 int QT_ShowWMCursor(_THIS, WMcursor *cursor) 47 void QT_FreeWMCursor(_THIS, WMcursor *cursor) 51 void QT_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
|
SDL_sysmouse_c.h | 27 extern void QT_FreeWMCursor(_THIS, WMcursor *cursor); 28 extern WMcursor *QT_CreateWMCursor(_THIS, 30 extern int QT_ShowWMCursor(_THIS, WMcursor *cursor); 31 extern void QT_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
|
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/ |
SDL_vglmouse.c | 36 void VGL_FreeWMCursor(_THIS, WMcursor *cursor) 41 WMcursor *VGL_CreateWMCursor(_THIS, 47 int VGL_ShowWMCursor(_THIS, WMcursor *cursor) 52 void VGL_WarpWMCursor(_THIS, Uint16 x, Uint16 y)
|
SDL_vglmouse_c.h | 27 extern void VGL_FreeWMCursor(_THIS, WMcursor *cursor); 28 extern WMcursor *VGL_CreateWMCursor(_THIS, 30 extern int VGL_ShowWMCursor(_THIS, WMcursor *cursor); 31 extern void VGL_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
|
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/ |
SDL_wsconsevents_c.h | 26 int WSCONS_InitKeyboard(_THIS); 27 void WSCONS_ReleaseKeyboard(_THIS); 32 extern void WSCONS_InitOSKeymap(_THIS); 33 extern void WSCONS_PumpEvents(_THIS);
|