summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/RSTextureView.java
AgeCommit message (Collapse)Author
2013-12-17Move RenderScript from graphics/ to new fw/base subdirectory rs.Tim Murray
Change-Id: I30b6633578f063840e1bdbcc9ba513b727912a6d
2013-11-20Remove unused imports from frameworks/base.John Spurlock
Change-Id: Ia1f99bd2c1105b0b0f70aa614f1f4a67b2840906
2013-04-05Remove all public mention of RS graphics from docs.Tim Murray
Change-Id: Ie43b5fb0353149aa9af433b6f5c5141349388ea0
2013-03-27Revert "Remove all public mention of RS graphics from docs."Tim Murray
This reverts commit d72f932b8cbf461ebb79c249ce92b9b811122190 Change-Id: I056b13d0b2beb508e4215bc0d289cf3e76a3a986
2013-03-25Remove all public mention of RS graphics from docs.Tim Murray
Change-Id: I50b29c89ae80ba3ae7b12dc60fee8585e17ed560
2012-05-08GFX api cleanup 2 of 2Jason Sams
Change-Id: Ie928b8ee7d31fcaa26fcad9a2548581bb8395a61
2012-05-07Revert "Deprecate"Stephen Hines
This reverts commit a0c2eb27b408660b02fa248943166d6c7e447908. Conflicts: api/current.txt graphics/java/android/renderscript/Element.java graphics/java/android/renderscript/Script.java Change-Id: I3c8fa62b12da95b3dbc842b5284dbed65d3cf963
2012-04-19DeprecateAlex Sakhartchouk
Change-Id: Idad2c5ad4f8a30f8cc60d88318f2e1809866d309
2011-08-09Add a return value for SurfaceTextureListener#onSurfaceTextureDestroyed.Grace Kloba
If returns true, the SurfaceTexture will be released by TextureView. If returns false, the client needs to release the SurfaceTexture. Change-Id: I946f71e337ad4170c168854ac27e028b82489c8c
2011-07-26Unhide new RS apis.Jason Sams
Change-Id: I83505156bd8a0ffabf0da3aef937693eaee9d9cd
2011-06-22Add onSurfaceTextureUpdated to the TextureView listener.Grace Kloba
The app needs a way to throttle the producer side. Expose this to enable it. Change-Id: I04b6a3fc444117a9fc2449fb87c3c834247c8ef1
2011-06-20First cut at RSTextureView.Jason Sams
Change-Id: I920950f33079b6bb7e48bb8970201ab9737bb021