Class EXTPlatformBase

java.lang.Object
org.lwjgl.egl.EXTPlatformBase

public class EXTPlatformBase extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static long
    eglCreatePlatformPixmapSurfaceEXT(long dpy, long config, long native_pixmap, int @Nullable [] attrib_list)
    EGLSurface eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_pixmap, EGLint const * attrib_list)
    static long
    eglCreatePlatformPixmapSurfaceEXT(long dpy, long config, long native_pixmap, @Nullable IntBuffer attrib_list)
    EGLSurface eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_pixmap, EGLint const * attrib_list)
    static long
    eglCreatePlatformWindowSurfaceEXT(long dpy, long config, long native_window, int @Nullable [] attrib_list)
    EGLSurface eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_window, EGLint const * attrib_list)
    static long
    eglCreatePlatformWindowSurfaceEXT(long dpy, long config, long native_window, @Nullable IntBuffer attrib_list)
    EGLSurface eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_window, EGLint const * attrib_list)
    static long
    eglGetPlatformDisplayEXT(int platform, long native_display, int @Nullable [] attrib_list)
    EGLDisplay eglGetPlatformDisplayEXT(EGLenum platform, void * native_display, EGLint const * attrib_list)
    static long
    eglGetPlatformDisplayEXT(int platform, long native_display, @Nullable IntBuffer attrib_list)
    EGLDisplay eglGetPlatformDisplayEXT(EGLenum platform, void * native_display, EGLint const * attrib_list)
    static long
    neglCreatePlatformPixmapSurfaceEXT(long dpy, long config, long native_pixmap, long attrib_list)
    EGLSurface eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_pixmap, EGLint const * attrib_list)
    static long
    neglCreatePlatformWindowSurfaceEXT(long dpy, long config, long native_window, long attrib_list)
    EGLSurface eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_window, EGLint const * attrib_list)
    static long
    neglGetPlatformDisplayEXT(int platform, long native_display, long attrib_list)
    EGLDisplay eglGetPlatformDisplayEXT(EGLenum platform, void * native_display, EGLint const * attrib_list)

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • neglGetPlatformDisplayEXT

      public static long neglGetPlatformDisplayEXT(int platform, long native_display, long attrib_list)
      EGLDisplay eglGetPlatformDisplayEXT(EGLenum platform, void * native_display, EGLint const * attrib_list)
    • eglGetPlatformDisplayEXT

      @NativeType("EGLDisplay") public static long eglGetPlatformDisplayEXT(@NativeType("EGLenum") int platform, @NativeType("void *") long native_display, @NativeType("EGLint const *") @Nullable IntBuffer attrib_list)
      EGLDisplay eglGetPlatformDisplayEXT(EGLenum platform, void * native_display, EGLint const * attrib_list)
    • neglCreatePlatformWindowSurfaceEXT

      public static long neglCreatePlatformWindowSurfaceEXT(long dpy, long config, long native_window, long attrib_list)
      EGLSurface eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_window, EGLint const * attrib_list)
    • eglCreatePlatformWindowSurfaceEXT

      @NativeType("EGLSurface") public static long eglCreatePlatformWindowSurfaceEXT(@NativeType("EGLDisplay") long dpy, @NativeType("EGLConfig") long config, @NativeType("void *") long native_window, @NativeType("EGLint const *") @Nullable IntBuffer attrib_list)
      EGLSurface eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_window, EGLint const * attrib_list)
    • neglCreatePlatformPixmapSurfaceEXT

      public static long neglCreatePlatformPixmapSurfaceEXT(long dpy, long config, long native_pixmap, long attrib_list)
      EGLSurface eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_pixmap, EGLint const * attrib_list)
    • eglCreatePlatformPixmapSurfaceEXT

      @NativeType("EGLSurface") public static long eglCreatePlatformPixmapSurfaceEXT(@NativeType("EGLDisplay") long dpy, @NativeType("EGLConfig") long config, @NativeType("void *") long native_pixmap, @NativeType("EGLint const *") @Nullable IntBuffer attrib_list)
      EGLSurface eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_pixmap, EGLint const * attrib_list)
    • eglGetPlatformDisplayEXT

      @NativeType("EGLDisplay") public static long eglGetPlatformDisplayEXT(@NativeType("EGLenum") int platform, @NativeType("void *") long native_display, @NativeType("EGLint const *") int @Nullable [] attrib_list)
      EGLDisplay eglGetPlatformDisplayEXT(EGLenum platform, void * native_display, EGLint const * attrib_list)
    • eglCreatePlatformWindowSurfaceEXT

      @NativeType("EGLSurface") public static long eglCreatePlatformWindowSurfaceEXT(@NativeType("EGLDisplay") long dpy, @NativeType("EGLConfig") long config, @NativeType("void *") long native_window, @NativeType("EGLint const *") int @Nullable [] attrib_list)
      EGLSurface eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_window, EGLint const * attrib_list)
    • eglCreatePlatformPixmapSurfaceEXT

      @NativeType("EGLSurface") public static long eglCreatePlatformPixmapSurfaceEXT(@NativeType("EGLDisplay") long dpy, @NativeType("EGLConfig") long config, @NativeType("void *") long native_pixmap, @NativeType("EGLint const *") int @Nullable [] attrib_list)
      EGLSurface eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_pixmap, EGLint const * attrib_list)