public static class EGLBase14.EglSurface extends java.lang.Object implements EGLBase.IEglSurface
| Modifier and Type | Method and Description |
|---|---|
EGLBase.IContext |
getContext() |
boolean |
isValid() |
void |
makeCurrent() |
void |
release() |
void |
setPresentationTime(long presentationTimeNs) |
void |
swap() |
void |
swap(long presentationTimeNs)
swap with presentation time[ns]
only works well now when using EGLBase14
|
public void makeCurrent()
makeCurrent in interface EGLBase.IEglSurfacepublic void swap()
swap in interface EGLBase.IEglSurfacepublic void swap(long presentationTimeNs)
EGLBase.IEglSurfaceswap in interface EGLBase.IEglSurfacepublic void setPresentationTime(long presentationTimeNs)
public EGLBase.IContext getContext()
getContext in interface EGLBase.IEglSurfacepublic boolean isValid()
isValid in interface EGLBase.IEglSurfacepublic void release()
release in interface EGLBase.IEglSurface