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 @@ -20115,6 +20115,14 @@ package android.renderscript {
2011520115 method public void setRed(int, int);
2011620116 }
2011720117
20118+ public final class ScriptIntrinsicYuvToRGB extends android.renderscript.ScriptIntrinsic {
20119+ method public static android.renderscript.ScriptIntrinsicYuvToRGB create(android.renderscript.RenderScript, android.renderscript.Element);
20120+ method public void forEach(android.renderscript.Allocation);
20121+ method public android.renderscript.Script.FieldID getFieldID_Input();
20122+ method public android.renderscript.Script.KernelID getKernelID();
20123+ method public void setInput(android.renderscript.Allocation);
20124+ }
20125+
2011820126 public class Short2 {
2011920127 ctor public Short2();
2012020128 ctor public Short2(short, short);
You can’t perform that action at this time.
0 commit comments