HomeSort by relevance Sort by last modified time
    Searched refs:current_video (Results 1 - 21 of 21) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv.c 35 SDL_VideoDevice *video = current_video;
36 SDL_VideoDevice *this = current_video;
72 return overlay->hwfuncs->Lock(current_video, overlay);
80 overlay->hwfuncs->Unlock(current_video, overlay);
109 if ( (dstx+dstw) > current_video->screen->w ) {
110 int extra = (dstx+dstw - current_video->screen->w);
120 if ( (dsty+dsth) > current_video->screen->h ) {
121 int extra = (dsty+dsth - current_video->screen->h);
138 return overlay->hwfuncs->Display(current_video, overlay, &src, &dst);
147 overlay->hwfuncs->FreeHW(current_video, overlay)
    [all...]
SDL_gamma.c 96 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;
SDL_blit.c 251 hw_blit_ok = current_video->info.blit_hw;
256 hw_blit_ok = current_video->info.blit_hw_CC;
259 hw_blit_ok = current_video->info.blit_hw_A;
264 hw_blit_ok = current_video->info.blit_sw;
269 hw_blit_ok = current_video->info.blit_sw_CC;
272 hw_blit_ok = current_video->info.blit_sw_A;
276 SDL_VideoDevice *video = current_video;
277 SDL_VideoDevice *this = current_video;
283 if (((surface->flags & SDL_HWSURFACE) == SDL_HWSURFACE )&&(current_video->displayformatalphapixel))
286 if ( current_video->info.blit_hw_A )
    [all...]
SDL_video.c 135 SDL_VideoDevice *current_video = NULL; variable
169 /* Check to make sure we don't overwrite 'current_video' */
170 if ( current_video != NULL ) {
205 current_video = video;
206 current_video->name = bootstrap[i]->name;
289 if ( current_video != NULL ) {
290 SDL_strlcpy(namebuf, current_video->name, maxlen);
304 if ( current_video ) {
305 visible = current_video->visible;
318 if ( current_video ) {
    [all...]
SDL_surface.c 41 SDL_VideoDevice *video = current_video;
42 SDL_VideoDevice *this = current_video;
64 if ( ! current_video->info.blit_hw_CC ) {
69 if ( ! current_video->info.blit_hw_A ) {
200 SDL_VideoDevice *video = current_video;
201 SDL_VideoDevice *this = current_video;
251 SDL_VideoDevice *video = current_video;
252 SDL_VideoDevice *this = current_video;
426 hw_srcrect.x += current_video->offset_x;
427 hw_srcrect.y += current_video->offset_y
    [all...]
SDL_cursor.c 111 SDL_VideoDevice *video = current_video;
170 SDL_VideoDevice *video = current_video;
171 SDL_VideoDevice *this = current_video;
246 SDL_VideoDevice *video = current_video;
247 SDL_VideoDevice *this = current_video;
279 SDL_VideoDevice *video = current_video;
280 SDL_VideoDevice *this = current_video;
295 SDL_VideoDevice *video = current_video;
296 SDL_VideoDevice *this = current_video;
323 SDL_VideoDevice *video = current_video;
    [all...]
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/quartz/
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/
SDL_wimppoll.c 323 if (current_video && current_video->hidden->window_handle)
325 WIMP_Poll(current_video, 0);
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c 158 SDL_VideoDevice *this = current_video;
184 SDL_VideoDevice *this = current_video;
253 SDL_VideoDevice *this = current_video;
266 SDL_VideoDevice *this = current_video;
577 SDL_VideoDevice *this = current_video;
628 WIN_RealizePalette(current_video);
635 WIN_PaletteChanged(current_video, (HWND)wParam);
645 if ( current_video->screen &&
646 !(current_video->screen->flags & SDL_OPENGL) ) {
647 WIN_WinPAINT(current_video, hdc)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events.c 102 SDL_VideoDevice *video = current_video;
103 SDL_VideoDevice *this = current_video;
371 SDL_VideoDevice *video = current_video;
372 SDL_VideoDevice *this = current_video;
SDL_keyboard.c 61 SDL_VideoDevice *video = current_video;
62 SDL_VideoDevice *this = current_video;
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fb3dfx.c 96 SDL_VideoDevice *this = current_video;
SDL_fbriva.c 114 SDL_VideoDevice *this = current_video;
SDL_fbmatrox.c 123 SDL_VideoDevice *this = current_video;
  /external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysevents.cc 166 SDL_VideoDevice *view = current_video;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c 586 SDL_VideoDevice *this = current_video;
SDL_x11video.c 250 if ( SDL_VideoSurface && current_video->hidden->Ximage ) {
253 current_video->hidden->X11_Display = NULL;
    [all...]
SDL_x11events.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 872 this = current_video;
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image.c 838 SDL_VideoDevice* this=current_video;

Completed in 185 milliseconds