C D E F G K M O P R S W

E

enqueueKernel1D(cl_command_queue, cl_kernel, long) - Static method in class org.jocl.utils.CommandQueues
Enqueue the given kernel as a 1D kernel to the given command queue, using the given global work size.
enqueueKernel1D(cl_command_queue, cl_kernel, long, long) - Static method in class org.jocl.utils.CommandQueues
Enqueue the given kernel as a 1D kernel to the given command queue, using the given global and local work size.
enqueueKernel1D(cl_command_queue, cl_kernel, long, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue the given kernel as a 1D kernel to the given command queue, using the given global work size.
enqueueKernel1D(cl_command_queue, cl_kernel, long, long, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue the given kernel as a 1D kernel to the given command queue, using the given global and local work size.
enqueueKernel2D(cl_command_queue, cl_kernel, long, long) - Static method in class org.jocl.utils.CommandQueues
Enqueue the given kernel as a 2D kernel to the given command queue, using the given global work sizes.
enqueueKernel2D(cl_command_queue, cl_kernel, long, long, long, long) - Static method in class org.jocl.utils.CommandQueues
Enqueue the given kernel as a 2D kernel to the given command queue, using the given global and local work sizes.
enqueueKernel2D(cl_command_queue, cl_kernel, long, long, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue the given kernel as a 2D kernel to the given command queue, using the given global work sizes.
enqueueKernel2D(cl_command_queue, cl_kernel, long, long, long, long, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue the given kernel as a 2D kernel to the given command queue, using the given global and local work sizes.
enqueueKernel3D(cl_command_queue, cl_kernel, long, long, long) - Static method in class org.jocl.utils.CommandQueues
Enqueue the given kernel as a 3D kernel to the given command queue, using the given global work sizes.
enqueueKernel3D(cl_command_queue, cl_kernel, long, long, long, long, long, long) - Static method in class org.jocl.utils.CommandQueues
Enqueue the given kernel as a 3D kernel to the given command queue, using the given global and local work sizes.
enqueueKernel3D(cl_command_queue, cl_kernel, long, long, long, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue the given kernel as a 3D kernel to the given command queue, using the given global work sizes.
enqueueKernel3D(cl_command_queue, cl_kernel, long, long, long, long, long, long, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue the given kernel as a 3D kernel to the given command queue, using the given global and local work sizes.
enqueueKernelND(cl_command_queue, cl_kernel, int, long[], long[]) - Static method in class org.jocl.utils.CommandQueues
Enqueue the given kernel as a n-D kernel to the given command queue, using the given global and local work sizes.
enqueueKernelND(cl_command_queue, cl_kernel, int, long[], long[], List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue the given kernel as a n-D kernel to the given command queue, using the given global and local work sizes.
enqueueReadBuffer(cl_command_queue, cl_mem, ByteBuffer) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to read the given buffer into the given target Buffer.
enqueueReadBuffer(cl_command_queue, cl_mem, long, ByteBuffer, boolean, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to read the given buffer into the given target Buffer.
enqueueReadBuffer(cl_command_queue, cl_mem, ShortBuffer) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to read the given buffer into the given target Buffer.
enqueueReadBuffer(cl_command_queue, cl_mem, long, ShortBuffer, boolean, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to read the given buffer into the given target Buffer.
enqueueReadBuffer(cl_command_queue, cl_mem, IntBuffer) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to read the given buffer into the given target Buffer.
enqueueReadBuffer(cl_command_queue, cl_mem, long, IntBuffer, boolean, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to read the given buffer into the given target Buffer.
enqueueReadBuffer(cl_command_queue, cl_mem, LongBuffer) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to read the given buffer into the given target Buffer.
enqueueReadBuffer(cl_command_queue, cl_mem, long, LongBuffer, boolean, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to read the given buffer into the given target Buffer.
enqueueReadBuffer(cl_command_queue, cl_mem, FloatBuffer) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to read the given buffer into the given target Buffer.
enqueueReadBuffer(cl_command_queue, cl_mem, long, FloatBuffer, boolean, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to read the given buffer into the given target Buffer.
enqueueReadBuffer(cl_command_queue, cl_mem, DoubleBuffer) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to read the given buffer into the given target Buffer.
enqueueReadBuffer(cl_command_queue, cl_mem, long, DoubleBuffer, boolean, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to read the given buffer into the given target Buffer.
enqueueWriteBuffer(cl_command_queue, cl_mem, ByteBuffer) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to write the given buffer from the given source Buffer.
enqueueWriteBuffer(cl_command_queue, cl_mem, long, ByteBuffer, boolean, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to write the given buffer from the given source Buffer.
enqueueWriteBuffer(cl_command_queue, cl_mem, ShortBuffer) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to write the given buffer from the given source Buffer.
enqueueWriteBuffer(cl_command_queue, cl_mem, long, ShortBuffer, boolean, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to write the given buffer from the given source Buffer.
enqueueWriteBuffer(cl_command_queue, cl_mem, IntBuffer) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to write the given buffer from the given source Buffer.
enqueueWriteBuffer(cl_command_queue, cl_mem, long, IntBuffer, boolean, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to write the given buffer from the given source Buffer.
enqueueWriteBuffer(cl_command_queue, cl_mem, LongBuffer) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to write the given buffer from the given source Buffer.
enqueueWriteBuffer(cl_command_queue, cl_mem, long, LongBuffer, boolean, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to write the given buffer from the given source Buffer.
enqueueWriteBuffer(cl_command_queue, cl_mem, FloatBuffer) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to write the given buffer from the given source Buffer.
enqueueWriteBuffer(cl_command_queue, cl_mem, long, FloatBuffer, boolean, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to write the given buffer from the given source Buffer.
enqueueWriteBuffer(cl_command_queue, cl_mem, DoubleBuffer) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to write the given buffer from the given source Buffer.
enqueueWriteBuffer(cl_command_queue, cl_mem, long, DoubleBuffer, boolean, List<cl_event>, cl_event) - Static method in class org.jocl.utils.CommandQueues
Enqueue a command to write the given buffer from the given source Buffer.
EventInfos - Class in org.jocl.utils
Utility methods for obtaining information about cl_event objects.
EventProfilingInfos - Class in org.jocl.utils
Utility methods for obtaining profiling information about cl_event objects.
Events - Class in org.jocl.utils
Utility methods related to events.

C D E F G K M O P R S W