Uses of Class
org.lwjgl.opengles.EGLDisplay
Packages that use EGLDisplay
-
Uses of EGLDisplay in org.lwjgl.opengles
Methods in org.lwjgl.opengles that return EGLDisplayModifier and TypeMethodDescriptionstatic EGLDisplayEGL.eglGetCurrentDisplay()Returns the EGL display associated with the current context.static EGLDisplayEGL.eglGetDisplay(long display_id) Obtains an EGL display from the specified native display and initializes it.EGLConfig.getDisplay()Returns the EGL display from which this EGL config was retrieved.EGLSurface.getDisplay()Returns the EGL display from which this EGL surface was created.Methods in org.lwjgl.opengles with parameters of type EGLDisplayModifier and TypeMethodDescriptionstatic intEGLKHRFenceSync.eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, int flags, long timeout) Blocks the calling thread until the specified sync object is signaled, or until a specified timeout value expires.static intEGLKHRReusableSync.eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, int flags, long timeout) Blocks the calling thread until the specified sync object is signaled, or until a specified timeout value expires.static EGLSyncNVEGLNVSync.eglCreateFenceSyncNV(EGLDisplay dpy, int condition, IntBuffer attrib_list) Creates a fence sync object for the specified EGL display and returns a handle to the new object.static EGLSyncKHREGLKHRFenceSync.eglCreateSyncKHR(EGLDisplay dpy, int type, IntBuffer attrib_list) Creates a fence sync object for the specified EGL display and returns a handle to the new object.static EGLSyncKHREGLKHRReusableSync.eglCreateSyncKHR(EGLDisplay dpy, int type, IntBuffer attrib_list) Creates a fence sync object for the specified EGL display and returns a handle to the new object.static voidEGLKHRFenceSync.eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) Destroys an existing sync object.static voidEGLKHRReusableSync.eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) Destroys an existing sync object.static intEGLKHRFenceSync.eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, int attribute) Returns the value of the sync object attribute.static intEGLKHRReusableSync.eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, int attribute) Returns the value of the sync object attribute.static voidEGL.eglQueryContext(EGLDisplay dpy, EGLContext ctx, int attribute, IntBuffer value) Returns the value of the specified EGL context attribute in the value parameter.static StringEGL.eglQueryString(EGLDisplay dpy, int name) Returns a string describing some aspect of the EGL implementation running on the specified display.static voidEGL.eglQuerySurface(EGLDisplay dpy, EGLSurface surface, int attribute, IntBuffer value) Returns the value of the specified EGL surface attribute in the value parameter.static voidEGL.eglReleaseCurrent(EGLDisplay dpy) Releases the current context without assigning a new one.static voidEGLKHRReusableSync.eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, int mode) Signals or unsignals the sync object by changing its status to the specified mode.PixelFormat.getAttribBuffer(EGLDisplay display, int surfaceType, int[] lwjglAttribs) Returns an IntBuffer that can be used to get/choose EGLConfigs.voidEGLContext.setDisplay(EGLDisplay display)