From b89ebaa60ebae5a3c157d65e97db9fa56ba637af Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Thu, 6 Oct 2011 23:24:55 -0700 Subject: Doc change: revise API diffs. Change-Id: I28d1aeb6e785a22b610dc0984210dd921ce42ffa --- .../android.renderscript.AllocationAdapter.html | 200 +++++++++++++++++++++ 1 file changed, 200 insertions(+) create mode 100644 docs/html/sdk/api_diff/14/changes/android.renderscript.AllocationAdapter.html (limited to 'docs/html/sdk/api_diff/14/changes/android.renderscript.AllocationAdapter.html') diff --git a/docs/html/sdk/api_diff/14/changes/android.renderscript.AllocationAdapter.html b/docs/html/sdk/api_diff/14/changes/android.renderscript.AllocationAdapter.html new file mode 100644 index 0000000..74682a6 --- /dev/null +++ b/docs/html/sdk/api_diff/14/changes/android.renderscript.AllocationAdapter.html @@ -0,0 +1,200 @@ + + + + + + + + + +android.renderscript.AllocationAdapter + + + + + + + + + + +
+
+
+

+Class android.renderscript.AllocationAdapter +

+ + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Removed Methods +
+ + void readData(float[]) +  
+ + void readData(int[]) +  
+ + void subData(int, FieldPacker) +  
+ + void subData1D(int, int, byte[]) +  
+ + void subData1D(int, int, float[]) +  
+ + void subData1D(int, int, int[]) +  
+ + void subData1D(int, int, short[]) +  
+ + void subData2D(int, int, int, int, float[]) +  
+ + void subData2D(int, int, int, int, int[]) +  
+ + void subElementData(int, int, FieldPacker) +  
+  +

+ + + + + + + + +
Added Methods +
+ + AllocationAdapter create1D(RenderScript, Allocation) +  
+  + +

+ +
+
+ + + + -- cgit v1.1