Uses of Package
org.jocl

Classes in org.jocl used by org.jocl
BuildProgramFunction
          Emulation of a function pointer for functions that may be passed to the clBuildProgram method.
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.
CL.LogLevel
          The log levels which may be used to control the internal logging of the native JOCL library
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.
NativePointerObject
          Base class for all classes that store a native pointer
Pointer
          A Java representation of a void pointer.