FileDocCategorySizeDatePackage
ScriptIntrinsicLUT.javaAPI DocAndroid 5.1 API1112Sat Mar 14 14:09:38 GMT 2015android.renderscript

ScriptIntrinsicLUT.java

package android.renderscript;
public final class ScriptIntrinsicLUT
  extends android.renderscript.ScriptIntrinsic
{
ScriptIntrinsicLUT() { throw new RuntimeException("Stub!"); }
public static  android.renderscript.ScriptIntrinsicLUT create(android.renderscript.RenderScript rs, android.renderscript.Element e) { throw new RuntimeException("Stub!"); }
public  void setRed(int index, int value) { throw new RuntimeException("Stub!"); }
public  void setGreen(int index, int value) { throw new RuntimeException("Stub!"); }
public  void setBlue(int index, int value) { throw new RuntimeException("Stub!"); }
public  void setAlpha(int index, int value) { throw new RuntimeException("Stub!"); }
public  void forEach(android.renderscript.Allocation ain, android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public  void forEach(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public  android.renderscript.Script.KernelID getKernelID() { throw new RuntimeException("Stub!"); }
}