/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/ |
D | SDL_lowvideo.h | 57 ((SDL_VideoSurface->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN) && \ 65 ((SDL_VideoSurface->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN) && \
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
D | SDL_ph_video.c | 209 if (((flags & SDL_NOFRAME)==SDL_NOFRAME) || ((flags & SDL_FULLSCREEN)==SDL_FULLSCREEN)) in ph_SetupWindow() 227 if ((flags & SDL_FULLSCREEN) == SDL_FULLSCREEN) in ph_SetupWindow() 458 …if (((current->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN) && (ph_GetVideoMode(width, height, bpp)=… in ph_SetVideoMode() 460 current->flags &= ~SDL_FULLSCREEN; in ph_SetVideoMode() 490 if ((current->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN) in ph_SetVideoMode() 549 if ((current->flags & SDL_FULLSCREEN) != SDL_FULLSCREEN) in ph_SetVideoMode() 627 if ((this->screen->flags & SDL_FULLSCREEN) != SDL_FULLSCREEN) in ph_SetColors()
|
D | SDL_ph_gl.c | 234 if (flags & SDL_FULLSCREEN) in ph_SetupOpenGLContext() 335 if ((flags & SDL_FULLSCREEN) == SDL_FULLSCREEN) in ph_SetupOpenGLContext()
|
D | SDL_ph_image.c | 306 if ((screen->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN) in ph_SetupOpenGLImage() 310 screen->flags &= ~SDL_FULLSCREEN; in ph_SetupOpenGLImage() 496 if ((flags & SDL_FULLSCREEN)==SDL_FULLSCREEN) in ph_SetupUpdateFunction() 756 if ((screen->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN) in ph_FlipHWSurface()
|
D | SDL_ph_mouse.c | 129 if ((this->screen->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN) in ph_ShowWMCursor()
|
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/ |
D | SDL_romvideo.c | 262 if ( (flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { in ROM_ListModes() 468 if ( (current->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { in ROM_UnsetVideoMode() 478 current->flags &= ~(SDL_HWSURFACE|SDL_FULLSCREEN); in ROM_UnsetVideoMode() 513 flags &= ~SDL_FULLSCREEN; in ROM_SetVideoMode() 515 if ( (flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { in ROM_SetVideoMode() 517 current->flags |= SDL_HWSURFACE|SDL_FULLSCREEN; in ROM_SetVideoMode() 599 if ( (flags & SDL_HWPALETTE) && (flags & SDL_FULLSCREEN) ) in ROM_SetVideoMode() 677 if ( (this->screen->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { in ROM_SetColors() 698 if ( (this->screen->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) in ROM_SetColors()
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
D | SDL_cgxvideo.c | 604 if ( screen && (screen->flags & SDL_FULLSCREEN) ) { in CGX_DestroyWindow() 606 screen->flags &= ~SDL_FULLSCREEN; in CGX_DestroyWindow() 650 if ( flags & SDL_FULLSCREEN ) { in CGX_SetSizeHints() 789 if( flags & SDL_FULLSCREEN ) in CGX_CreateWindow() 850 if ( flags & SDL_FULLSCREEN ) { in CGX_CreateWindow() 851 screen->flags |= SDL_FULLSCREEN; in CGX_CreateWindow() 855 screen->flags &= ~SDL_FULLSCREEN; in CGX_CreateWindow() 913 …if( (flags&SDL_FULLSCREEN) || (current && current->flags&SDL_FULLSCREEN && !(flags&SDL_FULLSCREEN)… in CGX_SetVideoMode() 918 if(current && current->flags&SDL_FULLSCREEN && !(flags&SDL_FULLSCREEN)) { in CGX_SetVideoMode() 943 if ( flags & SDL_FULLSCREEN ) { in CGX_SetVideoMode() [all …]
|
D | SDL_amigaevents.c | 151 switch_waiting = 0x01 | SDL_FULLSCREEN; in amiga_DispatchEvent() 234 (SDL_VideoSurface->flags & SDL_FULLSCREEN) ) in amiga_DispatchEvent()
|
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
D | SDL_dx5video.c | 990 if ( (flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { in DX5_ListModes() 1051 if ( (current->flags & (SDL_OPENGL|SDL_FULLSCREEN)) == 1052 (SDL_OPENGL|SDL_FULLSCREEN) ) { 1121 if ( (flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { 1142 video->flags |= SDL_FULLSCREEN; 1150 if ( video->flags & SDL_FULLSCREEN ) { 1206 if ( (flags & SDL_FULLSCREEN) ) { 1219 if ( flags & SDL_FULLSCREEN ) { 1225 if ( !(flags & SDL_FULLSCREEN) ) { 1244 if ( (flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/windib/ |
D | SDL_dibvideo.c | 400 if ( (flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { in DIB_ListModes() 562 if ( flags & SDL_FULLSCREEN ) 563 video->flags |= SDL_FULLSCREEN; 568 if ( (flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { 647 video->flags |= SDL_FULLSCREEN; 679 if ( (video->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { 684 if ( (prev_flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { 775 if ( screen_pal && (flags & (SDL_FULLSCREEN|SDL_HWPALETTE)) ) { 819 if ( (flags & SDL_FULLSCREEN) ) { 832 if ( flags & SDL_FULLSCREEN ) { [all …]
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
D | SDL_nxvideo.c | 280 if (screen && (screen -> flags & SDL_FULLSCREEN)) { in NX_DestroyWindow() 281 screen -> flags &= ~ SDL_FULLSCREEN ; in NX_DestroyWindow() 345 if (flags & SDL_FULLSCREEN) { in NX_CreateWindow() 346 screen -> flags |= SDL_FULLSCREEN ; in NX_CreateWindow() 349 screen -> flags &= ~ SDL_FULLSCREEN ; in NX_CreateWindow() 441 this -> screen -> flags &= ~ SDL_FULLSCREEN ; in NX_ToggleFullScreen()
|
D | SDL_nxmodes.c | 33 if (flags & SDL_FULLSCREEN) in NX_ListModes()
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
D | SDL_x11video.c | 720 if ( screen && (screen->flags & SDL_FULLSCREEN) ) { in X11_DestroyWindow() 721 screen->flags &= ~SDL_FULLSCREEN; in X11_DestroyWindow() 790 if ( flags & SDL_FULLSCREEN ) { in X11_SetSizeHints() 1101 if ( flags & SDL_FULLSCREEN ) { in X11_CreateWindow() 1102 screen->flags |= SDL_FULLSCREEN; in X11_CreateWindow() 1105 screen->flags &= ~SDL_FULLSCREEN; in X11_CreateWindow() 1123 if ( flags & SDL_FULLSCREEN ) { in X11_ResizeWindow() 1124 if ( screen->flags & SDL_FULLSCREEN ) { in X11_ResizeWindow() 1127 screen->flags |= SDL_FULLSCREEN; in X11_ResizeWindow() 1131 if ( screen->flags & SDL_FULLSCREEN ) { in X11_ResizeWindow() [all …]
|
D | SDL_x11wm.c | 345 if (this->screen->flags & SDL_FULLSCREEN) in set_window_pos_nolock() 387 if (this->screen->flags & SDL_FULLSCREEN) { in X11_GetWindowPos() 482 if ( this->screen->flags & SDL_FULLSCREEN ) { 508 if ( !(this->screen->flags & SDL_FULLSCREEN) )
|
D | SDL_x11events.c | 474 switch_waiting = 0x01 | SDL_FULLSCREEN; in X11_DispatchEvent() 805 (SDL_VideoSurface->flags & SDL_FULLSCREEN) ) { in X11_DispatchEvent() 933 if ( switch_waiting & SDL_FULLSCREEN ) { in X11_PumpEvents() 941 go_fullscreen = switch_waiting & SDL_FULLSCREEN; in X11_PumpEvents() 943 if ( SDL_VideoSurface->flags & SDL_FULLSCREEN ) { in X11_PumpEvents()
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
D | SDL_sysvideo.cc | 331 if ( (flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { in BE_ListModes() 477 screen->flags |= SDL_FULLSCREEN; in BE_SetFullScreen() 479 screen->flags &= ~SDL_FULLSCREEN; in BE_SetFullScreen() 561 BE_SetFullScreen(_this, current, flags & SDL_FULLSCREEN ? 1 : 0); in BE_SetVideoMode() 814 if ( (_this->screen->flags&SDL_FULLSCREEN) == SDL_FULLSCREEN ) { in BE_VideoQuit()
|
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/ |
D | SDL_DirectFB_video.c | 581 if (flags & SDL_FULLSCREEN) in DirectFB_ListModes() 600 flags |= SDL_FULLSCREEN; in DirectFB_SetVideoMode() 627 if (flags & SDL_FULLSCREEN) in DirectFB_SetVideoMode() 633 flags &= ~SDL_FULLSCREEN; in DirectFB_SetVideoMode() 643 if (flags & SDL_FULLSCREEN) in DirectFB_SetVideoMode() 645 flags &= ~SDL_FULLSCREEN; in DirectFB_SetVideoMode() 679 if (flags & SDL_FULLSCREEN) in DirectFB_SetVideoMode() 681 current->flags |= SDL_FULLSCREEN; in DirectFB_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_video.c | 554 if ( (SDL_VideoSurface->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { in SDL_CreateShadowSurface() 555 SDL_ShadowSurface->flags |= SDL_FULLSCREEN; in SDL_CreateShadowSurface() 618 if ( (flags&SDL_FULLSCREEN) != SDL_FULLSCREEN ) { in SDL_SetVideoMode() 1867 if ( SDL_VideoSurface && (SDL_VideoSurface->flags & SDL_FULLSCREEN) ) { in SDL_WM_GrabInput() 1915 if ( surface->flags & SDL_FULLSCREEN ) { in SDL_WM_ToggleFullScreen() 1918 SDL_VideoSurface->flags &= ~SDL_FULLSCREEN; in SDL_WM_ToggleFullScreen() 1919 SDL_PublicSurface->flags &= ~SDL_FULLSCREEN; in SDL_WM_ToggleFullScreen() 1924 SDL_VideoSurface->flags |= SDL_FULLSCREEN; in SDL_WM_ToggleFullScreen() 1925 SDL_PublicSurface->flags |= SDL_FULLSCREEN; in SDL_WM_ToggleFullScreen()
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
D | SDL_riscosvideo.c | 239 if (flags & SDL_FULLSCREEN) in RISCOS_ListModes() 254 if (flags & SDL_FULLSCREEN) in RISCOS_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
D | SDL_gemvideo.c | 482 if (flags & SDL_FULLSCREEN) { in GEM_ListModes() 638 if (flags & SDL_FULLSCREEN) { in GEM_SetVideoMode() 662 if (VDI_screen && (flags & SDL_FULLSCREEN)) { in GEM_SetVideoMode() 707 if (flags & SDL_FULLSCREEN) { in GEM_SetVideoMode() 712 modeflags |= SDL_FULLSCREEN; in GEM_SetVideoMode() 960 if (surface->flags & SDL_FULLSCREEN) { in GEM_UpdateRects() 1044 if (surface->flags & SDL_FULLSCREEN) { in GEM_FlipHWSurface()
|
/external/qemu/distrib/sdl-1.2.12/src/video/dc/ |
D | SDL_dcvideo.c | 238 current->flags = (SDL_FULLSCREEN|SDL_HWSURFACE); in DC_SetVideoMode() 257 current->flags = SDL_FULLSCREEN | SDL_OPENGL; in DC_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
D | SDL_sysvideo.cc | 249 if ( (flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { in QT_ListModes()
|
/external/qemu/distrib/sdl-1.2.12/src/video/aalib/ |
D | SDL_aavideo.c | 192 if ( flags & SDL_FULLSCREEN ) { in AA_ListModes() 271 current->flags = SDL_FULLSCREEN; in AA_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/dummy/ |
D | SDL_nullvideo.c | 187 current->flags = flags & SDL_FULLSCREEN; in DUMMY_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzYUV.m | 98 if (SDL_VideoSurface->flags & SDL_FULLSCREEN) { 154 if (SDL_VideoSurface->flags & SDL_FULLSCREEN) {
|