Class EXTPlatformBase
java.lang.Object
org.lwjgl.egl.EXTPlatformBase
-
Method Summary
Modifier and TypeMethodDescriptionstatic longeglCreatePlatformPixmapSurfaceEXT(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 longeglCreatePlatformPixmapSurfaceEXT(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 longeglCreatePlatformWindowSurfaceEXT(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 longeglCreatePlatformWindowSurfaceEXT(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 longeglGetPlatformDisplayEXT(int platform, long native_display, int @Nullable [] attrib_list) EGLDisplay eglGetPlatformDisplayEXT(EGLenum platform, void * native_display, EGLint const * attrib_list)static longeglGetPlatformDisplayEXT(int platform, long native_display, @Nullable IntBuffer attrib_list) EGLDisplay eglGetPlatformDisplayEXT(EGLenum platform, void * native_display, EGLint const * attrib_list)static longneglCreatePlatformPixmapSurfaceEXT(long dpy, long config, long native_pixmap, long attrib_list) EGLSurface eglCreatePlatformPixmapSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_pixmap, EGLint const * attrib_list)static longneglCreatePlatformWindowSurfaceEXT(long dpy, long config, long native_window, long attrib_list) EGLSurface eglCreatePlatformWindowSurfaceEXT(EGLDisplay dpy, EGLConfig config, void * native_window, EGLint const * attrib_list)static longneglGetPlatformDisplayEXT(int platform, long native_display, long attrib_list) EGLDisplay eglGetPlatformDisplayEXT(EGLenum platform, void * native_display, EGLint const * attrib_list)
-
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)
-