Package org.lwjgl.egl

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 java.lang.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

      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)