Package org.lwjgl.egl
Class EXTPlatformBase
java.lang.Object
org.lwjgl.egl.EXTPlatformBase
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
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
public static long eglGetPlatformDisplayEXT(int platform, long native_display, @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
public 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)
-
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
public 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)
-
eglGetPlatformDisplayEXT
public static long eglGetPlatformDisplayEXT(int platform, long native_display, int @Nullable [] attrib_list) EGLDisplay eglGetPlatformDisplayEXT(EGLenum platform, void * native_display, EGLint const * attrib_list)
-
eglCreatePlatformWindowSurfaceEXT
public 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)
-
eglCreatePlatformPixmapSurfaceEXT
public 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)
-