FileDocCategorySizeDatePackage
ScriptIntrinsicBlend.javaAPI DocAndroid 5.1 API6918Sat Mar 14 14:09:40 GMT 2015android.renderscript

ScriptIntrinsicBlend

public class ScriptIntrinsicBlend extends android.renderscript.ScriptIntrinsic

Fields Summary
Constructors Summary
ScriptIntrinsicBlend()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static android.renderscript.ScriptIntrinsicBlendcreate(android.renderscript.RenderScript rs, android.renderscript.Element e)

 throw new RuntimeException("Stub!"); 
public voidforEachAdd(android.renderscript.Allocation ain, android.renderscript.Allocation aout)

 throw new RuntimeException("Stub!"); 
public voidforEachAdd(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt)

 throw new RuntimeException("Stub!"); 
public voidforEachClear(android.renderscript.Allocation ain, android.renderscript.Allocation aout)

 throw new RuntimeException("Stub!"); 
public voidforEachClear(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt)

 throw new RuntimeException("Stub!"); 
public voidforEachDst(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt)

 throw new RuntimeException("Stub!"); 
public voidforEachDst(android.renderscript.Allocation ain, android.renderscript.Allocation aout)

 throw new RuntimeException("Stub!"); 
public voidforEachDstAtop(android.renderscript.Allocation ain, android.renderscript.Allocation aout)

 throw new RuntimeException("Stub!"); 
public voidforEachDstAtop(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt)

 throw new RuntimeException("Stub!"); 
public voidforEachDstIn(android.renderscript.Allocation ain, android.renderscript.Allocation aout)

 throw new RuntimeException("Stub!"); 
public voidforEachDstIn(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt)

 throw new RuntimeException("Stub!"); 
public voidforEachDstOut(android.renderscript.Allocation ain, android.renderscript.Allocation aout)

 throw new RuntimeException("Stub!"); 
public voidforEachDstOut(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt)

 throw new RuntimeException("Stub!"); 
public voidforEachDstOver(android.renderscript.Allocation ain, android.renderscript.Allocation aout)

 throw new RuntimeException("Stub!"); 
public voidforEachDstOver(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt)

 throw new RuntimeException("Stub!"); 
public voidforEachMultiply(android.renderscript.Allocation ain, android.renderscript.Allocation aout)

 throw new RuntimeException("Stub!"); 
public voidforEachMultiply(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt)

 throw new RuntimeException("Stub!"); 
public voidforEachSrc(android.renderscript.Allocation ain, android.renderscript.Allocation aout)

 throw new RuntimeException("Stub!"); 
public voidforEachSrc(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt)

 throw new RuntimeException("Stub!"); 
public voidforEachSrcAtop(android.renderscript.Allocation ain, android.renderscript.Allocation aout)

 throw new RuntimeException("Stub!"); 
public voidforEachSrcAtop(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt)

 throw new RuntimeException("Stub!"); 
public voidforEachSrcIn(android.renderscript.Allocation ain, android.renderscript.Allocation aout)

 throw new RuntimeException("Stub!"); 
public voidforEachSrcIn(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt)

 throw new RuntimeException("Stub!"); 
public voidforEachSrcOut(android.renderscript.Allocation ain, android.renderscript.Allocation aout)

 throw new RuntimeException("Stub!"); 
public voidforEachSrcOut(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt)

 throw new RuntimeException("Stub!"); 
public voidforEachSrcOver(android.renderscript.Allocation ain, android.renderscript.Allocation aout)

 throw new RuntimeException("Stub!"); 
public voidforEachSrcOver(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt)

 throw new RuntimeException("Stub!"); 
public voidforEachSubtract(android.renderscript.Allocation ain, android.renderscript.Allocation aout)

 throw new RuntimeException("Stub!"); 
public voidforEachSubtract(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt)

 throw new RuntimeException("Stub!"); 
public voidforEachXor(android.renderscript.Allocation ain, android.renderscript.Allocation aout)

 throw new RuntimeException("Stub!"); 
public voidforEachXor(android.renderscript.Allocation ain, android.renderscript.Allocation aout, android.renderscript.Script.LaunchOptions opt)

 throw new RuntimeException("Stub!"); 
public android.renderscript.Script.KernelIDgetKernelIDAdd()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Script.KernelIDgetKernelIDClear()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Script.KernelIDgetKernelIDDst()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Script.KernelIDgetKernelIDDstAtop()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Script.KernelIDgetKernelIDDstIn()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Script.KernelIDgetKernelIDDstOut()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Script.KernelIDgetKernelIDDstOver()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Script.KernelIDgetKernelIDMultiply()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Script.KernelIDgetKernelIDSrc()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Script.KernelIDgetKernelIDSrcAtop()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Script.KernelIDgetKernelIDSrcIn()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Script.KernelIDgetKernelIDSrcOut()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Script.KernelIDgetKernelIDSrcOver()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Script.KernelIDgetKernelIDSubtract()

 throw new RuntimeException("Stub!"); 
public android.renderscript.Script.KernelIDgetKernelIDXor()

 throw new RuntimeException("Stub!");