summaryrefslogtreecommitdiffstats
path: root/opengl/tests/gl_perf
Commit message (Collapse)AuthorAgeFilesLines
* Fix return type of glGetAttribLocation and glGetUniformLocationAndrew Hsieh2012-11-061-3/+3
| | | | | | | | | | from int to GLint. See: http://www.khronos.org/opengles/sdk/docs/man/xhtml/glGetAttribLocation.xml http://www.khronos.org/opengles/sdk/docs/man/xhtml/glGetUniformLocation.xml Change-Id: I4a9f8e9e34b8c3cca239ae84bfe8f3cdfd94802a
* fixup include pathsMathias Agopian2012-03-051-1/+1
| | | | | | | - remove unneeded include deps - remove some hardcoded include paths Change-Id: Ifae0e2b2d738e0f94f8525c45be78f4227ce1673
* remove libui dependency on libEGLMathias Agopian2012-02-242-1/+3
| | | | Change-Id: I1194f04085637d5c384e134967249430cc43b6ee
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-3/+3
| | | | | | | 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-1/+1
| | | | | | | See https://android-git.corp.google.com/g/156801 Bug: 5449033 Change-Id: Ib08fe86d23db91ee153e9f91a99a35c42b9208ea
* Rework gl perf test to focus on important use cases.Jason Sams2010-09-083-139/+214
| | | | Change-Id: I82825dbe3b24a520b79f6b05d01f37e1b5008b62
* Update filltest.Jason Sams2010-07-212-294/+325
| | | | Change-Id: I37f2bde9898046eafb6431519dae78bf6f368f05
* gl perf test cleanup.Jason Sams2010-07-122-109/+5
| | | | Change-Id: Ic486774e25421bd2f412f0ba2bbac4660e3982b8
* Fix build.Andy McFadden2010-07-121-0/+1
| | | | | | Added missing #include <string.h>. Change-Id: Idf151876851110098fe538a042f896784821919b
* Remove points from fixed function.Jason Sams2010-07-093-0/+644
Add basic GL performance test. Change-Id: I421a41b6683b2c5f70045cdd0f610a6939105fee