summaryrefslogtreecommitdiffstats
path: root/tests/HwAccelerationTest/src/com/android/test/hwui/GetBitmapActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed.Grace Kloba2011-08-091-1/+2
| | | | | | | If returns true, the SurfaceTexture will be released by TextureView. If returns false, the client needs to release the SurfaceTexture. Change-Id: I946f71e337ad4170c168854ac27e028b82489c8c
* Add onSurfaceTextureUpdated to the TextureView listener.Grace Kloba2011-06-221-0/+5
| | | | | | The app needs a way to throttle the producer side. Expose this to enable it. Change-Id: I04b6a3fc444117a9fc2449fb87c3c834247c8ef1
* Add error checking to LayerRenderer::copyLayerRomain Guy2011-06-171-0/+103
This method is invoked by TextureView.getBitmap() and failures must be caught to avoid leaving the GL context in a potentially bad state. Change-Id: I620de395ba1bc20154de58c81963223dc55cac78