summaryrefslogtreecommitdiffstats
path: root/tests/HwAccelerationTest/src/com/android/test/hwui/GLTextureViewActivity.java
Commit message (Expand)AuthorAgeFilesLines
* CleanupRomain Guy2011-07-071-4/+1
* Use NEAREST filtering mode for TextureView.getBitmap().Romain Guy2011-07-071-1/+26
* Update GLTextureView sample to do something real.Romain Guy2011-06-241-13/+172
* Properly tear down TextureViewRomain Guy2011-06-241-2/+0
* Add onSurfaceTextureUpdated to the TextureView listener.Grace Kloba2011-06-221-0/+4
* Add onSurfaceTextureDestroyed() callback.Romain Guy2011-06-101-17/+32
* Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-0/+274