FileDocCategorySizeDatePackage
Script.javaAPI DocAndroid 5.1 API4523Sat Mar 14 14:09:34 GMT 2015android.renderscript

Script

public class Script extends android.renderscript.BaseObj

Fields Summary
Constructors Summary
Script()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidbindAllocation(android.renderscript.Allocation va, int slot)

 throw new RuntimeException("Stub!"); 
protected android.renderscript.Script$FieldIDcreateFieldID(int slot, android.renderscript.Element e)

 throw new RuntimeException("Stub!"); 
protected android.renderscript.Script$KernelIDcreateKernelID(int slot, int sig, android.renderscript.Element ein, android.renderscript.Element eout)

 throw new RuntimeException("Stub!"); 
protected voidforEach(int slot, android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.FieldPacker v)

 throw new RuntimeException("Stub!"); 
protected voidforEach(int slot, android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.FieldPacker v, android.renderscript.Script$LaunchOptions sc)

 throw new RuntimeException("Stub!"); 
public booleangetVarB(int index)

 throw new RuntimeException("Stub!"); 
public doublegetVarD(int index)

 throw new RuntimeException("Stub!"); 
public floatgetVarF(int index)

 throw new RuntimeException("Stub!"); 
public intgetVarI(int index)

 throw new RuntimeException("Stub!"); 
public longgetVarJ(int index)

 throw new RuntimeException("Stub!"); 
public voidgetVarV(int index, android.renderscript.FieldPacker v)

 throw new RuntimeException("Stub!"); 
protected voidinvoke(int slot)

 throw new RuntimeException("Stub!"); 
protected voidinvoke(int slot, android.renderscript.FieldPacker v)

 throw new RuntimeException("Stub!"); 
public voidsetTimeZone(java.lang.String timeZone)

 throw new RuntimeException("Stub!"); 
public voidsetVar(int index, double v)

 throw new RuntimeException("Stub!"); 
public voidsetVar(int index, int v)

 throw new RuntimeException("Stub!"); 
public voidsetVar(int index, long v)

 throw new RuntimeException("Stub!"); 
public voidsetVar(int index, boolean v)

 throw new RuntimeException("Stub!"); 
public voidsetVar(int index, android.renderscript.BaseObj o)

 throw new RuntimeException("Stub!"); 
public voidsetVar(int index, android.renderscript.FieldPacker v)

 throw new RuntimeException("Stub!"); 
public voidsetVar(int index, android.renderscript.FieldPacker v, android.renderscript.Element e, int[] dims)

 throw new RuntimeException("Stub!"); 
public voidsetVar(int index, float v)

 throw new RuntimeException("Stub!");