Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53ad3980 authored by Jason Sams's avatar Jason Sams Committed by Android (Google) Code Review
Browse files

Merge "Unhide RenderScript resize intrinsic"

parents 0a57a111 18033aba
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -24464,6 +24464,15 @@ package android.renderscript {
    method public void setRed(int, int);
  }
  public final class ScriptIntrinsicResize extends android.renderscript.ScriptIntrinsic {
    method public static android.renderscript.ScriptIntrinsicResize create(android.renderscript.RenderScript);
    method public void forEach_bicubic(android.renderscript.Allocation);
    method public void forEach_bicubic(android.renderscript.Allocation, android.renderscript.Script.LaunchOptions);
    method public android.renderscript.Script.FieldID getFieldID_Input();
    method public android.renderscript.Script.KernelID getKernelID_bicubic();
    method public void setInput(android.renderscript.Allocation);
  }
  public final class ScriptIntrinsicYuvToRGB extends android.renderscript.ScriptIntrinsic {
    method public static android.renderscript.ScriptIntrinsicYuvToRGB create(android.renderscript.RenderScript, android.renderscript.Element);
    method public void forEach(android.renderscript.Allocation);
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ package android.renderscript;

/**
 * Intrinsic for performing a resize of a 2D allocation.
 * @hide
 */
public final class ScriptIntrinsicResize extends ScriptIntrinsic {
    private Allocation mInput;