summaryrefslogtreecommitdiffstats
path: root/resources/cl-event-if.cfg
blob: 5d24302fc4d4ed8a1b6cf56cd34d8445fb905a98 (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, the Open Computing Language.
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);