/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_yuv.c | 35 SDL_VideoDevice *video = current_video; in SDL_CreateYUVOverlay() 36 SDL_VideoDevice *this = current_video; in SDL_CreateYUVOverlay() 72 return overlay->hwfuncs->Lock(current_video, overlay); in SDL_LockYUVOverlay() 80 overlay->hwfuncs->Unlock(current_video, overlay); in SDL_UnlockYUVOverlay() 109 if ( (dstx+dstw) > current_video->screen->w ) { in SDL_DisplayYUVOverlay() 110 int extra = (dstx+dstw - current_video->screen->w); in SDL_DisplayYUVOverlay() 120 if ( (dsty+dsth) > current_video->screen->h ) { in SDL_DisplayYUVOverlay() 121 int extra = (dsty+dsth - current_video->screen->h); in SDL_DisplayYUVOverlay() 138 return overlay->hwfuncs->Display(current_video, overlay, &src, &dst); in SDL_DisplayYUVOverlay() 147 overlay->hwfuncs->FreeHW(current_video, overlay); in SDL_FreeYUVOverlay()
|
D | SDL_video.c | 135 SDL_VideoDevice *current_video = NULL; variable 170 if ( current_video != NULL ) { in SDL_VideoInit() 205 current_video = video; in SDL_VideoInit() 206 current_video->name = bootstrap[i]->name; in SDL_VideoInit() 289 if ( current_video != NULL ) { in SDL_VideoDriverName() 290 SDL_strlcpy(namebuf, current_video->name, maxlen); in SDL_VideoDriverName() 304 if ( current_video ) { in SDL_GetVideoSurface() 305 visible = current_video->visible; in SDL_GetVideoSurface() 318 if ( current_video ) { in SDL_GetVideoInfo() 319 info = ¤t_video->info; in SDL_GetVideoInfo() [all …]
|
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_blit.c | 251 hw_blit_ok = current_video->info.blit_hw; in SDL_CalculateBlit() 256 hw_blit_ok = current_video->info.blit_hw_CC; in SDL_CalculateBlit() 259 hw_blit_ok = current_video->info.blit_hw_A; in SDL_CalculateBlit() 264 hw_blit_ok = current_video->info.blit_sw; in SDL_CalculateBlit() 269 hw_blit_ok = current_video->info.blit_sw_CC; in SDL_CalculateBlit() 272 hw_blit_ok = current_video->info.blit_sw_A; in SDL_CalculateBlit() 276 SDL_VideoDevice *video = current_video; in SDL_CalculateBlit() 277 SDL_VideoDevice *this = current_video; in SDL_CalculateBlit() 283 …if (((surface->flags & SDL_HWSURFACE) == SDL_HWSURFACE )&&(current_video->displayformatalphapixel)… in SDL_CalculateBlit() 286 if ( current_video->info.blit_hw_A ) { in SDL_CalculateBlit() [all …]
|
D | SDL_surface.c | 41 SDL_VideoDevice *video = current_video; in SDL_CreateRGBSurface() 42 SDL_VideoDevice *this = current_video; in SDL_CreateRGBSurface() 64 if ( ! current_video->info.blit_hw_CC ) { in SDL_CreateRGBSurface() 69 if ( ! current_video->info.blit_hw_A ) { 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() 426 hw_srcrect.x += current_video->offset_x; in SDL_LowerBlit() 427 hw_srcrect.y += current_video->offset_y; in SDL_LowerBlit() [all …]
|
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_sysvideo.h | 433 extern SDL_VideoDevice *current_video; 435 #define SDL_VideoSurface (current_video->screen) 436 #define SDL_ShadowSurface (current_video->shadow) 437 #define SDL_PublicSurface (current_video->visible)
|
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/ |
D | SDL_sysevents.c | 158 SDL_VideoDevice *this = current_video; in SDL_RestoreGameMode() 184 SDL_VideoDevice *this = current_video; in SDL_RestoreDesktopMode() 253 SDL_VideoDevice *this = current_video; in WinMessage() 266 SDL_VideoDevice *this = current_video; in WinMessage() 577 SDL_VideoDevice *this = current_video; in WinMessage() 628 WIN_RealizePalette(current_video); in WinMessage() 635 WIN_PaletteChanged(current_video, (HWND)wParam); in WinMessage() 645 if ( current_video->screen && in WinMessage() 646 !(current_video->screen->flags & SDL_OPENGL) ) { in WinMessage() 647 WIN_WinPAINT(current_video, hdc); in WinMessage() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzWindow.m | 35 SDL_Surface *surface = current_video->screen; 86 SDL_VideoDevice *this = (SDL_VideoDevice*)current_video; 112 SDL_VideoDevice *this = (SDL_VideoDevice*)current_video; 161 SDL_VideoDevice *this = (SDL_VideoDevice*)current_video; 210 QZ_DoActivate (current_video); 215 QZ_DoDeactivate (current_video);
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
D | SDL_wimppoll.c | 323 if (current_video && current_video->hidden->window_handle) in RISCOS_BackgroundTasks() 325 WIMP_Poll(current_video, 0); in RISCOS_BackgroundTasks()
|
/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()
|
D | SDL_keyboard.c | 61 SDL_VideoDevice *video = current_video; in SDL_KeyboardInit() 62 SDL_VideoDevice *this = current_video; in SDL_KeyboardInit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | SDL_fb3dfx.c | 96 SDL_VideoDevice *this = current_video; in HWAccelBlit()
|
D | SDL_fbriva.c | 114 SDL_VideoDevice *this = current_video; in HWAccelBlit()
|
D | SDL_fbmatrox.c | 123 SDL_VideoDevice *this = current_video; in HWAccelBlit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
D | SDL_sysevents.cc | 166 SDL_VideoDevice *view = current_video; in DispatchMessage()
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11wm.c | 586 SDL_VideoDevice *this = current_video;
|
D | SDL_x11video.c | 250 if ( SDL_VideoSurface && current_video->hidden->Ximage ) { in xio_errhandler() 253 current_video->hidden->X11_Display = NULL; in xio_errhandler()
|
D | SDL_x11events.c | 1251 struct SDL_VideoDevice *this = current_video; in X11_KeyToUnicode()
|
/external/qemu/distrib/sdl-1.2.15/src/video/photon/ |
D | SDL_ph_image.c | 838 SDL_VideoDevice* this=current_video; in ph_HWAccelBlit()
|
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
D | SDL_dgavideo.c | 872 this = current_video; in HWAccelBlit()
|