Uses of Interface
com.jogamp.opencl.impl.CLEventCallback

Packages that use CLEventCallback
com.jogamp.opencl   
com.jogamp.opencl.impl   
 

Uses of CLEventCallback in com.jogamp.opencl
 

Methods in com.jogamp.opencl with parameters of type CLEventCallback
 int CL.clSetEventCallback(long event, int type, CLEventCallback cb)
          Interface to C language function:
int32_t 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);
 

Uses of CLEventCallback in com.jogamp.opencl.impl
 

Methods in com.jogamp.opencl.impl with parameters of type CLEventCallback
 int CLImpl.clSetEventCallback(long event, int trigger, CLEventCallback callback)