Package 

Interface EGLBase.IEglSurface


  • 
    public interface EGLBase.IEglSurface
    
                        

    Drawing object that associated with EGL rendering context

    • Method Summary

      Modifier and Type Method Description
      abstract void makeCurrent()
      abstract void swap()
      abstract EGLBase.IContext getContext()
      abstract void swap(long presentationTimeNs) swap with presentation time[ns]only works well now when using EGLBase14
      abstract void release()
      abstract boolean isValid()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait