HomeSort by relevance Sort by last modified time
    Searched full:_this (Results 26 - 50 of 341) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
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);
    [all...]
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);
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
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, Uint32 flags);
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 bpp, Uint32 flags);
66 extern void FULLSCREEN_BuildModeList(_THIS);
    [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/video/quartz/
SDL_QuartzVideo.h 128 #define _THIS SDL_VideoDevice *this
186 int QZ_SetGamma (_THIS, float red, float green, float blue);
187 int QZ_GetGamma (_THIS, float *red, float *green, float *blue);
188 int QZ_SetGammaRamp (_THIS, Uint16 *ramp);
189 int QZ_GetGammaRamp (_THIS, Uint16 *ramp);
192 int QZ_SetupOpenGL (_THIS, int bpp, Uint32 flags);
193 void QZ_TearDownOpenGL (_THIS);
194 void* QZ_GL_GetProcAddress (_THIS, const char *proc);
195 int QZ_GL_GetAttribute (_THIS, SDL_GLattr attrib, int* value);
196 int QZ_GL_MakeCurrent (_THIS);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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.15/src/video/bwindow/
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, Uint32 flags);
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...]
SDL_sysmouse_c.h 27 extern void BE_FreeWMCursor(_THIS, WMcursor *cursor);
28 extern WMcursor *BE_CreateWMCursor(_THIS,
30 extern int BE_ShowWMCursor(_THIS, WMcursor *cursor);
31 extern void BE_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
32 extern void BE_CheckMouseMode(_THIS);
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/audio/ums/
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.15/src/video/
SDL_yuv_sw_c.h 29 extern SDL_Overlay *SDL_CreateYUV_SW(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
31 extern int SDL_LockYUV_SW(_THIS, SDL_Overlay *overlay);
33 extern void SDL_UnlockYUV_SW(_THIS, SDL_Overlay *overlay);
35 extern int SDL_DisplayYUV_SW(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
37 extern void SDL_FreeYUV_SW(_THIS, SDL_Overlay *overlay);
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_yuv.h 29 extern SDL_Overlay *DirectFB_CreateYUVOverlay(_THIS, int width, int height, Uint32 format, SDL_Surface *display);
31 extern int DirectFB_LockYUVOverlay(_THIS, SDL_Overlay *overlay);
33 extern void DirectFB_UnlockYUVOverlay(_THIS, SDL_Overlay *overlay);
35 extern int DirectFB_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
37 extern void DirectFB_FreeYUVOverlay(_THIS, SDL_Overlay *overlay);
  /external/qemu/distrib/sdl-1.2.15/src/video/dummy/
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, Uint32 flags);
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.15/src/video/gem/
SDL_gemmouse_c.h 27 extern void GEM_FreeWMCursor(_THIS, WMcursor *cursor);
28 extern WMcursor *GEM_CreateWMCursor(_THIS,
30 extern int GEM_ShowWMCursor(_THIS, WMcursor *cursor);
32 extern void GEM_WarpWMCursor(_THIS, Uint16 x, Uint16 y);
34 extern void GEM_CheckMouseMode(_THIS);
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nximage_c.h 30 extern int NX_SetupImage (_THIS, SDL_Surface * screen) ;
31 extern void NX_DestroyImage (_THIS, SDL_Surface * screen) ;
32 extern int NX_ResizeImage (_THIS, SDL_Surface * screen, Uint32 flags) ;
34 extern void NX_NormalUpdate (_THIS, int numrects, SDL_Rect * rects) ;
35 extern void NX_RefreshDisplay (_THIS) ;
  /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);
  /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/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...]

Completed in 214 milliseconds

12 3 4 5 6 7 8 91011>>