Home | History | Annotate | only in /external/qemu/distrib/sdl-1.2.15/test
Up to higher level directory
NameDateSize
acinclude.m411-Dec-20136.3K
autogen.sh11-Dec-2013308
checkkeys.c11-Dec-20133K
configure.in11-Dec-20132.2K
COPYING11-Dec-2013210
gcc-fat.sh11-Dec-20133.6K
graywin.c11-Dec-20136.4K
icon.bmp11-Dec-2013578
loopwave.c11-Dec-20132.3K
Makefile.in11-Dec-20133.2K
moose.dat11-Dec-201355K
picture.xbm11-Dec-2013884
README11-Dec-20131.7K
sail.bmp11-Dec-201315.5K
sample.bmp11-Dec-201367.6K
sample.wav11-Dec-2013119.1K
testalpha.c11-Dec-201313.5K
testbitmap.c11-Dec-20134K
testblitspeed.c11-Dec-201313.5K
testcdrom.c11-Dec-20134.8K
testcursor.c11-Dec-20134.6K
testdyngl.c11-Dec-20134.6K
testerror.c11-Dec-20131.3K
testfile.c11-Dec-20137.5K
testgamma.c11-Dec-20134.3K
testgl.c11-Dec-201319.5K
testhread.c11-Dec-20131.7K
testiconv.c11-Dec-20131.4K
testjoystick.c11-Dec-20134.9K
testkeys.c11-Dec-2013472
testloadso.c11-Dec-20131.5K
testlock.c11-Dec-20132.2K
testoverlay.c11-Dec-201313K
testoverlay2.c11-Dec-201316.7K
testpalette.c11-Dec-20139.6K
testplatform.c11-Dec-20134.7K
testsem.c11-Dec-20132.2K
testsprite.c11-Dec-20137.8K
testtimer.c11-Dec-20131.7K
testver.c11-Dec-2013820
testvidinfo.c11-Dec-201312.7K
testwin.c11-Dec-20138.9K
testwm.c11-Dec-20139.9K
threadwin.c11-Dec-20138.3K
torturethread.c11-Dec-20131.8K
utf8.txt11-Dec-201321K

README

      1 
      2 These are test programs for the SDL library:
      3 
      4 	checkkeys	Watch the key events to check the keyboard
      5 	graywin		Display a gray gradient and center mouse on spacebar
      6 	loopwave	Audio test -- loop playing a WAV file
      7 	testalpha	Display an alpha faded icon -- paint with mouse
      8 	testbitmap	Test displaying 1-bit bitmaps
      9 	testblitspeed	Tests performance of SDL's blitters and converters.
     10 	testcdrom	Sample audio CD control program
     11 	testcursor	Tests custom mouse cursor
     12 	testdyngl	Tests dynamically loading OpenGL library
     13 	testerror	Tests multi-threaded error handling
     14 	testfile	Tests RWops layer
     15 	testgamma	Tests video device gamma ramp
     16 	testgl		A very simple example of using OpenGL with SDL
     17 	testhread	Hacked up test of multi-threading
     18 	testiconv	Tests international string conversion
     19 	testjoystick	List joysticks and watch joystick events
     20 	testkeys	List the available keyboard keys
     21 	testloadso	Tests the loadable library layer
     22 	testlock	Hacked up test of multi-threading and locking
     23 	testoverlay	Tests the software/hardware overlay functionality.
     24 	testoverlay2	Tests the overlay flickering/scaling during playback.
     25 	testpalette	Tests palette color cycling
     26 	testplatform	Tests types, endianness and cpu capabilities
     27 	testsem		Tests SDL's semaphore implementation
     28 	testsprite	Example of fast sprite movement on the screen
     29 	testtimer	Test the timer facilities
     30 	testver		Check the version and dynamic loading and endianness
     31 	testvidinfo	Show the pixel format of the display and perfom the benchmark
     32 	testwin		Display a BMP image at various depths
     33 	testwm		Test window manager -- title, icon, events
     34 	threadwin	Test multi-threaded event handling
     35 	torturethread	Simple test for thread creation/destruction
     36