Skip to content

Commit f70bb04

Browse files
author
Jason Sams
committed
Add Blend intrinsic.
Change-Id: I6f679c910fc23fe7441e17ad66bcf5f3dd7425a0
1 parent 691b68b commit f70bb04

File tree

2 files changed

+498
-0
lines changed

2 files changed

+498
-0
lines changed

api/current.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20079,6 +20079,40 @@ package android.renderscript {
2007920079
public abstract class ScriptIntrinsic extends android.renderscript.Script {
2008020080
}
2008120081

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

0 commit comments

Comments
 (0)