Class MESAImageDMABufExport

java.lang.Object
org.lwjgl.egl.MESAImageDMABufExport

public class MESAImageDMABufExport extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
    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)

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)