summaryrefslogtreecommitdiffstats
path: root/tests/HwAccelerationTest/src/com/android/test/hwui/TextureViewActivity.java
Commit message (Expand)AuthorAgeFilesLines
* Use NEAREST filtering mode for TextureView.getBitmap().Romain Guy2011-07-071-3/+0
* Use NEAREST filtering for layers whenever possible.Romain Guy2011-07-071-15/+6
* Don't set texture parameters on every frame.Romain Guy2011-06-241-2/+0
* Properly tear down TextureViewRomain Guy2011-06-241-0/+1
* Add onSurfaceTextureUpdated to the TextureView listener.Grace Kloba2011-06-221-0/+5
* Prevent possible NPE in TextureViewRomain Guy2011-06-221-5/+5
* Add the ability to specify the opacity of a TextureViewRomain Guy2011-06-221-14/+7
* Add onSurfaceTextureDestroyed() callback.Romain Guy2011-06-101-19/+46
* Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-0/+5
* New widget: TextureViewRomain Guy2011-04-281-0/+87