summaryrefslogtreecommitdiff
path: root/tests/framebuffer
AgeCommit message (Collapse)Author
2016-11-15tests/framebuffer: Remove dead minui.h.Tao Bao
commit 480a3b1c6d5413e06775a9d53cb1596535fd91ae removed the last user of this local minui.h copy in 2011. Test: mmma system/extras/tests/framebuffer Change-Id: Iee42ef604616dc539d4a1699ada7209c48c3bcd9 (cherry picked from commit 12c8e9996232b3b41ebe9b3fe1c288823c77f292)
2016-08-16Remove unused function declarationsDamien Bargiacchi
Change-Id: I71dc112b3e1028e3ec3d3c1ec832959b1232f2f6
2016-02-02Fix warnings in system/extras.Dan Albert
Bug: http://b/26936282 Change-Id: I1b9c6c9bb06944c32abcb871279d056eea0fb11a
2013-02-01Remove mdp_testIliyan Malchev
Change-Id: I1fe32589c3bdbfe5f9d11b60394762c9f064735c Signed-off-by: Iliyan Malchev <malchev@google.com>
2011-11-07Fix divide-by-zero in test-fb-refresh.Iain Merrick
On some platforms, pixclock is 0, so this tool was crashing with SIGFPE. Change-Id: I51bcec2cf46b19c161aff6ec892ad2bdb0bd844f
2011-07-11Remove the simulator target from all makefiles.Jeff Brown
Bug: 5010576 Change-Id: I5a7df94d99dcb6f1de98bd9b8f659fd51a491c82
2011-04-21tests: fb-simple: add 32bit supportDima Zavin
Add a commandline argument to provide bpp. test-fb-simple <bpp> <w> <h> <buffer#> Valid values for bpp are 16 and 32. Change-Id: I60485700c379746948abda6f03d617d9f605fb7b Signed-off-by: Dima Zavin <dima@android.com>
2009-07-24add some configurability to mdp_testDima Zavin
2009-07-06fb_test: allow the user to specify the buffer to draw to and make active.Dima Zavin
Signed-off-by: Dima Zavin <dima@android.com>
2009-07-06tests: Add a simple MDP test.Rebecca Zavin
Signed-off-by: Dima Zavin <dima@android.com>
2009-06-22Remove sound, memtest, vibrator, timetest, cachetest from tests buildSriram Raman
2009-04-30fb_test: Look for fbdev in several possible locations.Dima Zavin
Also, only try to set console graphics mode if we have an fbcon. This should make this utility a little more robust, and a hopefully more useful for bringup. Signed-off-by: Dima Zavin <dima@android.com>
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2009-03-03auto import from //depot/cupcake/@135843The Android Open Source Project
2008-12-17Code drop from //branches/cupcake/...@124589The Android Open Source Project