Class PlaneEGLConfigChooser

  • All Implemented Interfaces:
    android.opengl.GLSurfaceView.EGLConfigChooser

    public class PlaneEGLConfigChooser
    extends java.lang.Object
    implements android.opengl.GLSurfaceView.EGLConfigChooser
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.microedition.khronos.egl.EGLConfig chooseConfig​(javax.microedition.khronos.egl.EGL10 egl, javax.microedition.khronos.egl.EGLDisplay display)
      int getEGLContextClientVersion()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PlaneEGLConfigChooser

        public PlaneEGLConfigChooser()
    • Method Detail

      • getEGLContextClientVersion

        public int getEGLContextClientVersion()
      • chooseConfig

        public javax.microedition.khronos.egl.EGLConfig chooseConfig​(javax.microedition.khronos.egl.EGL10 egl,
                                                                     javax.microedition.khronos.egl.EGLDisplay display)
        Specified by:
        chooseConfig in interface android.opengl.GLSurfaceView.EGLConfigChooser