summaryrefslogtreecommitdiffstats
path: root/core/java/android/view/GLES20TextureLayer.java
Commit message (Expand)AuthorAgeFilesLines
* Add an API to set the transform on a TextureView's surface texture.Romain Guy2011-08-161-0/+6
* Code cleanupRomain Guy2011-06-241-0/+2
* Make TextureView to use async SurfaceTexture.Grace Kloba2011-06-231-1/+1
* Add the ability to specify the opacity of a TextureViewRomain Guy2011-06-221-4/+4
* Properly refcount SurfaceTexture in the JNI layer.Romain Guy2011-06-151-2/+2
* Allows to render with an OpenGL context inside a TextureView.Romain Guy2011-05-021-2/+2
* New widget: TextureViewRomain Guy2011-04-281-0/+76