Searched refs:SDL_VideoDevice (Results 1 - 25 of 92) sorted by relevance

1234

/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_biosevents_c.h36 #define _THIS SDL_VideoDevice *this
H A DSDL_gemdosevents_c.h36 #define _THIS SDL_VideoDevice *this
H A DSDL_ikbdevents_c.h36 #define _THIS SDL_VideoDevice *this
H A DSDL_ataridevmouse_c.h36 #define _THIS SDL_VideoDevice *this
H A DSDL_xbiosevents_c.h36 #define _THIS SDL_VideoDevice *this
H A DSDL_atarievents_c.h36 #define _THIS SDL_VideoDevice *this
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
H A DSDL_dcvideo.h32 #define _THIS SDL_VideoDevice *this
/external/qemu/distrib/sdl-1.2.15/src/video/dummy/
H A DSDL_nullvideo.h30 #define _THIS SDL_VideoDevice *this
H A DSDL_nullvideo.c79 static void DUMMY_DeleteDevice(SDL_VideoDevice *device)
85 static SDL_VideoDevice *DUMMY_CreateDevice(int devindex)
87 SDL_VideoDevice *device;
90 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice));
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A DSDL_epocvideo.h29 #define _THIS SDL_VideoDevice *_this
34 struct SDL_VideoDevice;
35 void DisableKeyBlocking(SDL_VideoDevice*);
/external/qemu/distrib/sdl-1.2.15/src/video/nds/
H A DSDL_ndsvideo.h31 #define _THIS SDL_VideoDevice *this
/external/qemu/distrib/sdl-1.2.15/src/video/ggi/
H A DSDL_ggivideo.h32 #define _THIS SDL_VideoDevice *this
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
H A DSDL_pgvideo.h38 #define _THIS SDL_VideoDevice *this
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/
H A DSDL_epocevents_c.h51 #define _THIS SDL_VideoDevice *_this
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_yuvfuncs.h30 #define _THIS SDL_VideoDevice *_this
H A DSDL_gamma.c96 SDL_VideoDevice *video = current_video;
97 SDL_VideoDevice *this = current_video;
122 SDL_VideoDevice *video = current_video;
123 SDL_VideoDevice *this = current_video;
147 SDL_VideoDevice *video = current_video;
148 SDL_VideoDevice *this = current_video;
198 SDL_VideoDevice *video = current_video;
199 SDL_VideoDevice *this = current_video;
H A DSDL_video.c135 SDL_VideoDevice *current_video = NULL;
140 void SDL_GL_UpdateRectsLock(SDL_VideoDevice* this, int numrects, SDL_Rect* rects);
153 SDL_VideoDevice *video;
333 SDL_VideoDevice *video = current_video;
334 SDL_VideoDevice *this = current_video;
585 SDL_VideoDevice *video, *this;
1040 SDL_VideoDevice *video = current_video;
1041 SDL_VideoDevice *this = current_video;
1107 SDL_VideoDevice *video = current_video;
1148 SDL_VideoDevice *thi
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosvideo.h32 #define _THIS SDL_VideoDevice *this
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_gapidibvideo.h31 #define _THIS SDL_VideoDevice *this
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.h32 #define _THIS SDL_VideoDevice *this
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzWindow.m86 SDL_VideoDevice *this = (SDL_VideoDevice*)current_video;
112 SDL_VideoDevice *this = (SDL_VideoDevice*)current_video;
161 SDL_VideoDevice *this = (SDL_VideoDevice*)current_video;
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_lowvideo.h32 #define _THIS SDL_VideoDevice *_this
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.h40 #define _THIS SDL_VideoDevice *_this
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
H A DSDL_svgavideo.h31 #define _THIS SDL_VideoDevice *this
/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.h38 #define _THIS SDL_VideoDevice *this

Completed in 193 milliseconds

1234