package android.renderscript;
public class ScriptIntrinsicBlend
extends android.renderscript.ScriptIntrinsic
{
ScriptIntrinsicBlend() { throw new RuntimeException("Stub!"); }
public static android.renderscript.ScriptIntrinsicBlend create(android.renderscript.RenderScript rs, android.renderscript.Element e) { throw new RuntimeException("Stub!"); }
public void forEachClear(android.renderscript.Allocation ain, android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public void forEachClear(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public android.renderscript.Script.KernelID getKernelIDClear() { throw new RuntimeException("Stub!"); }
public void forEachSrc(android.renderscript.Allocation ain, android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public void forEachSrc(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public android.renderscript.Script.KernelID getKernelIDSrc() { throw new RuntimeException("Stub!"); }
public void forEachDst(android.renderscript.Allocation ain, android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public void forEachDst(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public android.renderscript.Script.KernelID getKernelIDDst() { throw new RuntimeException("Stub!"); }
public void forEachSrcOver(android.renderscript.Allocation ain, android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public void forEachSrcOver(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public android.renderscript.Script.KernelID getKernelIDSrcOver() { throw new RuntimeException("Stub!"); }
public void forEachDstOver(android.renderscript.Allocation ain, android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public void forEachDstOver(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public android.renderscript.Script.KernelID getKernelIDDstOver() { throw new RuntimeException("Stub!"); }
public void forEachSrcIn(android.renderscript.Allocation ain, android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public void forEachSrcIn(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public android.renderscript.Script.KernelID getKernelIDSrcIn() { throw new RuntimeException("Stub!"); }
public void forEachDstIn(android.renderscript.Allocation ain, android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public void forEachDstIn(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public android.renderscript.Script.KernelID getKernelIDDstIn() { throw new RuntimeException("Stub!"); }
public void forEachSrcOut(android.renderscript.Allocation ain, android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public void forEachSrcOut(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public android.renderscript.Script.KernelID getKernelIDSrcOut() { throw new RuntimeException("Stub!"); }
public void forEachDstOut(android.renderscript.Allocation ain, android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public void forEachDstOut(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public android.renderscript.Script.KernelID getKernelIDDstOut() { throw new RuntimeException("Stub!"); }
public void forEachSrcAtop(android.renderscript.Allocation ain, android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public void forEachSrcAtop(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public android.renderscript.Script.KernelID getKernelIDSrcAtop() { throw new RuntimeException("Stub!"); }
public void forEachDstAtop(android.renderscript.Allocation ain, android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public void forEachDstAtop(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public android.renderscript.Script.KernelID getKernelIDDstAtop() { throw new RuntimeException("Stub!"); }
public void forEachXor(android.renderscript.Allocation ain, android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public void forEachXor(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public android.renderscript.Script.KernelID getKernelIDXor() { throw new RuntimeException("Stub!"); }
public void forEachMultiply(android.renderscript.Allocation ain, android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public void forEachMultiply(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public android.renderscript.Script.KernelID getKernelIDMultiply() { throw new RuntimeException("Stub!"); }
public void forEachAdd(android.renderscript.Allocation ain, android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public void forEachAdd(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public android.renderscript.Script.KernelID getKernelIDAdd() { throw new RuntimeException("Stub!"); }
public void forEachSubtract(android.renderscript.Allocation ain, android.renderscript.Allocation aout) { throw new RuntimeException("Stub!"); }
public void forEachSubtract(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt) { throw new RuntimeException("Stub!"); }
public android.renderscript.Script.KernelID getKernelIDSubtract() { throw new RuntimeException("Stub!"); }
}
|