HomeSort by relevance Sort by last modified time
    Searched defs:_THIS (Results 26 - 50 of 63) sorted by null

12 3

  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.h 38 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/audio/amigaos/
SDL_ahiaudio.h 41 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/audio/dma/
SDL_dmaaudio.h 30 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/audio/mme/
SDL_mmeaudio.h 32 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/audio/nas/
SDL_nasaudio.h 41 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/audio/nto/
SDL_nto_audio.h 32 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/audio/sun/
SDL_sunaudio.h 30 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/audio/windib/
SDL_dibaudio.h 30 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
SDL_dx5audio.h 32 #define _THIS SDL_AudioDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
SDL_lowvideo.h 32 #define _THIS SDL_VideoDevice *_this
51 #define SDL_Win (_this->hidden->SDL_Win)
52 #define saved_mode (_this->hidden->saved_mode)
53 #define SDL_nummodes (_this->hidden->SDL_nummodes)
54 #define SDL_modelist (_this->hidden->SDL_modelist)
55 #define SDL_BlankCursor (_this->hidden->BlankCursor)
56 #define current_overlay (_this->hidden->overlay)
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_lowvideo.h 31 #define _THIS SDL_VideoDevice *_this
55 #define SDL_Win (_this->hidden->SDL_Win)
56 #define saved_mode (_this->hidden->saved_mode)
57 #define SDL_nummodes (_this->hidden->SDL_nummodes)
58 #define SDL_modelist (_this->hidden->SDL_modelist)
59 #define SDL_BlankCursor (_this->hidden->BlankCursor)
60 #define last_buttons (_this->hidden->last_buttons)
61 #define last_point (_this->hidden->last_point)
62 #define key_flip (_this->hidden->key_flip
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/svga/
SDL_svgavideo.h 31 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_lowvideo.h 52 #define _THIS SDL_VideoDevice *this
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);
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.h 32 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_lowvideo.h 46 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosvideo.h 32 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.h 36 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/audio/dart/
SDL_dart.h 42 #define _THIS SDL_AudioDevice *_this
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.h 34 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.h 44 #define _THIS SDL_VideoDevice *_this
45 #define Private _this->hidden
86 extern void RedrawWindowL(_THIS);
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.h 40 #define _THIS SDL_VideoDevice *_this
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsvideo.h 37 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/video/wscons/
SDL_wsconsvideo.h 38 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_sysaudio.h 34 #define _THIS SDL_AudioDevice *_this
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);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/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...]

Completed in 136 milliseconds

12 3