public class com.google.android.gles_jni.EGLContextImpl extends javax.microedition.khronos.egl.EGLContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.google.android.gles_jni.EGLContextImpl
  super_class: javax.microedition.khronos.egl.EGLContext
{
  private com.google.android.gles_jni.GLImpl mGLContext;
    descriptor: Lcom/google/android/gles_jni/GLImpl;
    flags: (0x0002) ACC_PRIVATE

  long mEGLContext;
    descriptor: J
    flags: (0x0000) 

  public void <init>(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.android.gles_jni.EGLContextImpl this
        start local 1 // long ctx
         0: .line 26
            aload 0 /* this */
            invokespecial javax.microedition.khronos.egl.EGLContext.<init>:()V
         1: .line 27
            aload 0 /* this */
            lload 1 /* ctx */
            putfield com.google.android.gles_jni.EGLContextImpl.mEGLContext:J
         2: .line 28
            aload 0 /* this */
            new com.google.android.gles_jni.GLImpl
            dup
            invokespecial com.google.android.gles_jni.GLImpl.<init>:()V
            putfield com.google.android.gles_jni.EGLContextImpl.mGLContext:Lcom/google/android/gles_jni/GLImpl;
         3: .line 29
            return
        end local 1 // long ctx
        end local 0 // com.google.android.gles_jni.EGLContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/android/gles_jni/EGLContextImpl;
            0    4     1   ctx  J
    MethodParameters:
      Name  Flags
      ctx   

  public javax.microedition.khronos.opengles.GL getGL();
    descriptor: ()Ljavax/microedition/khronos/opengles/GL;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.android.gles_jni.EGLContextImpl this
         0: .line 33
            aload 0 /* this */
            getfield com.google.android.gles_jni.EGLContextImpl.mGLContext:Lcom/google/android/gles_jni/GLImpl;
            areturn
        end local 0 // com.google.android.gles_jni.EGLContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/android/gles_jni/EGLContextImpl;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.google.android.gles_jni.EGLContextImpl this
        start local 1 // java.lang.Object o
         0: .line 38
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 39
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 41
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast com.google.android.gles_jni.EGLContextImpl
            astore 2 /* that */
        start local 2 // com.google.android.gles_jni.EGLContextImpl that
         4: .line 43
            aload 0 /* this */
            getfield com.google.android.gles_jni.EGLContextImpl.mEGLContext:J
            aload 2 /* that */
            getfield com.google.android.gles_jni.EGLContextImpl.mEGLContext:J
            lcmp
            ifne 5
            iconst_1
            ireturn
      StackMap locals: com.google.android.gles_jni.EGLContextImpl
      StackMap stack:
         5: iconst_0
            ireturn
        end local 2 // com.google.android.gles_jni.EGLContextImpl that
        end local 1 // java.lang.Object o
        end local 0 // com.google.android.gles_jni.EGLContextImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/google/android/gles_jni/EGLContextImpl;
            0    6     1     o  Ljava/lang/Object;
            4    6     2  that  Lcom/google/android/gles_jni/EGLContextImpl;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=1
        start local 0 // com.google.android.gles_jni.EGLContextImpl this
         0: .line 52
            bipush 17
            istore 1 /* result */
        start local 1 // int result
         1: .line 53
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.google.android.gles_jni.EGLContextImpl.mEGLContext:J
            aload 0 /* this */
            getfield com.google.android.gles_jni.EGLContextImpl.mEGLContext:J
            bipush 32
            lushr
            lxor
            l2i
            iadd
            istore 1 /* result */
         2: .line 54
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // com.google.android.gles_jni.EGLContextImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/google/android/gles_jni/EGLContextImpl;
            1    3     1  result  I
}
SourceFile: "EGLContextImpl.java"