Home
last modified time | relevance | path

Searched refs:SDL_FULLSCREEN (Results 1 – 25 of 67) sorted by relevance

123

/external/qemu/distrib/sdl-1.2.15/src/video/photon/
DSDL_ph_video.c209 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()
DSDL_ph_gl.c234 if (flags & SDL_FULLSCREEN) in ph_SetupOpenGLContext()
335 if ((flags & SDL_FULLSCREEN) == SDL_FULLSCREEN) in ph_SetupOpenGLContext()
DSDL_ph_image.c306 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()
DSDL_ph_mouse.c129 if ((this->screen->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN) in ph_ShowWMCursor()
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
DSDL_romvideo.c262 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/
DSDL_dx5video.c1006 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/
DSDL_dibvideo.c444 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/
Dtestvidinfo.c14 #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()
Dtestwm.c36 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()
Dgraywin.c119 (screen->flags & SDL_FULLSCREEN) ? "fullscreen" : "windowed"); in CreateScreen()
183 videoflags |= SDL_FULLSCREEN; in main()
219 videoflags ^= SDL_FULLSCREEN; in main()
Dtestpalette.c154 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()
Dtestwin.c256 video_flags = SDL_FULLSCREEN; in main()
338 video_flags |= SDL_FULLSCREEN; in main()
353 screen->flags & SDL_FULLSCREEN ? " fullscreen" : "", in main()
Dthreadwin.c254 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/
DSDL_nxvideo.c280 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()
DSDL_nxmodes.c33 if (flags & SDL_FULLSCREEN) in NX_ListModes()
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_lowvideo.h55 ((SDL_VideoSurface->flags & SDL_FULLSCREEN) == SDL_FULLSCREEN)
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11video.c741 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 …]
DSDL_x11wm.c346 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/
DSDL_sysvideo.cc330 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/
DSDL_video.c512 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/
DSDL_DirectFB_video.c581 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/
DSDL_cacavideo.c183 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/
DSDL_riscosvideo.c239 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/
DSDL_gemvideo.c479 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/
DSDL_epocvideo.cpp282 if(flags & SDL_FULLSCREEN) in EPOC_ListModes()
412 if(flags & SDL_FULLSCREEN) in EPOC_SetVideoMode()
434 current->flags |= SDL_FULLSCREEN; in EPOC_SetVideoMode()

123