/external/qemu/distrib/sdl-1.2.15/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.15/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.15/src/video/windx5/ |
D | SDL_dx5video.c | 1006 if ( (flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { in DX5_ListModes() 1068 if ( (current->flags & (SDL_OPENGL|SDL_FULLSCREEN)) == 1069 (SDL_OPENGL|SDL_FULLSCREEN) ) { 1138 if ( (flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { 1159 video->flags |= SDL_FULLSCREEN; 1167 if ( video->flags & SDL_FULLSCREEN ) { 1223 if ( (flags & SDL_FULLSCREEN) ) { 1236 if ( flags & SDL_FULLSCREEN ) { 1242 if ( !(flags & SDL_FULLSCREEN) ) { 1261 if ( (flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/video/windib/ |
D | SDL_dibvideo.c | 444 if ( (flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { in DIB_ListModes() 566 if ( (flags & SDL_FULLSCREEN) ) { 579 if ( flags & SDL_FULLSCREEN ) { 585 if ( !(flags & SDL_FULLSCREEN) ) { 630 !(flags & SDL_FULLSCREEN) ) { /* probably not safe for fs */ 699 if ( flags & SDL_FULLSCREEN ) 700 video->flags |= SDL_FULLSCREEN; 705 if ( (flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { 784 video->flags |= SDL_FULLSCREEN; 816 if ( (video->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { [all …]
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | testvidinfo.c | 14 #define FLAG_MASK (SDL_HWSURFACE | SDL_FULLSCREEN | SDL_DOUBLEBUF | \ 26 if ( flags & SDL_FULLSCREEN ) { in PrintFlags() 346 (SDL_SWSURFACE | SDL_FULLSCREEN), in RunVideoTests() 347 (SDL_HWSURFACE | SDL_FULLSCREEN), in RunVideoTests() 348 (SDL_HWSURFACE | SDL_FULLSCREEN | SDL_DOUBLEBUF) in RunVideoTests() 411 modes = SDL_ListModes(NULL, SDL_FULLSCREEN); in main()
|
D | testwm.c | 36 printf("Running in %s mode\n", screen->flags & SDL_FULLSCREEN ? in SetVideoMode() 129 (screen->flags&SDL_FULLSCREEN) ? "fullscreen" : "windowed"); in HotKey_ToggleFullScreen() 132 video_flags ^= SDL_FULLSCREEN; in HotKey_ToggleFullScreen() 356 video_flags |= SDL_FULLSCREEN; in main()
|
D | graywin.c | 119 (screen->flags & SDL_FULLSCREEN) ? "fullscreen" : "windowed"); in CreateScreen() 183 videoflags |= SDL_FULLSCREEN; in main() 219 videoflags ^= SDL_FULLSCREEN; in main()
|
D | testpalette.c | 154 vidflags |= SDL_FULLSCREEN; in main() 176 if (vidflags & SDL_FULLSCREEN) SDL_ShowCursor (SDL_FALSE); in main() 338 if (vidflags & SDL_FULLSCREEN) SDL_ShowCursor (SDL_TRUE); in main()
|
D | testwin.c | 256 video_flags = SDL_FULLSCREEN; in main() 338 video_flags |= SDL_FULLSCREEN; in main() 353 screen->flags & SDL_FULLSCREEN ? " fullscreen" : "", in main()
|
D | threadwin.c | 254 video_flags |= SDL_FULLSCREEN; in main() 289 printf("Running in %s mode\n", screen->flags & SDL_FULLSCREEN ? in main()
|
/external/qemu/distrib/sdl-1.2.15/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.15/src/video/wincommon/ |
D | SDL_lowvideo.h | 55 ((SDL_VideoSurface->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN)
|
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
D | SDL_x11video.c | 741 if ( screen && (screen->flags & SDL_FULLSCREEN) ) { in X11_DestroyWindow() 742 screen->flags &= ~SDL_FULLSCREEN; in X11_DestroyWindow() 806 if ( flags & SDL_FULLSCREEN ) { in X11_SetSizeHints() 1121 if ( flags & SDL_FULLSCREEN ) { in X11_CreateWindow() 1122 screen->flags |= SDL_FULLSCREEN; in X11_CreateWindow() 1125 screen->flags &= ~SDL_FULLSCREEN; in X11_CreateWindow() 1143 if ( flags & SDL_FULLSCREEN ) { in X11_ResizeWindow() 1144 if ( screen->flags & SDL_FULLSCREEN ) { in X11_ResizeWindow() 1147 screen->flags |= SDL_FULLSCREEN; in X11_ResizeWindow() 1151 if ( screen->flags & SDL_FULLSCREEN ) { in X11_ResizeWindow() [all …]
|
D | SDL_x11wm.c | 346 if (this->screen->flags & SDL_FULLSCREEN) in set_window_pos_nolock() 388 if (this->screen->flags & SDL_FULLSCREEN) { in X11_GetWindowPos() 483 if ( this->screen->flags & SDL_FULLSCREEN ) { 509 if ( !(this->screen->flags & SDL_FULLSCREEN) )
|
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/ |
D | SDL_sysvideo.cc | 330 if ( (flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { in BE_ListModes() 484 screen->flags |= SDL_FULLSCREEN; in BE_SetFullScreen() 486 screen->flags &= ~SDL_FULLSCREEN; in BE_SetFullScreen() 569 BE_SetFullScreen(_this, current, flags & SDL_FULLSCREEN ? 1 : 0); in BE_SetVideoMode() 826 if ( (_this->screen->flags&SDL_FULLSCREEN) == SDL_FULLSCREEN ) { in BE_GL_LoadLibrary()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_video.c | 512 if (surface->flags&SDL_FULLSCREEN) { in SDL_ClearSurface() 562 if ( (SDL_VideoSurface->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN ) { in SDL_CreateShadowSurface() 563 SDL_ShadowSurface->flags |= SDL_FULLSCREEN; in SDL_CreateShadowSurface() 634 if ( (flags&SDL_FULLSCREEN) != SDL_FULLSCREEN ) { in SDL_SetVideoMode() 1899 if ( SDL_VideoSurface && (SDL_VideoSurface->flags & SDL_FULLSCREEN) ) { in SDL_WM_GrabInput() 1947 if ( surface->flags & SDL_FULLSCREEN ) { in SDL_WM_ToggleFullScreen() 1950 SDL_VideoSurface->flags &= ~SDL_FULLSCREEN; in SDL_WM_ToggleFullScreen() 1951 SDL_PublicSurface->flags &= ~SDL_FULLSCREEN; in SDL_WM_ToggleFullScreen() 1956 SDL_VideoSurface->flags |= SDL_FULLSCREEN; in SDL_WM_ToggleFullScreen() 1957 SDL_PublicSurface->flags |= SDL_FULLSCREEN; in SDL_WM_ToggleFullScreen()
|
/external/qemu/distrib/sdl-1.2.15/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.15/src/video/caca/ |
D | SDL_cacavideo.c | 183 if ( flags & SDL_FULLSCREEN ) { in Caca_ListModes() 220 current->flags = SDL_FULLSCREEN; in Caca_SetVideoMode()
|
/external/qemu/distrib/sdl-1.2.15/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.15/src/video/gem/ |
D | SDL_gemvideo.c | 479 if (flags & SDL_FULLSCREEN) { in GEM_ListModes() 635 if (flags & SDL_FULLSCREEN) { in GEM_SetVideoMode() 659 if (VDI_screen && (flags & SDL_FULLSCREEN)) { in GEM_SetVideoMode() 704 if (flags & SDL_FULLSCREEN) { in GEM_SetVideoMode() 709 modeflags |= SDL_FULLSCREEN; in GEM_SetVideoMode() 957 if (surface->flags & SDL_FULLSCREEN) { in GEM_UpdateRects() 1041 if (surface->flags & SDL_FULLSCREEN) { in GEM_FlipHWSurface()
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
D | SDL_epocvideo.cpp | 282 if(flags & SDL_FULLSCREEN) in EPOC_ListModes() 412 if(flags & SDL_FULLSCREEN) in EPOC_SetVideoMode() 434 current->flags |= SDL_FULLSCREEN; in EPOC_SetVideoMode()
|