Modifier and Type | Class and Description |
---|---|
class |
cl_command_queue
Java port of a cl_command_queue.
|
class |
cl_context
Java port of a cl_context.
|
class |
cl_context_properties
Java port of cl_context_properties.
|
class |
cl_device_id
Java port of a cl_device_id.
|
class |
cl_device_partition_property
Java port of cl_device_partition_property.
|
class |
cl_event
Java port of a cl_event.
|
class |
cl_kernel
Java port of a cl_kernel.
|
class |
cl_mem
Java port of a cl_mem.
|
class |
cl_pipe_properties
Java port of cl_pipe_properties.
|
class |
cl_platform_id
Java port of a cl_platform_id.
|
class |
cl_program
Java port of a cl_program.
|
class |
cl_queue_properties
Java port of cl_queue_properties.
|
class |
cl_sampler
Java port of a cl_sampler.
|
class |
cl_sampler_properties
Java port of cl_sampler_properties.
|
class |
Pointer
A Java representation of a void pointer.
|
Modifier and Type | Method and Description |
---|---|
static Pointer |
Pointer.to(NativePointerObject... pointers)
Creates a new Pointer to the given Pointers.
|
static Pointer |
Pointer.to(NativePointerObject pointer)
Creates a new Pointer to the given Pointer.
|