public class android.renderscript.ProgramVertexFixedFunction$Constants
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.renderscript.ProgramVertexFixedFunction$Constants
  super_class: java.lang.Object
{
  static final int MODELVIEW_OFFSET;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static final int PROJECTION_OFFSET;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  static final int TEXTURE_OFFSET;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  android.renderscript.Matrix4f mModel;
    descriptor: Landroid/renderscript/Matrix4f;
    flags: (0x0000) 

  android.renderscript.Matrix4f mProjection;
    descriptor: Landroid/renderscript/Matrix4f;
    flags: (0x0000) 

  android.renderscript.Matrix4f mTexture;
    descriptor: Landroid/renderscript/Matrix4f;
    flags: (0x0000) 

  android.renderscript.Allocation mAlloc;
    descriptor: Landroid/renderscript/Allocation;
    flags: (0x0000) 

  private android.renderscript.FieldPacker mIOBuffer;
    descriptor: Landroid/renderscript/FieldPacker;
    flags: (0x0002) ACC_PRIVATE

  android.renderscript.Allocation getAllocation();
    descriptor: ()Landroid/renderscript/Allocation;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.renderscript.ProgramVertexFixedFunction$Constants this
         0: .line 208
            aload 0 /* this */
            getfield android.renderscript.ProgramVertexFixedFunction$Constants.mAlloc:Landroid/renderscript/Allocation;
            areturn
        end local 0 // android.renderscript.ProgramVertexFixedFunction$Constants this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/renderscript/ProgramVertexFixedFunction$Constants;

  public void <init>(android.renderscript.RenderScript);
    descriptor: (Landroid/renderscript/RenderScript;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // android.renderscript.ProgramVertexFixedFunction$Constants this
        start local 1 // android.renderscript.RenderScript rs
         0: .line 218
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 219
            aload 1 /* rs */
            invokestatic android.renderscript.ProgramVertexFixedFunction$Builder.getConstantInputType:(Landroid/renderscript/RenderScript;)Landroid/renderscript/Type;
            astore 2 /* constInputType */
        start local 2 // android.renderscript.Type constInputType
         2: .line 220
            aload 0 /* this */
            aload 1 /* rs */
            aload 2 /* constInputType */
            invokestatic android.renderscript.Allocation.createTyped:(Landroid/renderscript/RenderScript;Landroid/renderscript/Type;)Landroid/renderscript/Allocation;
            putfield android.renderscript.ProgramVertexFixedFunction$Constants.mAlloc:Landroid/renderscript/Allocation;
         3: .line 221
            aload 2 /* constInputType */
            invokevirtual android.renderscript.Type.getElement:()Landroid/renderscript/Element;
            invokevirtual android.renderscript.Element.getBytesSize:()I
         4: .line 222
            aload 2 /* constInputType */
            invokevirtual android.renderscript.Type.getCount:()I
         5: .line 221
            imul
            istore 3 /* bufferSize */
        start local 3 // int bufferSize
         6: .line 223
            aload 0 /* this */
            new android.renderscript.FieldPacker
            dup
            iload 3 /* bufferSize */
            invokespecial android.renderscript.FieldPacker.<init>:(I)V
            putfield android.renderscript.ProgramVertexFixedFunction$Constants.mIOBuffer:Landroid/renderscript/FieldPacker;
         7: .line 224
            aload 0 /* this */
            new android.renderscript.Matrix4f
            dup
            invokespecial android.renderscript.Matrix4f.<init>:()V
            putfield android.renderscript.ProgramVertexFixedFunction$Constants.mModel:Landroid/renderscript/Matrix4f;
         8: .line 225
            aload 0 /* this */
            new android.renderscript.Matrix4f
            dup
            invokespecial android.renderscript.Matrix4f.<init>:()V
            putfield android.renderscript.ProgramVertexFixedFunction$Constants.mProjection:Landroid/renderscript/Matrix4f;
         9: .line 226
            aload 0 /* this */
            new android.renderscript.Matrix4f
            dup
            invokespecial android.renderscript.Matrix4f.<init>:()V
            putfield android.renderscript.ProgramVertexFixedFunction$Constants.mTexture:Landroid/renderscript/Matrix4f;
        10: .line 227
            aload 0 /* this */
            new android.renderscript.Matrix4f
            dup
            invokespecial android.renderscript.Matrix4f.<init>:()V
            invokevirtual android.renderscript.ProgramVertexFixedFunction$Constants.setModelview:(Landroid/renderscript/Matrix4f;)V
        11: .line 228
            aload 0 /* this */
            new android.renderscript.Matrix4f
            dup
            invokespecial android.renderscript.Matrix4f.<init>:()V
            invokevirtual android.renderscript.ProgramVertexFixedFunction$Constants.setProjection:(Landroid/renderscript/Matrix4f;)V
        12: .line 229
            aload 0 /* this */
            new android.renderscript.Matrix4f
            dup
            invokespecial android.renderscript.Matrix4f.<init>:()V
            invokevirtual android.renderscript.ProgramVertexFixedFunction$Constants.setTexture:(Landroid/renderscript/Matrix4f;)V
        13: .line 230
            return
        end local 3 // int bufferSize
        end local 2 // android.renderscript.Type constInputType
        end local 1 // android.renderscript.RenderScript rs
        end local 0 // android.renderscript.ProgramVertexFixedFunction$Constants this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0            this  Landroid/renderscript/ProgramVertexFixedFunction$Constants;
            0   14     1              rs  Landroid/renderscript/RenderScript;
            2   14     2  constInputType  Landroid/renderscript/Type;
            6   14     3      bufferSize  I
    MethodParameters:
      Name  Flags
      rs    

  public void destroy();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.renderscript.ProgramVertexFixedFunction$Constants this
         0: .line 239
            aload 0 /* this */
            getfield android.renderscript.ProgramVertexFixedFunction$Constants.mAlloc:Landroid/renderscript/Allocation;
            invokevirtual android.renderscript.Allocation.destroy:()V
         1: .line 240
            aload 0 /* this */
            aconst_null
            putfield android.renderscript.ProgramVertexFixedFunction$Constants.mAlloc:Landroid/renderscript/Allocation;
         2: .line 241
            return
        end local 0 // android.renderscript.ProgramVertexFixedFunction$Constants this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/ProgramVertexFixedFunction$Constants;

  private void addToBuffer(int, android.renderscript.Matrix4f);
    descriptor: (ILandroid/renderscript/Matrix4f;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // android.renderscript.ProgramVertexFixedFunction$Constants this
        start local 1 // int offset
        start local 2 // android.renderscript.Matrix4f m
         0: .line 244
            aload 0 /* this */
            getfield android.renderscript.ProgramVertexFixedFunction$Constants.mIOBuffer:Landroid/renderscript/FieldPacker;
            iload 1 /* offset */
            invokevirtual android.renderscript.FieldPacker.reset:(I)V
         1: .line 245
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 5
         3: .line 246
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.renderscript.ProgramVertexFixedFunction$Constants.mIOBuffer:Landroid/renderscript/FieldPacker;
            aload 2 /* m */
            getfield android.renderscript.Matrix4f.mMat:[F
            iload 3 /* i */
            faload
            invokevirtual android.renderscript.FieldPacker.addF32:(F)V
         4: .line 245
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 3 /* i */
            bipush 16
            if_icmplt 3
        end local 3 // int i
         6: .line 250
            aload 0 /* this */
            getfield android.renderscript.ProgramVertexFixedFunction$Constants.mIOBuffer:Landroid/renderscript/FieldPacker;
            aload 0 /* this */
            getfield android.renderscript.ProgramVertexFixedFunction$Constants.mIOBuffer:Landroid/renderscript/FieldPacker;
            invokevirtual android.renderscript.FieldPacker.getData:()[B
            arraylength
            invokevirtual android.renderscript.FieldPacker.reset:(I)V
         7: .line 251
            aload 0 /* this */
            getfield android.renderscript.ProgramVertexFixedFunction$Constants.mAlloc:Landroid/renderscript/Allocation;
            iconst_0
            aload 0 /* this */
            getfield android.renderscript.ProgramVertexFixedFunction$Constants.mIOBuffer:Landroid/renderscript/FieldPacker;
            invokevirtual android.renderscript.Allocation.setFromFieldPacker:(ILandroid/renderscript/FieldPacker;)V
         8: .line 252
            return
        end local 2 // android.renderscript.Matrix4f m
        end local 1 // int offset
        end local 0 // android.renderscript.ProgramVertexFixedFunction$Constants this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Landroid/renderscript/ProgramVertexFixedFunction$Constants;
            0    9     1  offset  I
            0    9     2       m  Landroid/renderscript/Matrix4f;
            2    6     3       i  I
    MethodParameters:
        Name  Flags
      offset  
      m       

  public void setModelview(android.renderscript.Matrix4f);
    descriptor: (Landroid/renderscript/Matrix4f;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.ProgramVertexFixedFunction$Constants this
        start local 1 // android.renderscript.Matrix4f m
         0: .line 261
            aload 0 /* this */
            getfield android.renderscript.ProgramVertexFixedFunction$Constants.mModel:Landroid/renderscript/Matrix4f;
            aload 1 /* m */
            invokevirtual android.renderscript.Matrix4f.load:(Landroid/renderscript/Matrix4f;)V
         1: .line 262
            aload 0 /* this */
            iconst_0
            aload 1 /* m */
            invokevirtual android.renderscript.ProgramVertexFixedFunction$Constants.addToBuffer:(ILandroid/renderscript/Matrix4f;)V
         2: .line 263
            return
        end local 1 // android.renderscript.Matrix4f m
        end local 0 // android.renderscript.ProgramVertexFixedFunction$Constants this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/ProgramVertexFixedFunction$Constants;
            0    3     1     m  Landroid/renderscript/Matrix4f;
    MethodParameters:
      Name  Flags
      m     

  public void setProjection(android.renderscript.Matrix4f);
    descriptor: (Landroid/renderscript/Matrix4f;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.ProgramVertexFixedFunction$Constants this
        start local 1 // android.renderscript.Matrix4f m
         0: .line 272
            aload 0 /* this */
            getfield android.renderscript.ProgramVertexFixedFunction$Constants.mProjection:Landroid/renderscript/Matrix4f;
            aload 1 /* m */
            invokevirtual android.renderscript.Matrix4f.load:(Landroid/renderscript/Matrix4f;)V
         1: .line 273
            aload 0 /* this */
            bipush 64
            aload 1 /* m */
            invokevirtual android.renderscript.ProgramVertexFixedFunction$Constants.addToBuffer:(ILandroid/renderscript/Matrix4f;)V
         2: .line 274
            return
        end local 1 // android.renderscript.Matrix4f m
        end local 0 // android.renderscript.ProgramVertexFixedFunction$Constants this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/ProgramVertexFixedFunction$Constants;
            0    3     1     m  Landroid/renderscript/Matrix4f;
    MethodParameters:
      Name  Flags
      m     

  public void setTexture(android.renderscript.Matrix4f);
    descriptor: (Landroid/renderscript/Matrix4f;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.renderscript.ProgramVertexFixedFunction$Constants this
        start local 1 // android.renderscript.Matrix4f m
         0: .line 286
            aload 0 /* this */
            getfield android.renderscript.ProgramVertexFixedFunction$Constants.mTexture:Landroid/renderscript/Matrix4f;
            aload 1 /* m */
            invokevirtual android.renderscript.Matrix4f.load:(Landroid/renderscript/Matrix4f;)V
         1: .line 287
            aload 0 /* this */
            sipush 128
            aload 1 /* m */
            invokevirtual android.renderscript.ProgramVertexFixedFunction$Constants.addToBuffer:(ILandroid/renderscript/Matrix4f;)V
         2: .line 288
            return
        end local 1 // android.renderscript.Matrix4f m
        end local 0 // android.renderscript.ProgramVertexFixedFunction$Constants this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/renderscript/ProgramVertexFixedFunction$Constants;
            0    3     1     m  Landroid/renderscript/Matrix4f;
    MethodParameters:
      Name  Flags
      m     
}
SourceFile: "ProgramVertexFixedFunction.java"
NestHost: android.renderscript.ProgramVertexFixedFunction
InnerClasses:
  public Builder = android.renderscript.ProgramVertexFixedFunction$Builder of android.renderscript.ProgramVertexFixedFunction
  public Constants = android.renderscript.ProgramVertexFixedFunction$Constants of android.renderscript.ProgramVertexFixedFunction