Class MESAImageDMABufExport
java.lang.Object
org.lwjgl.egl.MESAImageDMABufExport
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleaneglExportDMABUFImageMESA(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 booleaneglExportDMABUFImageMESA(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 booleaneglExportDMABUFImageQueryMESA(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 booleaneglExportDMABUFImageQueryMESA(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 intneglExportDMABUFImageMESA(long dpy, long image, long fds, long strides, long offsets) EGLBoolean eglExportDMABUFImageMESA(EGLDisplay dpy, EGLImageKHR image, int * fds, EGLint * strides, EGLint * offsets)static intneglExportDMABUFImageQueryMESA(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
@NativeType("EGLBoolean") public static boolean eglExportDMABUFImageQueryMESA(@NativeType("EGLDisplay") long dpy, @NativeType("EGLImageKHR") long image, @NativeType("int *") @Nullable IntBuffer fourcc, @NativeType("int *") @Nullable IntBuffer num_planes, @NativeType("EGLuint64KHR *") @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
@NativeType("EGLBoolean") public static boolean eglExportDMABUFImageMESA(@NativeType("EGLDisplay") long dpy, @NativeType("EGLImageKHR") long image, @NativeType("int *") @Nullable IntBuffer fds, @NativeType("EGLint *") @Nullable IntBuffer strides, @NativeType("EGLint *") @Nullable IntBuffer offsets) EGLBoolean eglExportDMABUFImageMESA(EGLDisplay dpy, EGLImageKHR image, int * fds, EGLint * strides, EGLint * offsets) -
eglExportDMABUFImageQueryMESA
@NativeType("EGLBoolean") public static boolean eglExportDMABUFImageQueryMESA(@NativeType("EGLDisplay") long dpy, @NativeType("EGLImageKHR") long image, @NativeType("int *") int @Nullable [] fourcc, @NativeType("int *") int @Nullable [] num_planes, @NativeType("EGLuint64KHR *") long @Nullable [] modifiers) EGLBoolean eglExportDMABUFImageQueryMESA(EGLDisplay dpy, EGLImageKHR image, int * fourcc, int * num_planes, EGLuint64KHR * modifiers) -
eglExportDMABUFImageMESA
@NativeType("EGLBoolean") public static boolean eglExportDMABUFImageMESA(@NativeType("EGLDisplay") long dpy, @NativeType("EGLImageKHR") long image, @NativeType("int *") int @Nullable [] fds, @NativeType("EGLint *") int @Nullable [] strides, @NativeType("EGLint *") int @Nullable [] offsets) EGLBoolean eglExportDMABUFImageMESA(EGLDisplay dpy, EGLImageKHR image, int * fds, EGLint * strides, EGLint * offsets)
-