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

1 23

  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.h 40 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/video/nanox/
SDL_nxvideo.h 42 #define _THIS SDL_VideoDevice * this
  /external/qemu/distrib/sdl-1.2.12/src/audio/mint/
SDL_mintaudio.h 37 #define _THIS SDL_AudioDevice *this
136 void SDL_MintAudio_AddFrequency(_THIS, Uint32 frequency, Uint32 clock,
138 int SDL_MintAudio_SearchFrequency(_THIS, int desired_freq);
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 54 #define _THIS SDL_VideoDevice *this
147 extern int CGX_CreateWindow(_THIS, SDL_Surface *screen,
149 extern int CGX_ResizeWindow(_THIS,
152 extern void CGX_DestroyWindow(_THIS, SDL_Surface *screen);
169 int CGX_CheckHWBlit(_THIS,SDL_Surface *src,SDL_Surface *dst);
170 int CGX_FillHWRect(_THIS,SDL_Surface *dst,SDL_Rect *dstrect,Uint32 color);
171 int CGX_SetHWColorKey(_THIS,SDL_Surface *surface, Uint32 key);
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.h 39 #define _THIS SDL_VideoDevice *this
94 void (*wait_vbl)(_THIS);
95 void (*wait_idle)(_THIS);
144 extern void FB_SavePaletteTo(_THIS, int palette_len, __u16 *area);
145 extern void FB_RestorePaletteFrom(_THIS, int palette_len, __u16 *area);
159 static __inline__ void FB_WaitBusySurfaces(_THIS)
172 static __inline__ void FB_dst_to_xy(_THIS, SDL_Surface *dst, int *x, int *y)
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.h 47 #define _THIS SDL_VideoDevice* this
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.h 128 #define _THIS SDL_VideoDevice *this
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/xbios/
SDL_xbios.h 31 #define _THIS SDL_VideoDevice *this
128 void SDL_XBIOS_AddMode(_THIS, Uint16 modecode, Uint16 width, Uint16 height,
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11video.h 56 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_sysvideo.h 44 #define _THIS SDL_VideoDevice *_this
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)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gapi/
SDL_gapivideo.h 121 #define _THIS SDL_VideoDevice *this
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.h 36 #define _THIS SDL_VideoDevice *this
39 void GEM_wind_redraw(_THIS, int winhandle, short *inside);
71 void (*setpalette)(_THIS, Uint16 newpal[256][3]);
  /external/qemu/distrib/sdl-1.2.12/src/video/ipod/
SDL_ipodvideo.c 46 #define _THIS SDL_VideoDevice *this
48 static int iPod_VideoInit (_THIS, SDL_PixelFormat *vformat);
49 static SDL_Rect **iPod_ListModes (_THIS, SDL_PixelFormat *format, Uint32 flags);
50 static SDL_Surface *iPod_SetVideoMode (_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
51 static int iPod_SetColors (_THIS, int firstcolor, int ncolors, SDL_Color *colors);
52 static void iPod_UpdateRects (_THIS, int nrects, SDL_Rect *rects);
53 static void iPod_VideoQuit (_THIS);
54 static void iPod_PumpEvents (_THIS);
109 void iPod_InitOSKeymap (_THIS) {}
164 static int iPod_VideoInit (_THIS, SDL_PixelFormat *vformat
    [all...]

Completed in 183 milliseconds

1 23