summaryrefslogtreecommitdiffstats
path: root/opengl/tests/gl_perfapp
Commit message (Collapse)AuthorAgeFilesLines
* Add liblogYing Wang2013-04-091-0/+1
| | | | | Bug: 8580410 Change-Id: I2ca4fa00dde0b574df3619134836bcb9315bd506
* frameworks/native/opengl: Fix build with gcc 4.8Bernhard Rosenkränzer2013-03-271-1/+1
| | | | | | | | | In gcc 4.8, the warning for unused parameters (such as JNIEnv* pointers in JNI functions that don't need it) is enabled by default - causing -Werror to break the build. Change-Id: Ib91721f2cb9912b79c2ac19b4210b1309b08304f Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-5/+5
| | | | | | | See https://android-git.corp.google.com/g/156801 Bug: 5449033 Change-Id: Ib08fe86d23db91ee153e9f91a99a35c42b9208ea
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-4/+0
| | | | | | Bug: 5010576 Change-Id: I04d722f258951a3078fe07899f5bbe8aac02a8e8
* frameworks/base: remove LOCAL_PRELINK_MODULEIliyan Malchev2011-03-141-1/+1
| | | | | Change-Id: I54dd62ebef47e7690afa5a858f3cad941b135481 Signed-off-by: Iliyan Malchev <malchev@google.com>
* Fix another set of out-of-date headers.Dan Bornstein2010-12-072-34/+26
| | | | | | This time in XML files. Change-Id: Iebe36810c3a2d7a6ff354f43808b1b8649b85637
* Rework gl perf test to focus on important use cases.Jason Sams2010-09-081-115/+24
| | | | Change-Id: I82825dbe3b24a520b79f6b05d01f37e1b5008b62
* Update filltest.Jason Sams2010-07-211-308/+18
| | | | Change-Id: I37f2bde9898046eafb6431519dae78bf6f368f05
* Fix extraMath state variable.Jack Palevich2010-07-191-7/+11
| | | | Change-Id: Iba76d3e4e3bab0b993d176755f588201c8a967cd
* Try to handle end-of-application better.Jack Palevich2010-07-191-16/+25
| | | | | | | | | Handle rotation from portrait to landscape by restarting test if not finished. Don't write blank line to csv file. Change-Id: I154443138817bcec9530123c8388fcf659632336
* Write test timings to /sdcard/glperf.csvJack Palevich2010-07-192-3/+22
| | | | Change-Id: If09e209a9d8049f03320dbd7df257137bf06949e
* Keep screen on for whole test.Jack Palevich2010-07-192-8/+15
| | | | | | | | Print only one set of timings per test. Draw blank black screen when done. Change-Id: I963bcbca99ff5975683b15e60437978eb1a8beb8
* An application version of the GL test.Jack Palevich2010-07-197-0/+942
Change-Id: Ibcccdf2560eb24d3037c02c4740f0048b60d070c