Uses of Class
org.lwjgl.opencl.CLEvent
Packages that use CLEvent
-
Uses of CLEvent in org.lwjgl.opencl
Methods in org.lwjgl.opencl that return CLEventModifier and TypeMethodDescriptionstatic CLEventKHRGLEvent.clCreateEventFromGLsyncKHR(CLContext context, GLSync sync, IntBuffer errcode_ret) static CLEventCL11.clCreateUserEvent(CLContext context, IntBuffer errcode_ret) CLCommandQueue.getCLEvent(long id) Returns a CLEvent associated with this command-queue.CLContext.getCLEvent(long id) Returns a user CLEvent associated with this context.Methods in org.lwjgl.opencl with parameters of type CLEventModifier and TypeMethodDescriptionstatic intCL10.clEnqueueWaitForEvents(CLCommandQueue command_queue, CLEvent event) Overloads clEnqueueWaitForEvents.static intCL10.clGetEventInfo(CLEvent event, int param_name, ByteBuffer param_value, PointerBuffer param_value_size_ret) static intCL10.clGetEventProfilingInfo(CLEvent event, int param_name, ByteBuffer param_value, PointerBuffer param_value_size_ret) static intCL10.clReleaseEvent(CLEvent event) static intCL10.clRetainEvent(CLEvent event) static intCL11.clSetEventCallback(CLEvent event, int command_exec_callback_type, CLEventCallback pfn_notify) static intCL11.clSetUserEventStatus(CLEvent event, int execution_status) static intCL10.clWaitForEvents(CLEvent event) Overloads clWaitForEvents.protected abstract voidCLEventCallback.handleMessage(CLEvent event, int event_command_exec_status) The callback method. -
Uses of CLEvent in org.lwjgl.opengl
Methods in org.lwjgl.opengl with parameters of type CLEventModifier and TypeMethodDescriptionstatic GLSyncARBCLEvent.glCreateSyncFromCLeventARB(CLContext context, CLEvent event, int flags)