Package org.jocl

Interface Summary
BuildProgramFunction Emulation of a function pointer for functions that may be passed to the clBuildProgram method.
CreateContextFunction Emulation of a function pointer for functions that may be passed to the clCreateContext and clCreateContextFromType methods.
EnqueueNativeKernelFunction Emulation of a function pointer for functions that may be passed to the clEnqueueNativeKernel method.
EventCallbackFunction Emulation of a function pointer for functions that may be passed to the clSetEventCallback method.
MemObjectDestructorCallbackFunction Emulation of a function pointer for functions that may be passed to the clSetMemObjectDestructorCallback method.
PrintfCallbackFunction Emulation of a function pointer that may be passed to the CL.clSetPrintfCallback(cl_context, PrintfCallbackFunction, Object) method.
 

Class Summary
CL JOCL - Java bindings for OpenCL.
cl_buffer_region Java port of a cl_buffer_region
cl_command_queue Java port of a cl_command_queue.
cl_context Java port of a cl_context.
cl_context_properties Java port of cl_context_properties.
cl_device_id Java port of a cl_device_id.
cl_device_partition_property Java port of cl_device_partition_property.
cl_event Java port of a cl_event.
cl_image_desc Java port of a cl_image_desc
cl_image_format Java port of a cl_image_format
cl_kernel Java port of a cl_kernel.
cl_mem Java port of a cl_mem.
cl_platform_id Java port of a cl_platform_id.
cl_program Java port of a cl_program.
cl_sampler Java port of a cl_sampler.
NativePointerObject Base class for all classes that store a native pointer
Pointer A Java representation of a void pointer.
Sizeof Size constants for scalar and vector data types.
 

Enum Summary
CL.LogLevel The log levels which may be used to control the internal logging of the native JOCL library
 

Exception Summary
CLException An exception that may be thrown due to a OpenCL error.