File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments