HomeSort by relevance Sort by last modified time
    Searched refs:SDL_bool (Results 1 - 25 of 48) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_cpuinfo.h 40 extern DECLSPEC SDL_bool SDLCALL SDL_HasRDTSC(void);
43 extern DECLSPEC SDL_bool SDLCALL SDL_HasMMX(void);
46 extern DECLSPEC SDL_bool SDLCALL SDL_HasMMXExt(void);
49 extern DECLSPEC SDL_bool SDLCALL SDL_Has3DNow(void);
52 extern DECLSPEC SDL_bool SDLCALL SDL_Has3DNowExt(void);
55 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE(void);
58 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE2(void);
61 extern DECLSPEC SDL_bool SDLCALL SDL_HasAltiVec(void);
SDL_timer.h 115 extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID t);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_cpuinfo.h 40 extern DECLSPEC SDL_bool SDLCALL SDL_HasRDTSC(void);
43 extern DECLSPEC SDL_bool SDLCALL SDL_HasMMX(void);
46 extern DECLSPEC SDL_bool SDLCALL SDL_HasMMXExt(void);
49 extern DECLSPEC SDL_bool SDLCALL SDL_Has3DNow(void);
52 extern DECLSPEC SDL_bool SDLCALL SDL_Has3DNowExt(void);
55 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE(void);
58 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE2(void);
61 extern DECLSPEC SDL_bool SDLCALL SDL_HasAltiVec(void);
SDL_timer.h 115 extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID t);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_cpuinfo.h 40 extern DECLSPEC SDL_bool SDLCALL SDL_HasRDTSC(void);
43 extern DECLSPEC SDL_bool SDLCALL SDL_HasMMX(void);
46 extern DECLSPEC SDL_bool SDLCALL SDL_HasMMXExt(void);
49 extern DECLSPEC SDL_bool SDLCALL SDL_Has3DNow(void);
52 extern DECLSPEC SDL_bool SDLCALL SDL_Has3DNowExt(void);
55 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE(void);
58 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE2(void);
61 extern DECLSPEC SDL_bool SDLCALL SDL_HasAltiVec(void);
SDL_timer.h 115 extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID t);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_cpuinfo.h 40 extern DECLSPEC SDL_bool SDLCALL SDL_HasRDTSC(void);
43 extern DECLSPEC SDL_bool SDLCALL SDL_HasMMX(void);
46 extern DECLSPEC SDL_bool SDLCALL SDL_HasMMXExt(void);
49 extern DECLSPEC SDL_bool SDLCALL SDL_Has3DNow(void);
52 extern DECLSPEC SDL_bool SDLCALL SDL_Has3DNowExt(void);
55 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE(void);
58 extern DECLSPEC SDL_bool SDLCALL SDL_HasSSE2(void);
61 extern DECLSPEC SDL_bool SDLCALL SDL_HasAltiVec(void);
SDL_timer.h 115 extern DECLSPEC SDL_bool SDLCALL SDL_RemoveTimer(SDL_TimerID t);
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_xbiosevents_c.h 45 extern void SDL_AtariXbios_PostMouseEvents(_THIS, SDL_bool buttonEvents);
46 extern void SDL_AtariXbios_LockMousePosition(SDL_bool lockPosition);
SDL_ataridevmouse_c.h 40 extern void SDL_AtariDevMouse_PostMouseEvents(_THIS, SDL_bool buttonEvents);
SDL_atarievents_c.h 50 SDL_bool pressed);
SDL_xbiosevents.c 119 void SDL_AtariXbios_PostMouseEvents(_THIS, SDL_bool buttonEvents)
152 void SDL_AtariXbios_LockMousePosition(SDL_bool lockPosition)
SDL_atarigl_c.h 46 SDL_bool gl_upsidedown; /* Some implementations draw upside down */
100 extern void SDL_AtariGL_Quit(_THIS, SDL_bool unload);
SDL_ataridevmouse.c 118 void SDL_AtariDevMouse_PostMouseEvents(_THIS, SDL_bool buttonEvents)
SDL_biosevents.c 44 static SDL_bool use_dev_mouse = SDL_FALSE;
SDL_gemdosevents.c 46 static SDL_bool use_dev_mouse = SDL_FALSE;
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio.h 97 extern SDL_bool SDL_MintAudio_mint_present;
98 extern SDL_bool SDL_MintAudio_quit_thread;
99 extern SDL_bool SDL_MintAudio_thread_finished;
SDL_mintaudio.c 53 SDL_bool SDL_MintAudio_mint_present;
54 SDL_bool SDL_MintAudio_quit_thread;
55 SDL_bool SDL_MintAudio_thread_finished;
168 SDL_bool buffers_filled[2] = {SDL_FALSE, SDL_FALSE};
  /external/qemu/distrib/sdl-1.2.15/src/video/gem/
SDL_gemvideo.h 82 SDL_bool refresh_name; /* Change window title ? */
83 SDL_bool window_fulled; /* Window maximized ? */
84 SDL_bool mouse_relative; /* Report relative mouse movement */
85 SDL_bool locked; /* AES locked for fullscreen ? */
86 SDL_bool lock_redraw; /* Prevent redraw till buffers are setup */
89 SDL_bool use_dev_mouse; /* Use /dev/mouse ? */
92 SDL_bool fullscreen; /* Fullscreen or windowed mode ? */
  /external/qemu/distrib/sdl-1.2.15/test/
testplatform.c 18 int TestTypes(SDL_bool verbose)
58 int TestEndian(SDL_bool verbose)
130 int TestCPUInfo(SDL_bool verbose)
147 SDL_bool verbose = SDL_TRUE;
testcursor.c 145 SDL_bool quit = SDL_FALSE, first_time = SDL_TRUE;
  /external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
SDL_cpuinfo.c 418 SDL_bool SDL_HasRDTSC(void)
426 SDL_bool SDL_HasMMX(void)
434 SDL_bool SDL_HasMMXExt(void)
442 SDL_bool SDL_Has3DNow(void)
450 SDL_bool SDL_Has3DNowExt(void)
458 SDL_bool SDL_HasSSE(void)
466 SDL_bool SDL_HasSSE2(void)
474 SDL_bool SDL_HasAltiVec(void)
  /external/qemu/distrib/sdl-1.2.15/src/timer/mint/
SDL_systimer.c 58 static SDL_bool read_hz200_from_vbl = SDL_FALSE;
104 static SDL_bool timer_installed=SDL_FALSE;
  /external/qemu/distrib/sdl-1.2.15/src/timer/
SDL_timer.c 51 static volatile SDL_bool list_changed = SDL_FALSE;
108 SDL_bool removed;
206 SDL_bool SDL_RemoveTimer(SDL_TimerID id)
209 SDL_bool removed;
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.h 61 SDL_bool centscreen; /* Centscreen extension present ? */

Completed in 163 milliseconds

1 2