summaryrefslogtreecommitdiffstats
path: root/opengl/tests/gl_perf
Commit message (Collapse)AuthorAgeFilesLines
* Restore old OpenGL testsAndy McFadden2014-03-062-4/+9
| | | | | | | | | | | | | | | | | | These tests call android_createDisplaySurface() to get a FramebufferNativeWindow that is passed to EGL. This relies on the existence of the framebuffer HAL, which is not supported on many recent devices. This change adds a new "window surface" object that the tests can use to get a window from SurfaceFlinger instead. All tests except for the HWC tests now appear to do things. The HWC tests don't do anything useful, but they no longer depend on the android_createDisplaySurface() function. Bug 13323813 Change-Id: I2cbfbacb3452fb658c29e945b0c7ae7c94c1a4ba
* Add liblogYing Wang2013-04-091-1/+2
| | | | | Bug: 8580410 Change-Id: I2ca4fa00dde0b574df3619134836bcb9315bd506
* 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