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

Commit aece2ccc authored by Alex Sakhartchouk's avatar Alex Sakhartchouk Committed by Android (Google) Code Review
Browse files

Merge "Unhiding render target code for renderscript"

parents f7445916 85dae045
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16438,6 +16438,7 @@ package android.renderscript {
    method public void setFromFieldPacker(int, int, android.renderscript.FieldPacker);
    method public void syncAll(int);
    field public static final int USAGE_GRAPHICS_CONSTANTS = 8; // 0x8
    field public static final int USAGE_GRAPHICS_RENDER_TARGET = 16; // 0x10
    field public static final int USAGE_GRAPHICS_TEXTURE = 2; // 0x2
    field public static final int USAGE_GRAPHICS_VERTEX = 4; // 0x4
    field public static final int USAGE_SCRIPT = 1; // 0x1
+0 −1
Original line number Diff line number Diff line
@@ -100,7 +100,6 @@ public class Allocation extends BaseObj {
    public static final int USAGE_GRAPHICS_CONSTANTS = 0x0008;

    /**
     * @hide
     * USAGE_GRAPHICS_RENDER_TARGET The allcation will be used as a
     * target for offscreen rendering
     *