Home
last modified time | relevance | path

Searched refs:current_video (Results 1 – 21 of 21) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_yuv.c35 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()
DSDL_video.c135 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 = &current_video->info; in SDL_GetVideoInfo()
[all …]
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_blit.c251 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 …]
DSDL_surface.c41 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 …]
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_sysvideo.h433 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/
DSDL_sysevents.c158 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/
DSDL_QuartzWindow.m35 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/
DSDL_wimppoll.c323 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/
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()
DSDL_keyboard.c61 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/
DSDL_fb3dfx.c96 SDL_VideoDevice *this = current_video; in HWAccelBlit()
DSDL_fbriva.c114 SDL_VideoDevice *this = current_video; in HWAccelBlit()
DSDL_fbmatrox.c123 SDL_VideoDevice *this = current_video; in HWAccelBlit()
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
DSDL_sysevents.cc166 SDL_VideoDevice *view = current_video; in DispatchMessage()
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11wm.c586 SDL_VideoDevice *this = current_video;
DSDL_x11video.c250 if ( SDL_VideoSurface && current_video->hidden->Ximage ) { in xio_errhandler()
253 current_video->hidden->X11_Display = NULL; in xio_errhandler()
DSDL_x11events.c1251 struct SDL_VideoDevice *this = current_video; in X11_KeyToUnicode()
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_image.c838 SDL_VideoDevice* this=current_video; in ph_HWAccelBlit()
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
DSDL_dgavideo.c872 this = current_video; in HWAccelBlit()