Uses of Class
org.jocl.NativePointerObject

Uses of NativePointerObject in org.jocl
 

Subclasses of NativePointerObject in org.jocl
 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_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_platform_id
          Java port of a cl_platform_id.
 class cl_program
          Java port of a cl_program.
 class cl_sampler
          Java port of a cl_sampler.
 class Pointer
          A Java representation of a void pointer.
 

Methods in org.jocl with parameters of type NativePointerObject
static Pointer Pointer.to(NativePointerObject... pointers)
          Creates a new Pointer to the given Pointers.