Class KHREGLEvent

java.lang.Object
org.lwjgl.opencl.KHREGLEvent

public class KHREGLEvent extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static long
    clCreateEventFromEGLSyncKHR(long context, long sync, long display, int @Nullable [] errcode_ret)
    cl_event clCreateEventFromEGLSyncKHR(cl_context context, CLeglSyncKHR sync, CLeglDisplayKHR display, cl_int * errcode_ret)
    static long
    clCreateEventFromEGLSyncKHR(long context, long sync, long display, @Nullable IntBuffer errcode_ret)
    cl_event clCreateEventFromEGLSyncKHR(cl_context context, CLeglSyncKHR sync, CLeglDisplayKHR display, cl_int * errcode_ret)
    static long
    nclCreateEventFromEGLSyncKHR(long context, long sync, long display, long errcode_ret)
    cl_event clCreateEventFromEGLSyncKHR(cl_context context, CLeglSyncKHR sync, CLeglDisplayKHR display, cl_int * errcode_ret)

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CL_INVALID_EGL_OBJECT_KHR

      public static final int CL_INVALID_EGL_OBJECT_KHR
      See Also:
    • CL_COMMAND_EGL_FENCE_SYNC_OBJECT_KHR

      public static final int CL_COMMAND_EGL_FENCE_SYNC_OBJECT_KHR
      See Also:
  • Method Details

    • nclCreateEventFromEGLSyncKHR

      public static long nclCreateEventFromEGLSyncKHR(long context, long sync, long display, long errcode_ret)
      cl_event clCreateEventFromEGLSyncKHR(cl_context context, CLeglSyncKHR sync, CLeglDisplayKHR display, cl_int * errcode_ret)
    • clCreateEventFromEGLSyncKHR

      public static long clCreateEventFromEGLSyncKHR(long context, long sync, long display, @Nullable IntBuffer errcode_ret)
      cl_event clCreateEventFromEGLSyncKHR(cl_context context, CLeglSyncKHR sync, CLeglDisplayKHR display, cl_int * errcode_ret)
    • clCreateEventFromEGLSyncKHR

      public static long clCreateEventFromEGLSyncKHR(long context, long sync, long display, int @Nullable [] errcode_ret)
      cl_event clCreateEventFromEGLSyncKHR(cl_context context, CLeglSyncKHR sync, CLeglDisplayKHR display, cl_int * errcode_ret)