Class and Description |
---|
BuildProgramFunction
Emulation of a function pointer for functions that may be passed to the
clBuildProgram method. |
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
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.
|
PrintfCallbackFunction
Emulation of a function pointer that may be passed to the
CL.clSetPrintfCallback(cl_context, PrintfCallbackFunction, Object)
method. |
SVMFreeFunction
Emulation of a function pointer that may be passed to the
CL.clEnqueueSVMFree(cl_command_queue, int, Pointer[], SVMFreeFunction,
Object, int, cl_event[], cl_event) method |