Methods Summary |
---|
public void | bindAllocation(android.renderscript.Allocation va, int slot) throw new RuntimeException("Stub!");
|
protected android.renderscript.Script$FieldID | createFieldID(int slot, android.renderscript.Element e) throw new RuntimeException("Stub!");
|
protected android.renderscript.Script$KernelID | createKernelID(int slot, int sig, android.renderscript.Element ein, android.renderscript.Element eout) throw new RuntimeException("Stub!");
|
protected void | forEach(int slot, android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.FieldPacker v) throw new RuntimeException("Stub!");
|
protected void | forEach(int slot, android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.FieldPacker v, android.renderscript.Script$LaunchOptions sc) throw new RuntimeException("Stub!");
|
public boolean | getVarB(int index) throw new RuntimeException("Stub!");
|
public double | getVarD(int index) throw new RuntimeException("Stub!");
|
public float | getVarF(int index) throw new RuntimeException("Stub!");
|
public int | getVarI(int index) throw new RuntimeException("Stub!");
|
public long | getVarJ(int index) throw new RuntimeException("Stub!");
|
public void | getVarV(int index, android.renderscript.FieldPacker v) throw new RuntimeException("Stub!");
|
protected void | invoke(int slot) throw new RuntimeException("Stub!");
|
protected void | invoke(int slot, android.renderscript.FieldPacker v) throw new RuntimeException("Stub!");
|
public void | setTimeZone(java.lang.String timeZone) throw new RuntimeException("Stub!");
|
public void | setVar(int index, double v) throw new RuntimeException("Stub!");
|
public void | setVar(int index, int v) throw new RuntimeException("Stub!");
|
public void | setVar(int index, long v) throw new RuntimeException("Stub!");
|
public void | setVar(int index, boolean v) throw new RuntimeException("Stub!");
|
public void | setVar(int index, android.renderscript.BaseObj o) throw new RuntimeException("Stub!");
|
public void | setVar(int index, android.renderscript.FieldPacker v) throw new RuntimeException("Stub!");
|
public void | setVar(int index, android.renderscript.FieldPacker v, android.renderscript.Element e, int[] dims) throw new RuntimeException("Stub!");
|
public void | setVar(int index, float v) throw new RuntimeException("Stub!");
|