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

Script.java

package android.renderscript;
public class Script
  extends android.renderscript.BaseObj
{
public static final class KernelID
  extends android.renderscript.BaseObj
{
KernelID() { throw new RuntimeException("Stub!"); }
}
public static final class FieldID
  extends android.renderscript.BaseObj
{
FieldID() { throw new RuntimeException("Stub!"); }
}
public static class Builder
{
Builder() { throw new RuntimeException("Stub!"); }
}
public static class FieldBase
{
protected  FieldBase() { throw new RuntimeException("Stub!"); }
protected  void init(android.renderscript.RenderScript rs, int dimx) { throw new RuntimeException("Stub!"); }
protected  void init(android.renderscript.RenderScript rs, int dimx, int usages) { throw new RuntimeException("Stub!"); }
public  android.renderscript.Element getElement() { throw new RuntimeException("Stub!"); }
public  android.renderscript.Type getType() { throw new RuntimeException("Stub!"); }
public  android.renderscript.Allocation getAllocation() { throw new RuntimeException("Stub!"); }
public  void updateAllocation() { throw new RuntimeException("Stub!"); }
protected android.renderscript.Allocation mAllocation;
protected android.renderscript.Element mElement;
}
public static final class LaunchOptions
{
public  LaunchOptions() { throw new RuntimeException("Stub!"); }
public  android.renderscript.Script.LaunchOptions setX(int xstartArg, int xendArg) { throw new RuntimeException("Stub!"); }
public  android.renderscript.Script.LaunchOptions setY(int ystartArg, int yendArg) { throw new RuntimeException("Stub!"); }
public  android.renderscript.Script.LaunchOptions setZ(int zstartArg, int zendArg) { throw new RuntimeException("Stub!"); }
public  int getXStart() { throw new RuntimeException("Stub!"); }
public  int getXEnd() { throw new RuntimeException("Stub!"); }
public  int getYStart() { throw new RuntimeException("Stub!"); }
public  int getYEnd() { throw new RuntimeException("Stub!"); }
public  int getZStart() { throw new RuntimeException("Stub!"); }
public  int getZEnd() { throw new RuntimeException("Stub!"); }
}
Script() { 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  android.renderscript.Script.FieldID createFieldID(int slot, android.renderscript.Element e) { 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!"); }
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  void bindAllocation(android.renderscript.Allocation va, int slot) { throw new RuntimeException("Stub!"); }
public  void setVar(int index, float v) { throw new RuntimeException("Stub!"); }
public  float getVarF(int index) { throw new RuntimeException("Stub!"); }
public  void setVar(int index, double v) { throw new RuntimeException("Stub!"); }
public  double getVarD(int index) { throw new RuntimeException("Stub!"); }
public  void setVar(int index, int v) { throw new RuntimeException("Stub!"); }
public  int getVarI(int index) { throw new RuntimeException("Stub!"); }
public  void setVar(int index, long v) { throw new RuntimeException("Stub!"); }
public  long getVarJ(int index) { throw new RuntimeException("Stub!"); }
public  void setVar(int index, boolean v) { throw new RuntimeException("Stub!"); }
public  boolean getVarB(int index) { 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 getVarV(int index, android.renderscript.FieldPacker v) { throw new RuntimeException("Stub!"); }
public  void setTimeZone(java.lang.String timeZone) { throw new RuntimeException("Stub!"); }
}