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

C

CommandQueueInfos - Class in org.jocl.utils
Utility methods for obtaining information about cl_command_queue objects
CommandQueues - Class in org.jocl.utils
Utility methods related to cl_command_queue objects
computeExecutionTimeMs(cl_event) - Static method in class org.jocl.utils.Events
Compute the execution time for the given event, in milliseconds.
ContextInfos - Class in org.jocl.utils
Utility methods for obtaining information about cl_context objects
Contexts - Class in org.jocl.utils
Utility methods related to cl_context objects
create(cl_context, cl_device_id) - Static method in class org.jocl.utils.CommandQueues
Create and return a command queue for the given device.
create(cl_context, cl_device_id, boolean) - Static method in class org.jocl.utils.CommandQueues
Create and return a command queue for the given device.
create(cl_context, List<cl_device_id>) - Static method in class org.jocl.utils.CommandQueues
Create and return an unmodifiable list of command queues, one for each of the given devices.
create(cl_context, List<cl_device_id>, boolean) - Static method in class org.jocl.utils.CommandQueues
Create and return an unmodifiable list of command queues, one for each of the given devices.
create(cl_platform_id, cl_device_id...) - Static method in class org.jocl.utils.Contexts
Create a new context for the given platform and devices.
create(cl_platform_id, List<cl_device_id>) - Static method in class org.jocl.utils.Contexts
Create a new context for the given platform and devices.
create(cl_platform_id, List<cl_device_id>, long[]) - Static method in class org.jocl.utils.Contexts
Create a new context with the given platform and devices, using the given additional context properties.
create(cl_program, String) - Static method in class org.jocl.utils.Kernels
Creates an OpenCL kernel for the function with the given name in the given program.
create(cl_context, int) - Static method in class org.jocl.utils.Mems
Create a memory object with the given size.
create(cl_context, byte[]) - Static method in class org.jocl.utils.Mems
Create a memory object that contains the data from the given array
create(cl_context, short[]) - Static method in class org.jocl.utils.Mems
Create a memory object that contains the data from the given array
create(cl_context, int[]) - Static method in class org.jocl.utils.Mems
Create a memory object that contains the data from the given array
create(cl_context, long[]) - Static method in class org.jocl.utils.Mems
Create a memory object that contains the data from the given array
create(cl_context, float[]) - Static method in class org.jocl.utils.Mems
Create a memory object that contains the data from the given array
create(cl_context, double[]) - Static method in class org.jocl.utils.Mems
Create a memory object that contains the data from the given array
createFromFile(cl_context, String, String, String...) - Static method in class org.jocl.utils.Kernels
Creates an OpenCL kernel for the function with the given name from the specified file.
createFromFile(cl_context, String, String...) - Static method in class org.jocl.utils.Programs
Creates an OpenCL program for the function with the given name from the specified file.
createFromSource(cl_context, String, String, String...) - Static method in class org.jocl.utils.Kernels
Creates an OpenCL kernel for the function with the given name from the given source code.
createFromSource(cl_context, String, String...) - Static method in class org.jocl.utils.Programs
Creates an OpenCL program for the function with the given name from the given source code.
createFromStream(cl_context, InputStream, String, String...) - Static method in class org.jocl.utils.Kernels
Creates an OpenCL program for the function with the given name from the given input stream.
createFromStream(cl_context, InputStream, String...) - Static method in class org.jocl.utils.Programs
Creates an OpenCL program for the function with the given name from the given input stream.

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