FileDocCategorySizeDatePackage
ScriptIntrinsic3DLUT.javaAPI DocAndroid 5.1 API879Sat Mar 14 14:09:36 GMT 2015android.renderscript

ScriptIntrinsic3DLUT.java

package android.renderscript;
public final class ScriptIntrinsic3DLUT
  extends android.renderscript.ScriptIntrinsic
{
ScriptIntrinsic3DLUT() { throw new RuntimeException("Stub!"); }
public static  android.renderscript.ScriptIntrinsic3DLUT create(android.renderscript.RenderScript rs, android.renderscript.Element e) { throw new RuntimeException("Stub!"); }
public  void setLUT(android.renderscript.Allocation lut) { 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!"); }
}