Package org.lwjgl.egl
Class MESAImageDMABufExport
java.lang.Object
org.lwjgl.egl.MESAImageDMABufExport
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
eglExportDMABUFImageMESA
(long dpy, long image, int @Nullable [] fds, int @Nullable [] strides, int @Nullable [] offsets) EGLBoolean eglExportDMABUFImageMESA(EGLDisplay dpy, EGLImageKHR image, int * fds, EGLint * strides, EGLint * offsets)
static boolean
eglExportDMABUFImageMESA
(long dpy, long image, @Nullable IntBuffer fds, @Nullable IntBuffer strides, @Nullable IntBuffer offsets) EGLBoolean eglExportDMABUFImageMESA(EGLDisplay dpy, EGLImageKHR image, int * fds, EGLint * strides, EGLint * offsets)
static boolean
eglExportDMABUFImageQueryMESA
(long dpy, long image, int @Nullable [] fourcc, int @Nullable [] num_planes, long @Nullable [] modifiers) EGLBoolean eglExportDMABUFImageQueryMESA(EGLDisplay dpy, EGLImageKHR image, int * fourcc, int * num_planes, EGLuint64KHR * modifiers)
static boolean
eglExportDMABUFImageQueryMESA
(long dpy, long image, @Nullable IntBuffer fourcc, @Nullable IntBuffer num_planes, @Nullable LongBuffer modifiers) EGLBoolean eglExportDMABUFImageQueryMESA(EGLDisplay dpy, EGLImageKHR image, int * fourcc, int * num_planes, EGLuint64KHR * modifiers)
static int
neglExportDMABUFImageMESA
(long dpy, long image, long fds, long strides, long offsets) EGLBoolean eglExportDMABUFImageMESA(EGLDisplay dpy, EGLImageKHR image, int * fds, EGLint * strides, EGLint * offsets)
static int
neglExportDMABUFImageQueryMESA
(long dpy, long image, long fourcc, long num_planes, long modifiers) EGLBoolean eglExportDMABUFImageQueryMESA(EGLDisplay dpy, EGLImageKHR image, int * fourcc, int * num_planes, EGLuint64KHR * modifiers)
-
Method Details
-
neglExportDMABUFImageQueryMESA
public static int neglExportDMABUFImageQueryMESA(long dpy, long image, long fourcc, long num_planes, long modifiers) EGLBoolean eglExportDMABUFImageQueryMESA(EGLDisplay dpy, EGLImageKHR image, int * fourcc, int * num_planes, EGLuint64KHR * modifiers)
-
eglExportDMABUFImageQueryMESA
public static boolean eglExportDMABUFImageQueryMESA(long dpy, long image, @Nullable IntBuffer fourcc, @Nullable IntBuffer num_planes, @Nullable LongBuffer modifiers) EGLBoolean eglExportDMABUFImageQueryMESA(EGLDisplay dpy, EGLImageKHR image, int * fourcc, int * num_planes, EGLuint64KHR * modifiers)
-
neglExportDMABUFImageMESA
public static int neglExportDMABUFImageMESA(long dpy, long image, long fds, long strides, long offsets) EGLBoolean eglExportDMABUFImageMESA(EGLDisplay dpy, EGLImageKHR image, int * fds, EGLint * strides, EGLint * offsets)
-
eglExportDMABUFImageMESA
public static boolean eglExportDMABUFImageMESA(long dpy, long image, @Nullable IntBuffer fds, @Nullable IntBuffer strides, @Nullable IntBuffer offsets) EGLBoolean eglExportDMABUFImageMESA(EGLDisplay dpy, EGLImageKHR image, int * fds, EGLint * strides, EGLint * offsets)
-
eglExportDMABUFImageQueryMESA
public static boolean eglExportDMABUFImageQueryMESA(long dpy, long image, int @Nullable [] fourcc, int @Nullable [] num_planes, long @Nullable [] modifiers) EGLBoolean eglExportDMABUFImageQueryMESA(EGLDisplay dpy, EGLImageKHR image, int * fourcc, int * num_planes, EGLuint64KHR * modifiers)
-
eglExportDMABUFImageMESA
public static boolean eglExportDMABUFImageMESA(long dpy, long image, int @Nullable [] fds, int @Nullable [] strides, int @Nullable [] offsets) EGLBoolean eglExportDMABUFImageMESA(EGLDisplay dpy, EGLImageKHR image, int * fds, EGLint * strides, EGLint * offsets)
-