public final class android.renderscript.ScriptIntrinsicLUT extends android.renderscript.ScriptIntrinsic
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.renderscript.ScriptIntrinsicLUT
  super_class: android.renderscript.ScriptIntrinsic
{
  private final android.renderscript.Matrix4f mMatrix;
    descriptor: Landroid/renderscript/Matrix4f;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private android.renderscript.Allocation mTables;
    descriptor: Landroid/renderscript/Allocation;
    flags: (0x0002) ACC_PRIVATE

  private final byte[] mCache;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean mDirty;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private void <init>(long, android.renderscript.RenderScript);
    descriptor: (JLandroid/renderscript/RenderScript;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // android.renderscript.ScriptIntrinsicLUT this
        start local 1 // long id
        start local 3 // android.renderscript.RenderScript rs
         0: .line 32
            aload 0 /* this */
            lload 1 /* id */
            aload 3 /* rs */
            invokespecial android.renderscript.ScriptIntrinsic.<init>:(JLandroid/renderscript/RenderScript;)V
         1: .line 26
            aload 0 /* this */
            new android.renderscript.Matrix4f
            dup
            invokespecial android.renderscript.Matrix4f.<init>:()V
            putfield android.renderscript.ScriptIntrinsicLUT.mMatrix:Landroid/renderscript/Matrix4f;
         2: .line 28
            aload 0 /* this */
            sipush 1024
            newarray 8
            putfield android.renderscript.ScriptIntrinsicLUT.mCache:[B
         3: .line 29
            aload 0 /* this */
            iconst_1
            putfield android.renderscript.ScriptIntrinsicLUT.mDirty:Z
         4: .line 33
            aload 0 /* this */
            aload 3 /* rs */
            aload 3 /* rs */
            invokestatic android.renderscript.Element.U8:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Element;
            sipush 1024
            invokestatic android.renderscript.Allocation.createSized:(Landroid/renderscript/RenderScript;Landroid/renderscript/Element;I)Landroid/renderscript/Allocation;
            putfield android.renderscript.ScriptIntrinsicLUT.mTables:Landroid/renderscript/Allocation;
         5: .line 34
            iconst_0
            istore 4 /* ct */
        start local 4 // int ct
         6: goto 12
         7: .line 35
      StackMap locals: android.renderscript.ScriptIntrinsicLUT long android.renderscript.RenderScript int
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicLUT.mCache:[B
            iload 4 /* ct */
            iload 4 /* ct */
            i2b
            bastore
         8: .line 36
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicLUT.mCache:[B
            iload 4 /* ct */
            sipush 256
            iadd
            iload 4 /* ct */
            i2b
            bastore
         9: .line 37
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicLUT.mCache:[B
            iload 4 /* ct */
            sipush 512
            iadd
            iload 4 /* ct */
            i2b
            bastore
        10: .line 38
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicLUT.mCache:[B
            iload 4 /* ct */
            sipush 768
            iadd
            iload 4 /* ct */
            i2b
            bastore
        11: .line 34
            iinc 4 /* ct */ 1
      StackMap locals:
      StackMap stack:
        12: iload 4 /* ct */
            sipush 256
            if_icmplt 7
        end local 4 // int ct
        13: .line 40
            aload 0 /* this */
            iconst_0
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicLUT.mTables:Landroid/renderscript/Allocation;
            invokevirtual android.renderscript.ScriptIntrinsicLUT.setVar:(ILandroid/renderscript/BaseObj;)V
        14: .line 41
            return
        end local 3 // android.renderscript.RenderScript rs
        end local 1 // long id
        end local 0 // android.renderscript.ScriptIntrinsicLUT this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Landroid/renderscript/ScriptIntrinsicLUT;
            0   15     1    id  J
            0   15     3    rs  Landroid/renderscript/RenderScript;
            6   13     4    ct  I
    MethodParameters:
      Name  Flags
      id    
      rs    

  public static android.renderscript.ScriptIntrinsicLUT create(android.renderscript.RenderScript, android.renderscript.Element);
    descriptor: (Landroid/renderscript/RenderScript;Landroid/renderscript/Element;)Landroid/renderscript/ScriptIntrinsicLUT;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // android.renderscript.RenderScript rs
        start local 1 // android.renderscript.Element e
         0: .line 54
            aload 0 /* rs */
            iconst_3
            aload 1 /* e */
            aload 0 /* rs */
            invokevirtual android.renderscript.Element.getID:(Landroid/renderscript/RenderScript;)J
            invokevirtual android.renderscript.RenderScript.nScriptIntrinsicCreate:(IJ)J
            lstore 2 /* id */
        start local 2 // long id
         1: .line 55
            new android.renderscript.ScriptIntrinsicLUT
            dup
            lload 2 /* id */
            aload 0 /* rs */
            invokespecial android.renderscript.ScriptIntrinsicLUT.<init>:(JLandroid/renderscript/RenderScript;)V
            areturn
        end local 2 // long id
        end local 1 // android.renderscript.Element e
        end local 0 // android.renderscript.RenderScript rs
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0    rs  Landroid/renderscript/RenderScript;
            0    2     1     e  Landroid/renderscript/Element;
            1    2     2    id  J
    MethodParameters:
      Name  Flags
      rs    
      e     

  public void destroy();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicLUT this
         0: .line 60
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicLUT.mTables:Landroid/renderscript/Allocation;
            invokevirtual android.renderscript.Allocation.destroy:()V
         1: .line 61
            aload 0 /* this */
            invokespecial android.renderscript.ScriptIntrinsic.destroy:()V
         2: .line 62
            return
        end local 0 // android.renderscript.ScriptIntrinsicLUT this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/ScriptIntrinsicLUT;

  private void validate(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.renderscript.ScriptIntrinsicLUT this
        start local 1 // int index
        start local 2 // int value
         0: .line 65
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            sipush 255
            if_icmple 2
         1: .line 66
      StackMap locals:
      StackMap stack:
            new android.renderscript.RSIllegalArgumentException
            dup
            ldc "Index out of range (0-255)."
            invokespecial android.renderscript.RSIllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 68
      StackMap locals:
      StackMap stack:
            iload 2 /* value */
            iflt 3
            iload 2 /* value */
            sipush 255
            if_icmple 4
         3: .line 69
      StackMap locals:
      StackMap stack:
            new android.renderscript.RSIllegalArgumentException
            dup
            ldc "Value out of range (0-255)."
            invokespecial android.renderscript.RSIllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 71
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // android.renderscript.ScriptIntrinsicLUT this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/renderscript/ScriptIntrinsicLUT;
            0    5     1  index  I
            0    5     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public void setRed(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.renderscript.ScriptIntrinsicLUT this
        start local 1 // int index
        start local 2 // int value
         0: .line 80
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual android.renderscript.ScriptIntrinsicLUT.validate:(II)V
         1: .line 81
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicLUT.mCache:[B
            iload 1 /* index */
            iload 2 /* value */
            i2b
            bastore
         2: .line 82
            aload 0 /* this */
            iconst_1
            putfield android.renderscript.ScriptIntrinsicLUT.mDirty:Z
         3: .line 83
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // android.renderscript.ScriptIntrinsicLUT this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/renderscript/ScriptIntrinsicLUT;
            0    4     1  index  I
            0    4     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public void setGreen(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.renderscript.ScriptIntrinsicLUT this
        start local 1 // int index
        start local 2 // int value
         0: .line 92
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual android.renderscript.ScriptIntrinsicLUT.validate:(II)V
         1: .line 93
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicLUT.mCache:[B
            iload 1 /* index */
            sipush 256
            iadd
            iload 2 /* value */
            i2b
            bastore
         2: .line 94
            aload 0 /* this */
            iconst_1
            putfield android.renderscript.ScriptIntrinsicLUT.mDirty:Z
         3: .line 95
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // android.renderscript.ScriptIntrinsicLUT this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/renderscript/ScriptIntrinsicLUT;
            0    4     1  index  I
            0    4     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public void setBlue(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.renderscript.ScriptIntrinsicLUT this
        start local 1 // int index
        start local 2 // int value
         0: .line 104
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual android.renderscript.ScriptIntrinsicLUT.validate:(II)V
         1: .line 105
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicLUT.mCache:[B
            iload 1 /* index */
            sipush 512
            iadd
            iload 2 /* value */
            i2b
            bastore
         2: .line 106
            aload 0 /* this */
            iconst_1
            putfield android.renderscript.ScriptIntrinsicLUT.mDirty:Z
         3: .line 107
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // android.renderscript.ScriptIntrinsicLUT this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/renderscript/ScriptIntrinsicLUT;
            0    4     1  index  I
            0    4     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public void setAlpha(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.renderscript.ScriptIntrinsicLUT this
        start local 1 // int index
        start local 2 // int value
         0: .line 116
            aload 0 /* this */
            iload 1 /* index */
            iload 2 /* value */
            invokevirtual android.renderscript.ScriptIntrinsicLUT.validate:(II)V
         1: .line 117
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicLUT.mCache:[B
            iload 1 /* index */
            sipush 768
            iadd
            iload 2 /* value */
            i2b
            bastore
         2: .line 118
            aload 0 /* this */
            iconst_1
            putfield android.renderscript.ScriptIntrinsicLUT.mDirty:Z
         3: .line 119
            return
        end local 2 // int value
        end local 1 // int index
        end local 0 // android.renderscript.ScriptIntrinsicLUT this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/renderscript/ScriptIntrinsicLUT;
            0    4     1  index  I
            0    4     2  value  I
    MethodParameters:
       Name  Flags
      index  
      value  

  public void forEach(android.renderscript.Allocation, android.renderscript.Allocation);
    descriptor: (Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.renderscript.ScriptIntrinsicLUT this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
         0: .line 129
            aload 0 /* this */
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicLUT.forEach:(Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
         1: .line 130
            return
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicLUT this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/renderscript/ScriptIntrinsicLUT;
            0    2     1   ain  Landroid/renderscript/Allocation;
            0    2     2  aout  Landroid/renderscript/Allocation;
    MethodParameters:
      Name  Flags
      ain   
      aout  

  public void forEach(android.renderscript.Allocation, android.renderscript.Allocation, android.renderscript.Script$LaunchOptions);
    descriptor: (Landroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/Script$LaunchOptions;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // android.renderscript.ScriptIntrinsicLUT this
        start local 1 // android.renderscript.Allocation ain
        start local 2 // android.renderscript.Allocation aout
        start local 3 // android.renderscript.Script$LaunchOptions opt
         0: .line 141
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicLUT.mDirty:Z
            ifeq 3
         1: .line 142
            aload 0 /* this */
            iconst_0
            putfield android.renderscript.ScriptIntrinsicLUT.mDirty:Z
         2: .line 143
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicLUT.mTables:Landroid/renderscript/Allocation;
            aload 0 /* this */
            getfield android.renderscript.ScriptIntrinsicLUT.mCache:[B
            invokevirtual android.renderscript.Allocation.copyFromUnchecked:([B)V
         3: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            aload 1 /* ain */
            aload 2 /* aout */
            aconst_null
            aload 3 /* opt */
            invokevirtual android.renderscript.ScriptIntrinsicLUT.forEach:(ILandroid/renderscript/Allocation;Landroid/renderscript/Allocation;Landroid/renderscript/FieldPacker;Landroid/renderscript/Script$LaunchOptions;)V
         4: .line 146
            return
        end local 3 // android.renderscript.Script$LaunchOptions opt
        end local 2 // android.renderscript.Allocation aout
        end local 1 // android.renderscript.Allocation ain
        end local 0 // android.renderscript.ScriptIntrinsicLUT this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Landroid/renderscript/ScriptIntrinsicLUT;
            0    5     1   ain  Landroid/renderscript/Allocation;
            0    5     2  aout  Landroid/renderscript/Allocation;
            0    5     3   opt  Landroid/renderscript/Script$LaunchOptions;
    MethodParameters:
      Name  Flags
      ain   
      aout  
      opt   

  public android.renderscript.Script$KernelID getKernelID();
    descriptor: ()Landroid/renderscript/Script$KernelID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // android.renderscript.ScriptIntrinsicLUT this
         0: .line 154
            aload 0 /* this */
            iconst_0
            iconst_3
            aconst_null
            aconst_null
            invokevirtual android.renderscript.ScriptIntrinsicLUT.createKernelID:(IILandroid/renderscript/Element;Landroid/renderscript/Element;)Landroid/renderscript/Script$KernelID;
            areturn
        end local 0 // android.renderscript.ScriptIntrinsicLUT this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ScriptIntrinsicLUT;
}
SourceFile: "ScriptIntrinsicLUT.java"
InnerClasses:
  public final KernelID = android.renderscript.Script$KernelID of android.renderscript.Script
  public final LaunchOptions = android.renderscript.Script$LaunchOptions of android.renderscript.Script