Home
last modified time | relevance | path

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

1234

/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_gamma.c96 SDL_VideoDevice *video = current_video; in SDL_SetGamma()
97 SDL_VideoDevice *this = current_video; in SDL_SetGamma()
122 SDL_VideoDevice *video = current_video; in SDL_GetGamma()
123 SDL_VideoDevice *this = current_video; in SDL_GetGamma()
147 SDL_VideoDevice *video = current_video; in SDL_SetGammaRamp()
148 SDL_VideoDevice *this = current_video; in SDL_SetGammaRamp()
198 SDL_VideoDevice *video = current_video; in SDL_GetGammaRamp()
199 SDL_VideoDevice *this = current_video; in SDL_GetGammaRamp()
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; in SDL_VideoInit()
333 SDL_VideoDevice *video = current_video; in SDL_ListModes()
334 SDL_VideoDevice *this = current_video; in SDL_ListModes()
585 SDL_VideoDevice *video, *this; in SDL_SetVideoMode()
1040 SDL_VideoDevice *video = current_video; in SDL_UpdateRects()
1041 SDL_VideoDevice *this = current_video; in SDL_UpdateRects()
1107 SDL_VideoDevice *video = current_video; in SDL_Flip()
1148 SDL_VideoDevice *this = current_video; in SDL_Flip()
[all …]
DSDL_sysvideo.h41 typedef struct SDL_VideoDevice SDL_VideoDevice; typedef
44 #define _THIS SDL_VideoDevice *_this
48 struct SDL_VideoDevice { struct
332 SDL_VideoDevice *(*create)(int devindex); argument
433 extern SDL_VideoDevice *current_video;
DSDL_cursor.c111 SDL_VideoDevice *video = current_video; in SDL_CreateCursor()
170 SDL_VideoDevice *video = current_video; in SDL_SetCursor()
171 SDL_VideoDevice *this = current_video; in SDL_SetCursor()
246 SDL_VideoDevice *video = current_video; in SDL_FreeCursor()
247 SDL_VideoDevice *this = current_video; in SDL_FreeCursor()
279 SDL_VideoDevice *video = current_video; in SDL_ShowCursor()
280 SDL_VideoDevice *this = current_video; in SDL_ShowCursor()
295 SDL_VideoDevice *video = current_video; in SDL_WarpMouse()
296 SDL_VideoDevice *this = current_video; in SDL_WarpMouse()
323 SDL_VideoDevice *video = current_video; in SDL_MoveCursor()
[all …]
DSDL_surface.c41 SDL_VideoDevice *video = current_video; in SDL_CreateRGBSurface()
42 SDL_VideoDevice *this = current_video; in SDL_CreateRGBSurface()
200 SDL_VideoDevice *video = current_video; in SDL_SetColorKey()
201 SDL_VideoDevice *this = current_video; in SDL_SetColorKey()
251 SDL_VideoDevice *video = current_video; in SDL_SetAlpha()
252 SDL_VideoDevice *this = current_video; in SDL_SetAlpha()
555 SDL_VideoDevice *video = current_video; in SDL_FillRect()
556 SDL_VideoDevice *this = current_video; in SDL_FillRect()
741 SDL_VideoDevice *video = current_video; in SDL_LockSurface()
742 SDL_VideoDevice *this = current_video; in SDL_LockSurface()
[all …]
DSDL_blit.c276 SDL_VideoDevice *video = current_video; in SDL_CalculateBlit()
277 SDL_VideoDevice *this = current_video; in SDL_CalculateBlit()
287 SDL_VideoDevice *video = current_video; in SDL_CalculateBlit()
288 SDL_VideoDevice *this = current_video; in SDL_CalculateBlit()
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
DSDL_epocvideo.h29 #define _THIS SDL_VideoDevice *_this
34 struct SDL_VideoDevice;
35 void DisableKeyBlocking(SDL_VideoDevice*);
DSDL_epocvideo.cpp132 static SDL_VideoDevice *EPOC_CreateDevice(int devindex);
161 static void EPOC_DeleteDevice(SDL_VideoDevice *device) in EPOC_DeleteDevice()
167 static SDL_VideoDevice *EPOC_CreateDevice(int /*devindex*/) in EPOC_CreateDevice()
169 SDL_VideoDevice *device; in EPOC_CreateDevice()
174 device = static_cast<SDL_VideoDevice*>(User::Alloc(sizeof(SDL_VideoDevice))); in EPOC_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/caca/
DSDL_cacavideo.c68 static struct SDL_VideoDevice *local_this;
77 static void Caca_DeleteDevice(SDL_VideoDevice *device) in Caca_DeleteDevice()
82 static SDL_VideoDevice *Caca_CreateDevice(int devindex) in Caca_CreateDevice()
84 SDL_VideoDevice *device; in Caca_CreateDevice()
87 device = (SDL_VideoDevice *)malloc(sizeof(SDL_VideoDevice)); in Caca_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/dummy/
DSDL_nullvideo.c79 static void DUMMY_DeleteDevice(SDL_VideoDevice *device) in DUMMY_DeleteDevice()
85 static SDL_VideoDevice *DUMMY_CreateDevice(int devindex) in DUMMY_CreateDevice()
87 SDL_VideoDevice *device; in DUMMY_CreateDevice()
90 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); in DUMMY_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
DSDL_riscosvideo.c88 static void RISCOS_DeleteDevice(SDL_VideoDevice *device) in RISCOS_DeleteDevice()
94 static SDL_VideoDevice *RISCOS_CreateDevice(int devindex) in RISCOS_CreateDevice()
96 SDL_VideoDevice *device; in RISCOS_CreateDevice()
99 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); in RISCOS_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/aalib/
DSDL_aavideo.c58 static struct SDL_VideoDevice *local_this;
67 static void AA_DeleteDevice(SDL_VideoDevice *device) in AA_DeleteDevice()
73 static SDL_VideoDevice *AA_CreateDevice(int devindex) in AA_CreateDevice()
75 SDL_VideoDevice *device; in AA_CreateDevice()
78 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); in AA_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/nds/
DSDL_ndsvideo.c64 static void NDS_DeleteDevice(SDL_VideoDevice *device) in NDS_DeleteDevice()
106 static SDL_VideoDevice *NDS_CreateDevice(int devindex) in NDS_CreateDevice()
108 SDL_VideoDevice *device=0; in NDS_CreateDevice()
112 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); in NDS_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
DSDL_ps3video.c50 static SDL_VideoDevice *PS3_CreateDevice(int devindex);
53 static void PS3_DeleteDevice(SDL_VideoDevice * device);
87 static SDL_VideoDevice *PS3_CreateDevice(int devindex) in PS3_CreateDevice()
89 SDL_VideoDevice *this; in PS3_CreateDevice()
92 this = (SDL_VideoDevice *) SDL_malloc(sizeof(SDL_VideoDevice)); in PS3_CreateDevice()
146 static void PS3_DeleteDevice(SDL_VideoDevice * device) in PS3_DeleteDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
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/ggi/
DSDL_ggivideo.c81 static void GGI_DeleteDevice(SDL_VideoDevice *device) in GGI_DeleteDevice()
87 static SDL_VideoDevice *GGI_CreateDevice(int devindex) in GGI_CreateDevice()
89 SDL_VideoDevice *device; in GGI_CreateDevice()
92 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); in GGI_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/dc/
DSDL_dcvideo.c70 static void DC_DeleteDevice(SDL_VideoDevice *device) in DC_DeleteDevice()
76 static SDL_VideoDevice *DC_CreateDevice(int devindex) in DC_CreateDevice()
78 SDL_VideoDevice *device; in DC_CreateDevice()
81 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); in DC_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
DSDL_sysvideo.cc79 static void QT_DeleteDevice(SDL_VideoDevice *device) in QT_DeleteDevice()
85 static SDL_VideoDevice *QT_CreateDevice(int devindex) in QT_CreateDevice()
87 SDL_VideoDevice *device; in QT_CreateDevice()
90 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); in QT_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
DSDL_pgvideo.c81 static void PG_DeleteDevice(SDL_VideoDevice *device) in PG_DeleteDevice()
87 static SDL_VideoDevice *PG_CreateDevice(int devindex) in PG_CreateDevice()
89 SDL_VideoDevice *device; in PG_CreateDevice()
92 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); in PG_CreateDevice()
DSDL_pgevents.c69 SDL_VideoDevice *this = (SDL_VideoDevice *) evt->extra; in PG_HandleMouseButton()
/external/qemu/distrib/sdl-1.2.15/src/events/
DSDL_events.c102 SDL_VideoDevice *video = current_video; in SDL_GobbleEvents()
103 SDL_VideoDevice *this = current_video; in SDL_GobbleEvents()
371 SDL_VideoDevice *video = current_video; in SDL_PumpEvents()
372 SDL_VideoDevice *this = current_video; in SDL_PumpEvents()
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_video.c49 static void ph_DeleteDevice(SDL_VideoDevice *device);
70 static SDL_VideoDevice* ph_CreateDevice(int devindex) in ph_CreateDevice()
72 SDL_VideoDevice* device; in ph_CreateDevice()
75 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); in ph_CreateDevice()
145 static void ph_DeleteDevice(SDL_VideoDevice *device) in ph_DeleteDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
DSDL_ipodvideo.c46 #define _THIS SDL_VideoDevice *this
103 static void iPod_DeleteDevice (SDL_VideoDevice *device) in iPod_DeleteDevice()
111 static SDL_VideoDevice *iPod_CreateDevice (int devindex) in iPod_CreateDevice()
113 SDL_VideoDevice *this; in iPod_CreateDevice()
115 this = (SDL_VideoDevice *)SDL_malloc (sizeof(SDL_VideoDevice)); in iPod_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
DSDL_nxvideo.c65 static void NX_DeleteDevice (SDL_VideoDevice * device) in NX_DeleteDevice()
78 static SDL_VideoDevice * NX_CreateDevice (int devindex) in NX_CreateDevice()
80 SDL_VideoDevice * device ; in NX_CreateDevice()
85 device = (SDL_VideoDevice *) SDL_malloc (sizeof (SDL_VideoDevice)) ; in NX_CreateDevice()
/external/qemu/distrib/sdl-1.2.15/src/video/svga/
DSDL_svgavideo.c101 static void SVGA_DeleteDevice(SDL_VideoDevice *device) in SVGA_DeleteDevice()
107 static SDL_VideoDevice *SVGA_CreateDevice(int devindex) in SVGA_CreateDevice()
109 SDL_VideoDevice *device; in SVGA_CreateDevice()
112 device = (SDL_VideoDevice *)SDL_malloc(sizeof(SDL_VideoDevice)); in SVGA_CreateDevice()

1234