Uses of Class
org.lwjgl.opengles.EGLSyncKHR
Packages that use EGLSyncKHR
-
Uses of EGLSyncKHR in org.lwjgl.opengles
Methods in org.lwjgl.opengles that return EGLSyncKHRModifier and TypeMethodDescriptionstatic 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.Methods in org.lwjgl.opengles with parameters of type EGLSyncKHRModifier 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 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 voidEGLKHRReusableSync.eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, int mode) Signals or unsignals the sync object by changing its status to the specified mode.