| BuildProgramFunction |
Emulation of a function pointer for functions that may be passed to the
clBuildProgram method.
|
| cl_abstract_properties |
Abstract base class for CL properties, like cl_context_properties
and cl_device_partition_property
|
| 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_pipe_properties |
Java port of cl_pipe_properties.
|
| cl_platform_id |
Java port of a cl_platform_id.
|
| cl_program |
Java port of a cl_program.
|
| cl_queue_properties |
Java port of cl_queue_properties.
|
| cl_sampler |
Java port of a cl_sampler.
|
| cl_sampler_properties |
Java port of cl_sampler_properties.
|
| CL.LogLevel |
The log levels which may be used to control the internal
logging of the native JOCL library
|
| CreateContextFunction |
|
| EnqueueNativeKernelFunction |
|
| EventCallbackFunction |
Emulation of a function pointer for functions that may be passed to the
clSetEventCallback method.
|
| LibUtils.ArchType |
Enumeration of common CPU architectures.
|
| LibUtils.OSType |
Enumeration of common operating systems, independent of version
or architecture.
|
| MemObjectDestructorCallbackFunction |
|
| NativePointerObject |
Base class for all classes that store a native pointer
|
| Pointer |
A Java representation of a void pointer.
|
| PrintfCallbackFunction |
|
| SVMFreeFunction |
|