| Interface | Description |
|---|---|
| CLEvent.EventCallback | |
| CLMem.DestructorCallback | |
| CLQueue.NativeKernel |
| Enum | Description |
|---|---|
| CLContext.GLTextureTarget | |
| CLDevice.AffinityDomain |
Enums values for cl_device_affinity_domain
|
| CLDevice.ExecutionCapability |
Bit values for CL_DEVICE_EXECUTION_CAPABILITIES
|
| CLDevice.FpConfig |
Floating-point config of a device.
|
| CLDevice.GlobalMemCacheType |
Values for CL_DEVICE_GLOBAL_MEM_CACHE_TYPE
|
| CLDevice.LocalMemType |
Values for CL_DEVICE_LOCAL_MEM_TYPE
|
| CLDevice.PartitionType |
Device partition types.
|
| CLDevice.QueueProperties |
Bit values for CL_DEVICE_QUEUE_PROPERTIES
|
| CLDevice.Type |
Bit values for CL_DEVICE_TYPE
|
| CLEvent.CommandExecutionStatus |
Values for CL_EVENT_COMMAND_EXECUTION_STATUS
|
| CLEvent.CommandType |
Values for CL_EVENT_COMMAND_TYPE
|
| CLImageFormat.ChannelDataType |
For example, to specify a normalized unsigned 8-bit / channel RGBA image, image_channel_order = CL_RGBA, and image_channel_data_type = CL_UNORM_INT8.
|
| CLImageFormat.ChannelOrder | |
| CLMem.Flags | |
| CLMem.GLObjectType | |
| CLMem.MapFlags | |
| CLMem.Migration |
Memory object migration options (see
CLQueue#enqueueMigrateMemObjects(CLMem[], java.lang.EnumSet, CLEvent[])). |
| CLMem.ObjectType | |
| CLMem.Usage |
Memory Object Usage enum
|
| CLPlatform.ContextProperties |
Bit values for CL_CONTEXT_PROPERTIES
|
| CLPlatform.DeviceFeature |
Enums used to indicate how to choose the best CLDevice.
|
| CLSampler.AddressingMode |
Values for CL_SAMPLER_ADDRESSING_MODE
How out-of-range image coordinates are handled when reading from an image |
| CLSampler.FilterMode |
Values for CL_SAMPLER_FILTER_MODE
Type of filter that must be applied when reading an image |
| Annotation Type | Description |
|---|---|
| CLException.ErrorCode | |
| InfoName |
Tagging annotation to indicate the name of an OpenCL information in the OpenCL specifications.
|
JavaCL, CLPlatform, CLContext, CLProgram, CLKernel, CLBuffer...)OpenCLLibraryCopyright © 2009-2015. All Rights Reserved.