• Home
  • History
  • Annotate
  • only in /external/qemu/distrib/sdl-1.2.15/test/
NameDateSize

..14-Feb-20134 KiB

acinclude.m414-Feb-20136.3 KiB

autogen.sh14-Feb-2013308

checkkeys.c14-Feb-20133 KiB

configure.in14-Feb-20132.2 KiB

COPYING14-Feb-2013210

gcc-fat.sh14-Feb-20133.6 KiB

graywin.c14-Feb-20136.4 KiB

icon.bmp14-Feb-2013578

loopwave.c14-Feb-20132.3 KiB

Makefile.in14-Feb-20133.2 KiB

moose.dat14-Feb-201355 KiB

picture.xbm14-Feb-2013884

README14-Feb-20131.7 KiB

sail.bmp14-Feb-201315.5 KiB

sample.bmp14-Feb-201367.6 KiB

sample.wav14-Feb-2013119.1 KiB

testalpha.c14-Feb-201313.5 KiB

testbitmap.c14-Feb-20134 KiB

testblitspeed.c14-Feb-201313.5 KiB

testcdrom.c14-Feb-20134.8 KiB

testcursor.c14-Feb-20134.6 KiB

testdyngl.c14-Feb-20134.6 KiB

testerror.c14-Feb-20131.3 KiB

testfile.c14-Feb-20137.5 KiB

testgamma.c14-Feb-20134.3 KiB

testgl.c14-Feb-201319.5 KiB

testhread.c14-Feb-20131.7 KiB

testiconv.c14-Feb-20131.4 KiB

testjoystick.c14-Feb-20134.9 KiB

testkeys.c14-Feb-2013472

testloadso.c14-Feb-20131.5 KiB

testlock.c14-Feb-20132.2 KiB

testoverlay.c14-Feb-201313 KiB

testoverlay2.c14-Feb-201316.7 KiB

testpalette.c14-Feb-20139.6 KiB

testplatform.c14-Feb-20134.7 KiB

testsem.c14-Feb-20132.2 KiB

testsprite.c14-Feb-20137.8 KiB

testtimer.c14-Feb-20131.7 KiB

testver.c14-Feb-2013820

testvidinfo.c14-Feb-201312.7 KiB

testwin.c14-Feb-20138.9 KiB

testwm.c14-Feb-20139.9 KiB

threadwin.c14-Feb-20138.3 KiB

torturethread.c14-Feb-20131.8 KiB

utf8.txt14-Feb-201321 KiB

README

1
2These 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