abstract class android.opengl.GLSurfaceView$BaseConfigChooser implements android.opengl.GLSurfaceView$EGLConfigChooser
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: android.opengl.GLSurfaceView$BaseConfigChooser
  super_class: java.lang.Object
{
  protected int[] mConfigSpec;
    descriptor: [I
    flags: (0x0004) ACC_PROTECTED

  final android.opengl.GLSurfaceView this$0;
    descriptor: Landroid/opengl/GLSurfaceView;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(android.opengl.GLSurfaceView, int[]);
    descriptor: (Landroid/opengl/GLSurfaceView;[I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.opengl.GLSurfaceView$BaseConfigChooser this
        start local 2 // int[] configSpec
         0: .line 874
            aload 0 /* this */
            aload 1
            putfield android.opengl.GLSurfaceView$BaseConfigChooser.this$0:Landroid/opengl/GLSurfaceView;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 875
            aload 0 /* this */
            aload 0 /* this */
            aload 2 /* configSpec */
            invokevirtual android.opengl.GLSurfaceView$BaseConfigChooser.filterConfigSpec:([I)[I
            putfield android.opengl.GLSurfaceView$BaseConfigChooser.mConfigSpec:[I
         2: .line 876
            return
        end local 2 // int[] configSpec
        end local 0 // android.opengl.GLSurfaceView$BaseConfigChooser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Landroid/opengl/GLSurfaceView$BaseConfigChooser;
            0    3     2  configSpec  [I
    MethodParameters:
            Name  Flags
      this$0      final
      configSpec  

  public javax.microedition.khronos.egl.EGLConfig chooseConfig(javax.microedition.khronos.egl.EGL10, javax.microedition.khronos.egl.EGLDisplay);
    descriptor: (Ljavax/microedition/khronos/egl/EGL10;Ljavax/microedition/khronos/egl/EGLDisplay;)Ljavax/microedition/khronos/egl/EGLConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=3
        start local 0 // android.opengl.GLSurfaceView$BaseConfigChooser this
        start local 1 // javax.microedition.khronos.egl.EGL10 egl
        start local 2 // javax.microedition.khronos.egl.EGLDisplay display
         0: .line 879
            iconst_1
            newarray 10
            astore 3 /* num_config */
        start local 3 // int[] num_config
         1: .line 880
            aload 1 /* egl */
            aload 2 /* display */
            aload 0 /* this */
            getfield android.opengl.GLSurfaceView$BaseConfigChooser.mConfigSpec:[I
            aconst_null
            iconst_0
         2: .line 881
            aload 3 /* num_config */
         3: .line 880
            invokeinterface javax.microedition.khronos.egl.EGL10.eglChooseConfig:(Ljavax/microedition/khronos/egl/EGLDisplay;[I[Ljavax/microedition/khronos/egl/EGLConfig;I[I)Z
         4: .line 881
            ifne 6
         5: .line 882
            new java.lang.IllegalArgumentException
            dup
            ldc "eglChooseConfig failed"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 885
      StackMap locals: int[]
      StackMap stack:
            aload 3 /* num_config */
            iconst_0
            iaload
            istore 4 /* numConfigs */
        start local 4 // int numConfigs
         7: .line 887
            iload 4 /* numConfigs */
            ifgt 11
         8: .line 888
            new java.lang.IllegalArgumentException
            dup
         9: .line 889
            ldc "No configs match configSpec"
        10: .line 888
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 892
      StackMap locals: int
      StackMap stack:
            iload 4 /* numConfigs */
            anewarray javax.microedition.khronos.egl.EGLConfig
            astore 5 /* configs */
        start local 5 // javax.microedition.khronos.egl.EGLConfig[] configs
        12: .line 893
            aload 1 /* egl */
            aload 2 /* display */
            aload 0 /* this */
            getfield android.opengl.GLSurfaceView$BaseConfigChooser.mConfigSpec:[I
            aload 5 /* configs */
            iload 4 /* numConfigs */
        13: .line 894
            aload 3 /* num_config */
        14: .line 893
            invokeinterface javax.microedition.khronos.egl.EGL10.eglChooseConfig:(Ljavax/microedition/khronos/egl/EGLDisplay;[I[Ljavax/microedition/khronos/egl/EGLConfig;I[I)Z
        15: .line 894
            ifne 17
        16: .line 895
            new java.lang.IllegalArgumentException
            dup
            ldc "eglChooseConfig#2 failed"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        17: .line 897
      StackMap locals: javax.microedition.khronos.egl.EGLConfig[]
      StackMap stack:
            aload 0 /* this */
            aload 1 /* egl */
            aload 2 /* display */
            aload 5 /* configs */
            invokevirtual android.opengl.GLSurfaceView$BaseConfigChooser.chooseConfig:(Ljavax/microedition/khronos/egl/EGL10;Ljavax/microedition/khronos/egl/EGLDisplay;[Ljavax/microedition/khronos/egl/EGLConfig;)Ljavax/microedition/khronos/egl/EGLConfig;
            astore 6 /* config */
        start local 6 // javax.microedition.khronos.egl.EGLConfig config
        18: .line 898
            aload 6 /* config */
            ifnonnull 20
        19: .line 899
            new java.lang.IllegalArgumentException
            dup
            ldc "No config chosen"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        20: .line 901
      StackMap locals: javax.microedition.khronos.egl.EGLConfig
      StackMap stack:
            aload 6 /* config */
            areturn
        end local 6 // javax.microedition.khronos.egl.EGLConfig config
        end local 5 // javax.microedition.khronos.egl.EGLConfig[] configs
        end local 4 // int numConfigs
        end local 3 // int[] num_config
        end local 2 // javax.microedition.khronos.egl.EGLDisplay display
        end local 1 // javax.microedition.khronos.egl.EGL10 egl
        end local 0 // android.opengl.GLSurfaceView$BaseConfigChooser this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   21     0        this  Landroid/opengl/GLSurfaceView$BaseConfigChooser;
            0   21     1         egl  Ljavax/microedition/khronos/egl/EGL10;
            0   21     2     display  Ljavax/microedition/khronos/egl/EGLDisplay;
            1   21     3  num_config  [I
            7   21     4  numConfigs  I
           12   21     5     configs  [Ljavax/microedition/khronos/egl/EGLConfig;
           18   21     6      config  Ljavax/microedition/khronos/egl/EGLConfig;
    MethodParameters:
         Name  Flags
      egl      
      display  

  abstract javax.microedition.khronos.egl.EGLConfig chooseConfig(javax.microedition.khronos.egl.EGL10, javax.microedition.khronos.egl.EGLDisplay, javax.microedition.khronos.egl.EGLConfig[]);
    descriptor: (Ljavax/microedition/khronos/egl/EGL10;Ljavax/microedition/khronos/egl/EGLDisplay;[Ljavax/microedition/khronos/egl/EGLConfig;)Ljavax/microedition/khronos/egl/EGLConfig;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      egl      
      display  
      configs  

  private int[] filterConfigSpec(int[]);
    descriptor: ([I)[I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // android.opengl.GLSurfaceView$BaseConfigChooser this
        start local 1 // int[] configSpec
         0: .line 910
            aload 0 /* this */
            getfield android.opengl.GLSurfaceView$BaseConfigChooser.this$0:Landroid/opengl/GLSurfaceView;
            getfield android.opengl.GLSurfaceView.mEGLContextClientVersion:I
            iconst_2
            if_icmpeq 2
            aload 0 /* this */
            getfield android.opengl.GLSurfaceView$BaseConfigChooser.this$0:Landroid/opengl/GLSurfaceView;
            getfield android.opengl.GLSurfaceView.mEGLContextClientVersion:I
            iconst_3
            if_icmpeq 2
         1: .line 911
            aload 1 /* configSpec */
            areturn
         2: .line 916
      StackMap locals:
      StackMap stack:
            aload 1 /* configSpec */
            arraylength
            istore 2 /* len */
        start local 2 // int len
         3: .line 917
            iload 2 /* len */
            iconst_2
            iadd
            newarray 10
            astore 3 /* newConfigSpec */
        start local 3 // int[] newConfigSpec
         4: .line 918
            aload 1 /* configSpec */
            iconst_0
            aload 3 /* newConfigSpec */
            iconst_0
            iload 2 /* len */
            iconst_1
            isub
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         5: .line 919
            aload 3 /* newConfigSpec */
            iload 2 /* len */
            iconst_1
            isub
            sipush 12352
            iastore
         6: .line 920
            aload 0 /* this */
            getfield android.opengl.GLSurfaceView$BaseConfigChooser.this$0:Landroid/opengl/GLSurfaceView;
            getfield android.opengl.GLSurfaceView.mEGLContextClientVersion:I
            iconst_2
            if_icmpne 9
         7: .line 921
            aload 3 /* newConfigSpec */
            iload 2 /* len */
            iconst_4
            iastore
         8: .line 922
            goto 10
         9: .line 923
      StackMap locals: int int[]
      StackMap stack:
            aload 3 /* newConfigSpec */
            iload 2 /* len */
            bipush 64
            iastore
        10: .line 925
      StackMap locals:
      StackMap stack:
            aload 3 /* newConfigSpec */
            iload 2 /* len */
            iconst_1
            iadd
            sipush 12344
            iastore
        11: .line 926
            aload 3 /* newConfigSpec */
            areturn
        end local 3 // int[] newConfigSpec
        end local 2 // int len
        end local 1 // int[] configSpec
        end local 0 // android.opengl.GLSurfaceView$BaseConfigChooser this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   12     0           this  Landroid/opengl/GLSurfaceView$BaseConfigChooser;
            0   12     1     configSpec  [I
            3   12     2            len  I
            4   12     3  newConfigSpec  [I
    MethodParameters:
            Name  Flags
      configSpec  
}
SourceFile: "GLSurfaceView.java"
NestHost: android.opengl.GLSurfaceView
InnerClasses:
  private abstract BaseConfigChooser = android.opengl.GLSurfaceView$BaseConfigChooser of android.opengl.GLSurfaceView
  public abstract EGLConfigChooser = android.opengl.GLSurfaceView$EGLConfigChooser of android.opengl.GLSurfaceView