summaryrefslogtreecommitdiffstats
path: root/opengl/tests/angeles
Commit message (Collapse)AuthorAgeFilesLines
* Fix clang -Wc++11-narrowing warnings.Chih-Hung Hsieh2014-12-111-1/+1
| | | | | | | | Clang compiler gives warning to implicit conversions of literal structure fields, although the compiler generated implicit conversions are what we want in these cases. Change-Id: I8f04e7f2fa1db0ed1d1937135d9091532eec3d5b
* Restore old OpenGL testsAndy McFadden2014-03-062-6/+8
| | | | | | | | | | | | | | | | | | 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
* 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-243-48/+2
| | | | Change-Id: I1194f04085637d5c384e134967249430cc43b6ee
* option to enable multisamplingMathias Agopian2010-09-091-61/+71
| | | | | | | multisampling can be enabled by specifying the number of samples desired on the command line. Change-Id: I5f93c93ae7ada54bcd646c1065e07890d0cb9808
* add a fps counter to sanangeles demoMathias Agopian2010-09-081-9/+18
| | | | Change-Id: I9a9473ce213301cc7661fddfb1ef5a6ffcb346d4
* workaround a bug in the SGX driver that would prevent eglGetConfig to work ↵Mathias Agopian2009-08-101-2/+2
| | | | properly
* update most gl tests to use EGLUtilsMathias Agopian2009-08-062-59/+20
|
* opengl testsMathias Agopian2009-08-051-5/+34
|
* Remove opengl tests from tests buildSriram Raman2009-06-221-2/+2
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0315-0/+2718
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0315-2718/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-102-3/+4
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-1715-0/+2717