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.
 

Class Summary
CL JOCL - Java bindings for OpenCL.
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_event Java port of a cl_event.
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.