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)
|