summaryrefslogtreecommitdiffstats
path: root/opengl/tests/gl2_yuvtex
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
* another attempt to fix the buildMathias Agopian2013-03-061-1/+2
| | | | Change-Id: Ie0245db97170cca9a2cd8783b0fd512daf0d30a6
* 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
* gl2_yuvtex: use the gralloc-provided stride.Jamie Gennis2011-03-141-5/+5
| | | | | | | | This change fixes the gl2_yuvtex test to use the stride chosen by the gralloc implementation rather than hard-coding it. Bug: 4081948 Change-Id: If7c96a20fc3fb1df2ff25e6afaa9f34dbad2002c
* YUV texturing test.Michael I. Gold2010-10-272-0/+446
Change-Id: Ib2a6b7eb2a5fc98ecaace032d6c63d50613aaa0d