OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_Delay
(Results
51 - 62
of
62
) sorted by null
1
2
3
/external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audio.c
220
SDL_Delay
((audio->spec.samples*1000)/audio->spec.freq);
/external/qemu/distrib/sdl-1.2.15/src/audio/alsa/
SDL_alsa_audio.c
325
SDL_Delay
(1);
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
SDL_epocaudio.cpp
594
SDL_Delay
(500); //hold on the busy loop
/external/qemu/distrib/sdl-1.2.15/src/audio/windx5/
SDL_dx5audio.c
270
SDL_Delay
(1);
/external/qemu/distrib/sdl-1.2.15/test/
testalpha.c
467
SDL_Delay
(FRAME_TICKS-(ticks-lastticks));
testoverlay2.c
594
SDL_Delay
(1);
testgl.c
749
SDL_Delay
( 20 );
testoverlay.c
590
SDL_Delay
(delay*1000);
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11wm.c
499
SDL_Delay
(100);
SDL_x11video.c
610
SDL_Delay
(1000);
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
SDL_epocvideo.cpp
749
SDL_Delay
(1000);
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c
[
all
...]
Completed in 1002 milliseconds
1
2
3