summaryrefslogtreecommitdiffstats
path: root/resources/cl-event-if.cfg
blob: 8e0759b1411b80755856754fc0136189999b285c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Include cl-common.cfg

Style InterfaceOnly

import com.jogamp.opencl.llb.impl.CLEventCallback

ClassJavadoc CLEvent /**
ClassJavadoc CLEvent  * Java bindings to OpenCL events.
ClassJavadoc CLEvent  * @author Michael Bien
ClassJavadoc CLEvent  */
JavaClass CLEvent

IgnoreNot .*CreateUserEvent.*|.*GetEventInfo.*|.*GetEventProfilingInfo.*|.*SetUserEventStatus.*|clWaitForEvents.*|.*RetainEvent.*|.*ReleaseEvent.*|CL_EVENT_.*

CustomJavaCode CLEvent
CustomJavaCode CLEvent  /** Interface to C language function: <br> <code> int32_t {@native clSetEventCallback}(cl_event event, cl_int command_exec_callback_type, void (CL_CALLBACK  *pfn_event_notify) (cl_event event, cl_int event_command_exec_status, void *user_data), void *user_data); </code>    */
CustomJavaCode CLEvent  public int clSetEventCallback(long event, int type, CLEventCallback cb);