HomeSort by relevance Sort by last modified time
    Searched refs:_THIS (Results 101 - 125 of 292) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/audio/macrom/
SDL_romaudio.h 33 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/audio/ums/
SDL_umsaudio.h 34 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_syswm.cc 31 void BE_SetWMCaption(_THIS, const char *title, const char *icon)
36 int BE_IconifyWindow(_THIS)
42 SDL_GrabMode BE_GrabInput(_THIS, SDL_GrabMode mode)
78 int BE_GetWMInfo(_THIS, SDL_SysWMinfo *info)
  /external/qemu/distrib/sdl-1.2.15/src/video/ggi/
SDL_ggivideo.h 32 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxmodes.c 31 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)
SDL_nxmouse.c 37 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.15/src/video/picogui/
SDL_pgvideo.h 38 #define _THIS SDL_VideoDevice *this
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/photon/
SDL_ph_wm.c 38 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.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/qtopia/
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, 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_Surface *surface)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/disk/
SDL_diskaudio.c 50 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_AudioSpec *spec
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/caca/
SDL_cacavideo.c 55 static int Caca_VideoInit(_THIS, SDL_PixelFormat *vformat);
56 static SDL_Rect **Caca_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
57 static SDL_Surface *Caca_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
58 static void Caca_VideoQuit(_THIS);
61 static int Caca_AllocHWSurface(_THIS, SDL_Surface *surface);
62 static int Caca_LockHWSurface(_THIS, SDL_Surface *surface);
63 static int Caca_FlipHWSurface(_THIS, SDL_Surface *surface);
64 static void Caca_UnlockHWSurface(_THIS, SDL_Surface *surface);
65 static void Caca_FreeHWSurface(_THIS, SDL_Surface *surface);
137 int Caca_VideoInit(_THIS, SDL_PixelFormat *vformat
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11dga.c 35 void X11_EnableDGAMouse(_THIS)
73 void X11_CheckDGAMouse(_THIS)
82 void X11_DisableDGAMouse(_THIS)
SDL_x11gamma.c 33 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)
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
SDL_epocvideo.cpp 115 static int EPOC_VideoInit(_THIS, SDL_PixelFormat *vformat);
116 static SDL_Rect **EPOC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
117 static SDL_Surface *EPOC_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
118 static int EPOC_SetColors(_THIS, int firstcolor, int ncolors,
120 static void EPOC_VideoQuit(_THIS);
124 static int EPOC_AllocHWSurface(_THIS, SDL_Surface *surface);
125 static int EPOC_LockHWSurface(_THIS, SDL_Surface *surface);
126 static int EPOC_FlipHWSurface(_THIS, SDL_Surface *surface);
127 static void EPOC_UnlockHWSurface(_THIS, SDL_Surface *surface);
128 static void EPOC_FreeHWSurface(_THIS, SDL_Surface *surface)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_lowvideo.h 52 #define _THIS SDL_VideoDevice *this
97 extern void (*WIN_Activate)(_THIS, BOOL active, BOOL minimized);
100 extern void (*WIN_RealizePalette)(_THIS);
103 extern void (*WIN_PaletteChanged)(_THIS, HWND window);
106 extern void (*WIN_WinPAINT)(_THIS, HDC hdc);
109 extern LONG (*HandleMessage)(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
SDL_wingl_c.h 65 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.15/src/video/ps3/
SDL_ps3video.c 51 static int PS3_VideoInit(_THIS, SDL_PixelFormat * vformat);
52 static void PS3_VideoQuit(_THIS);
54 static SDL_Surface *PS3_SetVideoMode(_THIS, SDL_Surface * current, int width, int height, int bpp, Uint32 flags);
55 static SDL_Rect **PS3_ListModes(_THIS, SDL_PixelFormat * format, Uint32 flags);
58 static int PS3_AllocHWSurface(_THIS, SDL_Surface * surface);
59 static void PS3_FreeHWSurface(_THIS, SDL_Surface * surface);
60 static int PS3_LockHWSurface(_THIS, SDL_Surface * surface);
61 static void PS3_UnlockHWSurface(_THIS, SDL_Surface * surface);
62 static int PS3_FlipDoubleBuffer(_THIS, SDL_Surface * surface);
63 static void PS3_DoubleBufferUpdate(_THIS, int numrects, SDL_Rect * rects)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c 41 static int NDS_VideoInit(_THIS, SDL_PixelFormat *vformat);
42 static SDL_Rect **NDS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
43 static SDL_Surface *NDS_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
44 static int NDS_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
45 static void NDS_VideoQuit(_THIS);
48 static int NDS_AllocHWSurface(_THIS, SDL_Surface *surface);
49 static int NDS_LockHWSurface(_THIS, SDL_Surface *surface);
50 static int NDS_FlipHWSurface(_THIS, SDL_Surface *surface);
51 static void NDS_UnlockHWSurface(_THIS, SDL_Surface *surface);
52 static void NDS_FreeHWSurface(_THIS, SDL_Surface *surface)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/aalib/
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, 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_Surface *surface)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.h 32 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/audio/bsd/
SDL_bsdaudio.h 29 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/audio/dsp/
SDL_dspaudio.h 30 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.15/src/audio/esd/
SDL_esdaudio.h 30 #define _THIS SDL_AudioDevice *this

Completed in 1554 milliseconds

1 2 3 45 6 7 8 91011>>