Interface GLSurfaceView.EGLWindowSurfaceFactory

    • Method Detail

      • createWindowSurface

        EGLSurface createWindowSurface​(EGL10 egl,
                                       EGLDisplay display,
                                       EGLConfig config,
                                       java.lang.Object nativeWindow)
        Returns:
        null if the surface cannot be constructed.
      • destroySurface

        void destroySurface​(EGL10 egl,
                            EGLDisplay display,
                            EGLSurface surface)