@@ -20080,6 +20080,40 @@ package android.renderscript {
2008020080 public abstract class ScriptIntrinsic extends android.renderscript.Script {
2008120081 }
2008220082
20083+ public class ScriptIntrinsicBlend extends android.renderscript.ScriptIntrinsic {
20084+ method public static android.renderscript.ScriptIntrinsicBlend create(android.renderscript.RenderScript, android.renderscript.Element);
20085+ method public void forEachAdd(android.renderscript.Allocation, android.renderscript.Allocation);
20086+ method public void forEachClear(android.renderscript.Allocation, android.renderscript.Allocation);
20087+ method public void forEachDst(android.renderscript.Allocation, android.renderscript.Allocation);
20088+ method public void forEachDstAtop(android.renderscript.Allocation, android.renderscript.Allocation);
20089+ method public void forEachDstIn(android.renderscript.Allocation, android.renderscript.Allocation);
20090+ method public void forEachDstOut(android.renderscript.Allocation, android.renderscript.Allocation);
20091+ method public void forEachDstOver(android.renderscript.Allocation, android.renderscript.Allocation);
20092+ method public void forEachMultiply(android.renderscript.Allocation, android.renderscript.Allocation);
20093+ method public void forEachSrc(android.renderscript.Allocation, android.renderscript.Allocation);
20094+ method public void forEachSrcAtop(android.renderscript.Allocation, android.renderscript.Allocation);
20095+ method public void forEachSrcIn(android.renderscript.Allocation, android.renderscript.Allocation);
20096+ method public void forEachSrcOut(android.renderscript.Allocation, android.renderscript.Allocation);
20097+ method public void forEachSrcOver(android.renderscript.Allocation, android.renderscript.Allocation);
20098+ method public void forEachSubtract(android.renderscript.Allocation, android.renderscript.Allocation);
20099+ method public void forEachXor(android.renderscript.Allocation, android.renderscript.Allocation);
20100+ method public android.renderscript.Script.KernelID getKernelIDAdd();
20101+ method public android.renderscript.Script.KernelID getKernelIDClear();
20102+ method public android.renderscript.Script.KernelID getKernelIDDst();
20103+ method public android.renderscript.Script.KernelID getKernelIDDstAtop();
20104+ method public android.renderscript.Script.KernelID getKernelIDDstIn();
20105+ method public android.renderscript.Script.KernelID getKernelIDDstOut();
20106+ method public android.renderscript.Script.KernelID getKernelIDDstOver();
20107+ method public android.renderscript.Script.KernelID getKernelIDMultiply();
20108+ method public android.renderscript.Script.KernelID getKernelIDSrc();
20109+ method public android.renderscript.Script.KernelID getKernelIDSrcAtop();
20110+ method public android.renderscript.Script.KernelID getKernelIDSrcIn();
20111+ method public android.renderscript.Script.KernelID getKernelIDSrcOut();
20112+ method public android.renderscript.Script.KernelID getKernelIDSrcOver();
20113+ method public android.renderscript.Script.KernelID getKernelIDSubtract();
20114+ method public android.renderscript.Script.KernelID getKernelIDXor();
20115+ }
20116+
2008320117 public final class ScriptIntrinsicBlur extends android.renderscript.ScriptIntrinsic {
2008420118 method public static android.renderscript.ScriptIntrinsicBlur create(android.renderscript.RenderScript, android.renderscript.Element);
2008520119 method public void forEach(android.renderscript.Allocation);
0 commit comments