Package org.lwjgl.egl

Class EGL15



  • public class EGL15
    extends java.lang.Object
    The core EGL 1.5 functionality.
    • Method Detail

      • eglCreateSync

        public static long eglCreateSync(long dpy,
                                         int type,
                                         PointerBuffer attrib_list)
      • eglDestroySync

        public static boolean eglDestroySync(long dpy,
                                             long sync)
      • eglClientWaitSync

        public static int eglClientWaitSync(long dpy,
                                            long sync,
                                            int flags,
                                            long timeout)
      • eglGetSyncAttrib

        public static boolean eglGetSyncAttrib(long dpy,
                                               long sync,
                                               int attribute,
                                               PointerBuffer value)
      • eglCreateImage

        public static long eglCreateImage(long dpy,
                                          long ctx,
                                          int target,
                                          long buffer,
                                          PointerBuffer attrib_list)
      • eglDestroyImage

        public static boolean eglDestroyImage(long dpy,
                                              long image)
      • eglGetPlatformDisplay

        public static long eglGetPlatformDisplay(int platform,
                                                 long native_display,
                                                 PointerBuffer attrib_list)
      • eglCreatePlatformWindowSurface

        public static long eglCreatePlatformWindowSurface(long dpy,
                                                          long config,
                                                          long native_window,
                                                          PointerBuffer attrib_list)
      • eglCreatePlatformPixmapSurface

        public static long eglCreatePlatformPixmapSurface(long dpy,
                                                          long config,
                                                          long native_pixmap,
                                                          PointerBuffer attrib_list)
      • eglWaitSync

        public static boolean eglWaitSync(long dpy,
                                          long sync,
                                          int flags)