Skip to content

Commit 9e6e5ae

Browse files
author
Jason Sams
committed
Fix build. Missed current.txt in previous checkin.
Change-Id: I458944fbd9b04526068d03330620ad4805b5c993
1 parent e69e9e6 commit 9e6e5ae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

api/current.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20114,6 +20114,14 @@ package android.renderscript {
2011420114
method public void setRed(int, int);
2011520115
}
2011620116

20117+
public final class ScriptIntrinsicYuvToRGB extends android.renderscript.ScriptIntrinsic {
20118+
method public static android.renderscript.ScriptIntrinsicYuvToRGB create(android.renderscript.RenderScript, android.renderscript.Element);
20119+
method public void forEach(android.renderscript.Allocation);
20120+
method public android.renderscript.Script.FieldID getFieldID_Input();
20121+
method public android.renderscript.Script.KernelID getKernelID();
20122+
method public void setInput(android.renderscript.Allocation);
20123+
}
20124+
2011720125
public class Short2 {
2011820126
ctor public Short2();
2011920127
ctor public Short2(short, short);

0 commit comments

Comments
 (0)