Merge "Unhide Script::reduce() interface for general reduction."
This commit is contained in:
@@ -32855,6 +32855,7 @@ package android.renderscript {
|
||||
method public void getVarV(int, android.renderscript.FieldPacker);
|
||||
method protected void invoke(int);
|
||||
method protected void invoke(int, android.renderscript.FieldPacker);
|
||||
method protected void reduce(int, android.renderscript.Allocation[], android.renderscript.Allocation, android.renderscript.Script.LaunchOptions);
|
||||
method public void setTimeZone(java.lang.String);
|
||||
method public void setVar(int, float);
|
||||
method public void setVar(int, double);
|
||||
|
||||
@@ -35052,6 +35052,7 @@ package android.renderscript {
|
||||
method public void getVarV(int, android.renderscript.FieldPacker);
|
||||
method protected void invoke(int);
|
||||
method protected void invoke(int, android.renderscript.FieldPacker);
|
||||
method protected void reduce(int, android.renderscript.Allocation[], android.renderscript.Allocation, android.renderscript.Script.LaunchOptions);
|
||||
method public void setTimeZone(java.lang.String);
|
||||
method public void setVar(int, float);
|
||||
method public void setVar(int, double);
|
||||
|
||||
@@ -32869,6 +32869,7 @@ package android.renderscript {
|
||||
method public void getVarV(int, android.renderscript.FieldPacker);
|
||||
method protected void invoke(int);
|
||||
method protected void invoke(int, android.renderscript.FieldPacker);
|
||||
method protected void reduce(int, android.renderscript.Allocation[], android.renderscript.Allocation, android.renderscript.Script.LaunchOptions);
|
||||
method public void setTimeZone(java.lang.String);
|
||||
method public void setVar(int, float);
|
||||
method public void setVar(int, double);
|
||||
|
||||
@@ -315,7 +315,6 @@ public class Script extends BaseObj {
|
||||
/**
|
||||
* Only intended for use by generated reflected code. (General reduction)
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) {
|
||||
mRS.validate();
|
||||
|
||||
Reference in New Issue
Block a user