/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_gamma.c | 96 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()
|
D | SDL_video.c | 135 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 …]
|
D | SDL_sysvideo.h | 41 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;
|
D | SDL_cursor.c | 111 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 …]
|
D | SDL_surface.c | 41 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 …]
|
D | SDL_blit.c | 276 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/ |
D | SDL_epocvideo.h | 29 #define _THIS SDL_VideoDevice *_this 34 struct SDL_VideoDevice; 35 void DisableKeyBlocking(SDL_VideoDevice*);
|
D | SDL_epocvideo.cpp | 132 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/ |
D | SDL_cacavideo.c | 68 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/ |
D | SDL_nullvideo.c | 79 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/ |
D | SDL_riscosvideo.c | 88 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/ |
D | SDL_aavideo.c | 58 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/ |
D | SDL_ndsvideo.c | 64 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/ |
D | SDL_ps3video.c | 50 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/ |
D | SDL_QuartzWindow.m | 86 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/ |
D | SDL_ggivideo.c | 81 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/ |
D | SDL_dcvideo.c | 70 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/ |
D | SDL_sysvideo.cc | 79 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/ |
D | SDL_pgvideo.c | 81 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()
|
D | SDL_pgevents.c | 69 SDL_VideoDevice *this = (SDL_VideoDevice *) evt->extra; in PG_HandleMouseButton()
|
/external/qemu/distrib/sdl-1.2.15/src/events/ |
D | SDL_events.c | 102 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/ |
D | SDL_ph_video.c | 49 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/ |
D | SDL_ipodvideo.c | 46 #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/ |
D | SDL_nxvideo.c | 65 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/ |
D | SDL_svgavideo.c | 101 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()
|