Home
last modified time | relevance | path

Searched refs:SDL_TRUE (Results 1 – 25 of 33) sorted by relevance

12

/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
DSDL_cpuinfo.c421 return SDL_TRUE;
429 return SDL_TRUE;
437 return SDL_TRUE;
445 return SDL_TRUE;
453 return SDL_TRUE;
461 return SDL_TRUE;
469 return SDL_TRUE;
477 return SDL_TRUE;
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
DSDL_gemdosevents.c58 use_dev_mouse = (SDL_AtariDevMouse_Open()!=0) ? SDL_TRUE : SDL_FALSE; in AtariGemdos_InitOSKeymap()
92 SDL_Atari_TranslateKey(i, &keysym, SDL_TRUE)); in AtariGemdos_PumpEvents()
101 SDL_AtariDevMouse_PostMouseEvents(this, SDL_TRUE); in AtariGemdos_PumpEvents()
103 SDL_AtariXbios_PostMouseEvents(this, SDL_TRUE); in AtariGemdos_PumpEvents()
DSDL_biosevents.c56 use_dev_mouse = (SDL_AtariDevMouse_Open()!=0) ? SDL_TRUE : SDL_FALSE; in AtariBios_InitOSKeymap()
91 SDL_Atari_TranslateKey(i, &keysym, SDL_TRUE)); in AtariBios_PumpEvents()
100 SDL_AtariDevMouse_PostMouseEvents(this, SDL_TRUE); in AtariBios_PumpEvents()
102 SDL_AtariXbios_PostMouseEvents(this, SDL_TRUE); in AtariBios_PumpEvents()
DSDL_ikbdevents.c82 SDL_Atari_TranslateKey(i, &keysym, SDL_TRUE)); in AtariIkbd_PumpEvents()
DSDL_atarigl.c174 cancel_load = SDL_TRUE; in SDL_AtariGL_LoadLibrary()
179 cancel_load = SDL_TRUE; in SDL_AtariGL_LoadLibrary()
556 gl_upsidedown = SDL_TRUE; in InitOld()
578 gl_upsidedown = SDL_TRUE; in InitOld()
597 gl_upsidedown = SDL_TRUE; in InitOld()
619 gl_upsidedown = SDL_TRUE; in InitOld()
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_string.c40 negative = SDL_TRUE; in SDL_ScanLong()
143 negative = SDL_TRUE; in SDL_ScanLongLong()
216 negative = SDL_TRUE; in SDL_ScanFloat()
768 suppress = SDL_TRUE; in SDL_sscanf()
799 suppress = SDL_TRUE; in SDL_sscanf()
872 done = SDL_TRUE; in SDL_sscanf()
925 done = SDL_TRUE; in SDL_sscanf()
937 done = SDL_TRUE; in SDL_sscanf()
949 done = SDL_TRUE; in SDL_sscanf()
974 done = SDL_TRUE; in SDL_sscanf()
[all …]
DSDL_iconv.c335 overlong = SDL_TRUE; in SDL_iconv()
348 overlong = SDL_TRUE; in SDL_iconv()
361 overlong = SDL_TRUE; in SDL_iconv()
374 overlong = SDL_TRUE; in SDL_iconv()
387 overlong = SDL_TRUE; in SDL_iconv()
/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_bmp.c88 was_error = SDL_TRUE; in SDL_LoadBMP_RW()
97 was_error = SDL_TRUE; in SDL_LoadBMP_RW()
102 was_error = SDL_TRUE; in SDL_LoadBMP_RW()
147 topDown = SDL_TRUE; in SDL_LoadBMP_RW()
155 was_error = SDL_TRUE; in SDL_LoadBMP_RW()
219 was_error = SDL_TRUE; in SDL_LoadBMP_RW()
227 was_error = SDL_TRUE; in SDL_LoadBMP_RW()
258 was_error = SDL_TRUE; in SDL_LoadBMP_RW()
293 was_error = SDL_TRUE; in SDL_LoadBMP_RW()
306 was_error = SDL_TRUE; in SDL_LoadBMP_RW()
DSDL_stretch.c215 SDL_bool use_asm = SDL_TRUE; in SDL_SoftStretch()
/external/qemu/distrib/sdl-1.2.15/src/timer/
DSDL_timer.c153 removed = SDL_TRUE; in SDL_ThreadedTimerCheck()
177 list_changed = SDL_TRUE; in SDL_AddTimerInternal()
223 removed = SDL_TRUE; in SDL_RemoveTimer()
224 list_changed = SDL_TRUE; in SDL_RemoveTimer()
262 list_changed = SDL_TRUE; in SDL_SetTimer()
/external/qemu/distrib/sdl-1.2.15/src/audio/mint/
DSDL_mintaudio.c183 buffers_filled[1]=SDL_TRUE; in SDL_MintAudio_Thread()
192 buffers_filled[0]=SDL_TRUE; in SDL_MintAudio_Thread()
199 SDL_MintAudio_thread_finished = SDL_TRUE; in SDL_MintAudio_Thread()
211 SDL_MintAudio_quit_thread = SDL_TRUE; in SDL_MintAudio_WaitThread()
DSDL_mintaudio_mcsn.c304 SDL_MintAudio_thread_finished = SDL_TRUE; in Mint_InitAudio()
/external/qemu/distrib/sdl-1.2.15/test/
Dtestcursor.c145 SDL_bool quit = SDL_FALSE, first_time = SDL_TRUE; in main()
198 quit = SDL_TRUE; in main()
202 quit = SDL_TRUE; in main()
Dtestplatform.c147 SDL_bool verbose = SDL_TRUE; in main()
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
DSDL_gemwm.c47 GEM_refresh_name = SDL_TRUE; in GEM_SetCaption()
52 GEM_refresh_name = SDL_TRUE; in GEM_SetCaption()
DSDL_gemevents.c149 SDL_Atari_TranslateKey(i, &keysym, SDL_TRUE)); in GEM_PumpEvents()
236 GEM_lock_redraw = SDL_TRUE; /* Prevent redraw till buffers resized */ in do_messages()
251 GEM_win_fulled = SDL_TRUE; in do_messages()
255 GEM_lock_redraw = SDL_TRUE; /* Prevent redraw till buffers resized */ in do_messages()
DSDL_gemvideo.c194 (SDL_AtariDevMouse_Open()!=0) ? SDL_TRUE : SDL_FALSE; in GEM_CreateDevice()
411 GEM_lock_redraw = SDL_TRUE; /* Prevent redraw till buffers are setup */ in GEM_VideoInit()
578 GEM_locked=SDL_TRUE; in GEM_LockScreen()
661 use_shadow1=SDL_TRUE; in GEM_SetVideoMode()
665 use_shadow1=SDL_TRUE; in GEM_SetVideoMode()
669 use_shadow2=SDL_TRUE; in GEM_SetVideoMode()
716 GEM_fullscreen = SDL_TRUE; in GEM_SetVideoMode()
1109 SDL_AtariGL_Quit(this, SDL_TRUE); in GEM_VideoQuit()
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
DSDL_dspvideo.c351 if ( DMGetDisplayIDByGDevice (gDevice, &displayID, SDL_TRUE) != noErr ) { in DSp_BuildModeList()
445 dsp_vram_available = SDL_TRUE; in DSp_IsHWAvailable()
452 dsp_agp_available = SDL_TRUE; in DSp_IsHWAvailable()
586 this->info.hw_available = SDL_TRUE; in DSp_VideoInit()
589 this->info.blit_hw = SDL_TRUE; in DSp_VideoInit()
592 this->info.blit_fill = SDL_TRUE; in DSp_VideoInit()
596 this->info.blit_hw_CC = SDL_TRUE; in DSp_VideoInit()
599 this->info.blit_hw_A = SDL_TRUE; in DSp_VideoInit()
906 use_dsp_back_buffer = SDL_TRUE; in DSp_SetVideoMode()
939 …SDL_Window = NewCWindow(nil, &( (**SDL_Display).gdRect), "\p", SDL_TRUE, plainDBox, (WindowPtr)-1,… in DSp_SetVideoMode()
[all …]
/external/qemu/distrib/sdl-1.2.15/src/timer/mint/
DSDL_systimer.c122 read_hz200_from_vbl = SDL_TRUE; in SDL_SYS_TimerInit()
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
DSDL_x11video.c781 return SDL_TRUE; in X11_WindowPosition()
790 return SDL_TRUE; in X11_WindowPosition()
853 set = SDL_TRUE; in X11_SetSizeHints()
865 set = SDL_TRUE; in X11_SetSizeHints()
877 set = SDL_TRUE; in X11_SetSizeHints()
894 set = SDL_TRUE; in X11_SetSizeHints()
900 set = SDL_TRUE; in X11_SetSizeHints()
906 set = SDL_TRUE; in X11_SetSizeHints()
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
DSDL_syscdrom.c201 fakeCD = SDL_TRUE; in SDL_SYS_CDInit()
325 didReadTOC = SDL_TRUE; in SDL_SYS_CDGetTOC()
/external/qemu/distrib/sdl-1.2.15/src/joystick/mint/
DSDL_sysjoystick.c275 atarijoysticks[num].enabled=SDL_TRUE; \ in SDL_SYS_JoystickInit()
300 atarijoysticks[PORTB_PAD3].enabled = SDL_TRUE; in SDL_SYS_JoystickInit()
360 joypad_ports_enabled=SDL_TRUE; in SDL_SYS_JoystickInit()
/external/qemu/distrib/sdl-1.2.15/src/joystick/linux/
DSDL_sysjoystick.c613 handled = SDL_TRUE; in JS_ConfigJoystick()
625 handled = SDL_TRUE; in JS_ConfigJoystick()
647 handled = SDL_TRUE; in JS_ConfigJoystick()
682 joystick->hwdata->is_hid = SDL_TRUE; in EV_ConfigJoystick()
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
DSDL_xbios.c471 XBIOS_centscreen = SDL_TRUE; in XBIOS_VideoInit()
574 XBIOS_centscreen = SDL_TRUE; in XBIOS_VideoInit()
1073 SDL_AtariGL_Quit(this, SDL_TRUE); in XBIOS_VideoQuit()
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
DSDL_QuartzVideo.m452 hasMode = SDL_TRUE;
519 return SDL_TRUE;
710 if (video_set == SDL_TRUE)
986 if (video_set == SDL_TRUE) {
1212 video_set = SDL_TRUE;
1223 …const BOOL save_gl = ( (video_set == SDL_TRUE) && ((flags & SDL_OPENGL) == (current->flags & SDL_O…
1492 tmp = SDL_LoadBMP_RW (rw, SDL_TRUE);

12