Uses of Interface
com.jogamp.opencl.CLErrorHandler

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

Uses of CLErrorHandler in com.jogamp.opencl
 

Classes in com.jogamp.opencl that implement CLErrorHandler
protected static class CLContext.ErrorDispatcher
           
 

Methods in com.jogamp.opencl with parameters of type CLErrorHandler
 void CLContext.addCLErrorHandler(CLErrorHandler handler)
           
 long CL.clCreateContext(PointerBuffer properties, PointerBuffer devices, CLErrorHandler pfn_notify, IntBuffer errcode_ret)
          Interface to C language function:
cl_context clCreateContext(intptr_t * , uint32_t, cl_device_id * , void (*pfn_notify)(const char *, const void *, size_t, void *), void *, int32_t * );
 long CL.clCreateContextFromType(PointerBuffer properties, long device_type, CLErrorHandler pfn_notify, IntBuffer errcode_ret)
          Interface to C language function:
cl_context clCreateContextFromType(cl_context_properties *properties, cl_device_type device_type, void (*pfn_notify)(const char *errinfo, const void *private_info, size_t cb, void *user_data), void *user_data, cl_int *errcode_ret) ;
protected static long CLContext.createContext(CLErrorHandler handler, PointerBuffer properties, CLDevice... devices)
           
protected static long CLContext.createContextFromType(CLErrorHandler handler, PointerBuffer properties, long deviceType)
           
 void CLContext.removeCLErrorHandler(CLErrorHandler handler)
           
 

Uses of CLErrorHandler in com.jogamp.opencl.impl
 

Methods in com.jogamp.opencl.impl with parameters of type CLErrorHandler
 long CLImpl.clCreateContext(PointerBuffer properties, PointerBuffer devices, CLErrorHandler pfn_notify, IntBuffer errcode_ret)
           
 long CLImpl.clCreateContextFromType(PointerBuffer properties, long device_type, CLErrorHandler pfn_notify, IntBuffer errcode_ret)