Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W 

A

acquireGLObject(CLQueue, CLEvent...) - Method in class com.nativelibs4java.opencl.CLMem
 
addBuildOption(String) - Method in class com.nativelibs4java.opencl.CLProgram
Please see OpenCL's clBuildProgram documentation for details on supported build options.
addInclude(String) - Method in class com.nativelibs4java.opencl.CLProgram
Add a path (file or URL) to the list of paths searched for included files.
addSource(String) - Method in class com.nativelibs4java.opencl.CLProgram
 
allocate() - Method in class com.nativelibs4java.opencl.CLProgram
 
allocateCompatibleMemory(CLDevice) - Method in class com.nativelibs4java.opencl.CLBuffer
Returns a pointer to native memory large enough for this buffer's data, and with a compatible byte ordering.
as(Class<T>) - Method in class com.nativelibs4java.opencl.CLBuffer
 
asCLByteBuffer() - Method in class com.nativelibs4java.opencl.CLBuffer
 
asCLCharBuffer() - Method in class com.nativelibs4java.opencl.CLBuffer
 
asCLDoubleBuffer() - Method in class com.nativelibs4java.opencl.CLBuffer
 
asCLFloatBuffer() - Method in class com.nativelibs4java.opencl.CLBuffer
 
asCLIntBuffer() - Method in class com.nativelibs4java.opencl.CLBuffer
 
asCLLongBuffer() - Method in class com.nativelibs4java.opencl.CLBuffer
 
asCLShortBuffer() - Method in class com.nativelibs4java.opencl.CLBuffer
 

B

build() - Method in class com.nativelibs4java.opencl.CLProgram
Returns the context of this program
BuildProgramFailure() - Constructor for exception com.nativelibs4java.opencl.CLException.BuildProgramFailure
 

C

callback(int) - Method in interface com.nativelibs4java.opencl.CLEvent.EventCallback
 
callback(CLMem) - Method in interface com.nativelibs4java.opencl.CLMem.DestructorCallback
 
capitalize(String) - Static method in class com.ochafik.util.string.StringUtils
 
capitalize(List<String>, String) - Static method in class com.ochafik.util.string.StringUtils
 
CLAbstractUserProgram - Class in com.nativelibs4java.opencl
 
CLBuffer<T> - Class in com.nativelibs4java.opencl
OpenCL Memory Buffer Object.
CLBuildException - Exception in com.nativelibs4java.opencl
OpenCL program build exception
CLContext - Class in com.nativelibs4java.opencl
OpenCL context.
CLContext.GLTextureTarget - Enum in com.nativelibs4java.opencl
 
CLDevice - Class in com.nativelibs4java.opencl
OpenCL device (CPU, GPU...).
CLDevice.AffinityDomain - Enum in com.nativelibs4java.opencl
Enums values for cl_device_affinity_domain
CLDevice.ExecutionCapability - Enum in com.nativelibs4java.opencl
Bit values for CL_DEVICE_EXECUTION_CAPABILITIES
CLDevice.FpConfig - Enum in com.nativelibs4java.opencl
Floating-point config of a device.
CLDevice.GlobalMemCacheType - Enum in com.nativelibs4java.opencl
Values for CL_DEVICE_GLOBAL_MEM_CACHE_TYPE
CLDevice.LocalMemType - Enum in com.nativelibs4java.opencl
Values for CL_DEVICE_LOCAL_MEM_TYPE
CLDevice.PartitionType - Enum in com.nativelibs4java.opencl
Device partition types.
CLDevice.QueueProperties - Enum in com.nativelibs4java.opencl
Bit values for CL_DEVICE_QUEUE_PROPERTIES
CLDevice.Type - Enum in com.nativelibs4java.opencl
Bit values for CL_DEVICE_TYPE
CLEvent - Class in com.nativelibs4java.opencl
OpenCL event object.
CLEvent.CommandExecutionStatus - Enum in com.nativelibs4java.opencl
Values for CL_EVENT_COMMAND_EXECUTION_STATUS
CLEvent.CommandType - Enum in com.nativelibs4java.opencl
Values for CL_EVENT_COMMAND_TYPE
CLEvent.EventCallback - Interface in com.nativelibs4java.opencl
 
CLException - Exception in com.nativelibs4java.opencl
OpenCL error
CLException.BuildProgramFailure - Exception in com.nativelibs4java.opencl
 
CLException.CLTypedException - Exception in com.nativelibs4java.opencl
 
CLException.CLVersionException - Exception in com.nativelibs4java.opencl
 
CLException.CompileProgramFailure - Exception in com.nativelibs4java.opencl
 
CLException.CompilerNotAvailable - Exception in com.nativelibs4java.opencl
 
CLException.DeviceNotAvailable - Exception in com.nativelibs4java.opencl
 
CLException.DevicePartitionFailed - Exception in com.nativelibs4java.opencl
 
CLException.ErrorCode - Annotation Type in com.nativelibs4java.opencl
 
CLException.ExecStatusErrorForEventsInWaitList - Exception in com.nativelibs4java.opencl
 
CLException.ImageFormatMismatch - Exception in com.nativelibs4java.opencl
 
CLException.InvalidArgIndex - Exception in com.nativelibs4java.opencl
 
CLException.InvalidArgSize - Exception in com.nativelibs4java.opencl
 
CLException.InvalidArgValue - Exception in com.nativelibs4java.opencl
 
CLException.InvalidBinary - Exception in com.nativelibs4java.opencl
 
CLException.InvalidBufferSize - Exception in com.nativelibs4java.opencl
 
CLException.InvalidBuildOptions - Exception in com.nativelibs4java.opencl
 
CLException.InvalidCommandQueue - Exception in com.nativelibs4java.opencl
 
CLException.InvalidCompilerOptions - Exception in com.nativelibs4java.opencl
 
CLException.InvalidContext - Exception in com.nativelibs4java.opencl
 
CLException.InvalidDevice - Exception in com.nativelibs4java.opencl
 
CLException.InvalidDevicePartitionCount - Exception in com.nativelibs4java.opencl
 
CLException.InvalidDeviceType - Exception in com.nativelibs4java.opencl
 
CLException.InvalidEvent - Exception in com.nativelibs4java.opencl
 
CLException.InvalidEventWaitList - Exception in com.nativelibs4java.opencl
 
CLException.InvalidGLContextApple - Exception in com.nativelibs4java.opencl
 
CLException.InvalidGlobalOffset - Exception in com.nativelibs4java.opencl
 
CLException.InvalidGlobalWorkSize - Exception in com.nativelibs4java.opencl
 
CLException.InvalidGLObject - Exception in com.nativelibs4java.opencl
 
CLException.InvalidGLShareGroupReference - Exception in com.nativelibs4java.opencl
 
CLException.InvalidHostPtr - Exception in com.nativelibs4java.opencl
 
CLException.InvalidImageDescriptor - Exception in com.nativelibs4java.opencl
 
CLException.InvalidImageFormatDescriptor - Exception in com.nativelibs4java.opencl
 
CLException.InvalidImageSize - Exception in com.nativelibs4java.opencl
 
CLException.InvalidKernel - Exception in com.nativelibs4java.opencl
 
CLException.InvalidKernelArgs - Exception in com.nativelibs4java.opencl
 
CLException.InvalidKernelDefinition - Exception in com.nativelibs4java.opencl
 
CLException.InvalidKernelName - Exception in com.nativelibs4java.opencl
 
CLException.InvalidLinkerOptions - Exception in com.nativelibs4java.opencl
 
CLException.InvalidMemObject - Exception in com.nativelibs4java.opencl
 
CLException.InvalidMipLevel - Exception in com.nativelibs4java.opencl
 
CLException.InvalidOperation - Exception in com.nativelibs4java.opencl
 
CLException.InvalidPlatform - Exception in com.nativelibs4java.opencl
 
CLException.InvalidProgram - Exception in com.nativelibs4java.opencl
 
CLException.InvalidProgramExecutable - Exception in com.nativelibs4java.opencl
 
CLException.InvalidProperty - Exception in com.nativelibs4java.opencl
 
CLException.InvalidQueueProperties - Exception in com.nativelibs4java.opencl
 
CLException.InvalidSampler - Exception in com.nativelibs4java.opencl
 
CLException.InvalidValue - Exception in com.nativelibs4java.opencl
 
CLException.InvalidWorkDimension - Exception in com.nativelibs4java.opencl
 
CLException.InvalidWorkGroupSize - Exception in com.nativelibs4java.opencl
 
CLException.InvalidWorkItemSize - Exception in com.nativelibs4java.opencl
 
CLException.KernelArgInfoNotAvailable - Exception in com.nativelibs4java.opencl
 
CLException.LinkerNotAvailable - Exception in com.nativelibs4java.opencl
 
CLException.LinkProgramFailure - Exception in com.nativelibs4java.opencl
 
CLException.MapFailure - Exception in com.nativelibs4java.opencl
 
CLException.MemCopyOverlap - Exception in com.nativelibs4java.opencl
 
CLException.MemObjectAllocationFailure - Exception in com.nativelibs4java.opencl
 
CLException.MisalignedSubBufferOffset - Exception in com.nativelibs4java.opencl
 
CLException.OutOfHostMemory - Exception in com.nativelibs4java.opencl
 
CLException.OutOfResources - Exception in com.nativelibs4java.opencl
 
CLException.ProfilingInfoNotAvailable - Exception in com.nativelibs4java.opencl
 
clGetPlatformIDs(int, Pointer<IOpenCLLibrary.cl_platform_id>, Pointer<Integer>) - Static method in class com.nativelibs4java.opencl.JavaCL.OpenCLProbeLibrary
 
clGetPlatformInfo(long, int, long, long, long) - Static method in class com.nativelibs4java.opencl.JavaCL.OpenCLProbeLibrary
 
clIcdGetPlatformIDsKHR(int, Pointer<IOpenCLLibrary.cl_platform_id>, Pointer<Integer>) - Static method in class com.nativelibs4java.opencl.JavaCL.OpenCLProbeLibrary
 
CLImage - Class in com.nativelibs4java.opencl
OpenCL Image Memory Object.
CLImage2D - Class in com.nativelibs4java.opencl
CLImage3D - Class in com.nativelibs4java.opencl
CLImageFormat - Class in com.nativelibs4java.opencl
CLImageFormat(CLImageFormat.ChannelOrder, CLImageFormat.ChannelDataType) - Constructor for class com.nativelibs4java.opencl.CLImageFormat
 
CLImageFormat.ChannelDataType - Enum in com.nativelibs4java.opencl
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 - Enum in com.nativelibs4java.opencl
 
CLKernel - Class in com.nativelibs4java.opencl
OpenCL kernel.
CLMem - Class in com.nativelibs4java.opencl
OpenCL memory object.
CLMem.DestructorCallback - Interface in com.nativelibs4java.opencl
 
CLMem.Flags - Enum in com.nativelibs4java.opencl
 
CLMem.GLObjectInfo - Class in com.nativelibs4java.opencl
 
CLMem.GLObjectType - Enum in com.nativelibs4java.opencl
 
CLMem.MapFlags - Enum in com.nativelibs4java.opencl
 
CLMem.Migration - Enum in com.nativelibs4java.opencl
Memory object migration options (see CLQueue#enqueueMigrateMemObjects(CLMem[], java.lang.EnumSet, CLEvent[])).
CLMem.ObjectType - Enum in com.nativelibs4java.opencl
 
CLMem.Usage - Enum in com.nativelibs4java.opencl
Memory Object Usage enum
CLPlatform - Class in com.nativelibs4java.opencl
OpenCL implementation entry point.
CLPlatform.ContextProperties - Enum in com.nativelibs4java.opencl
Bit values for CL_CONTEXT_PROPERTIES
CLPlatform.DeviceComparator - Class in com.nativelibs4java.opencl
 
CLPlatform.DeviceFeature - Enum in com.nativelibs4java.opencl
Enums used to indicate how to choose the best CLDevice.
CLProgram - Class in com.nativelibs4java.opencl
OpenCL program.
CLQueue - Class in com.nativelibs4java.opencl
OpenCL command queue.
CLQueue.NativeKernel - Interface in com.nativelibs4java.opencl
 
CLSampler - Class in com.nativelibs4java.opencl
OpenCL sampler object.
CLSampler.AddressingMode - Enum in com.nativelibs4java.opencl
Values for CL_SAMPLER_ADDRESSING_MODE
How out-of-range image coordinates are handled when reading from an image
CLSampler.FilterMode - Enum in com.nativelibs4java.opencl
Values for CL_SAMPLER_FILTER_MODE
Type of filter that must be applied when reading an image
CLTypedException() - Constructor for exception com.nativelibs4java.opencl.CLException.CLTypedException
 
CLUserEvent - Class in com.nativelibs4java.opencl
 
CLVersionException(String) - Constructor for exception com.nativelibs4java.opencl.CLException.CLVersionException
 
com.nativelibs4java.opencl - package com.nativelibs4java.opencl
Object-oriented wrappers around the OpenCL API (JavaCL, CLPlatform, CLContext, CLProgram, CLKernel, CLBuffer...)
com.ochafik.util.string - package com.ochafik.util.string
 
compare(CLDevice, CLDevice) - Method in class com.nativelibs4java.opencl.CLPlatform.DeviceComparator
 
CompileProgramFailure() - Constructor for exception com.nativelibs4java.opencl.CLException.CompileProgramFailure
 
CompilerNotAvailable() - Constructor for exception com.nativelibs4java.opencl.CLException.CompilerNotAvailable
 
concat(String[]) - Static method in class com.ochafik.util.string.StringUtils
 
concatln(String[]) - Static method in class com.ochafik.util.string.StringUtils
 
concatSpace(String[]) - Static method in class com.ochafik.util.string.StringUtils
 
concatWithSeparator(String[], String) - Static method in class com.ochafik.util.string.StringUtils
 
copyBytesTo(CLQueue, CLBuffer, long, long, long, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
copyElementsTo(CLQueue, CLBuffer, long, long, long, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
copyTo(CLQueue, CLMem, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
enqueues a command to copy a buffer object identified by src_buffer to another buffer object identified by destination.
copyTo(CLQueue, long, long, CLMem, long, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
copyTo(CLQueue, CLBuffer, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
copyTo(CLQueue, CLImage, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage
copyTo(CLQueue, CLImage, long[], long[], long[], CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage
createBestContext() - Static method in class com.nativelibs4java.opencl.JavaCL
Creates an OpenCL context with the "best" device (see JavaCL.getBestDevice())
createBestContext(CLPlatform.DeviceFeature...) - Static method in class com.nativelibs4java.opencl.JavaCL
Creates an OpenCL context with the "best" device based on the comparison of the provided prioritized device feature (see JavaCL.getBestDevice(CLPlatform.DeviceFeature...))
createBuffer(CLMem.Usage, Pointer<T>) - Method in class com.nativelibs4java.opencl.CLContext
createBuffer(CLMem.Usage, Pointer<T>, boolean) - Method in class com.nativelibs4java.opencl.CLContext
createBuffer(CLMem.Usage, Class<T>, long) - Method in class com.nativelibs4java.opencl.CLContext
createBuffer(CLMem.Usage, PointerIO<T>, long) - Method in class com.nativelibs4java.opencl.CLContext
Deprecated.
Intended for advanced uses in conjunction with BridJ.
createBufferFromGLBuffer(CLMem.Usage, int) - Method in class com.nativelibs4java.opencl.CLContext
createByteBuffer(CLMem.Usage, Buffer, boolean) - Method in class com.nativelibs4java.opencl.CLContext
createByteBuffer(CLMem.Usage, Pointer<Byte>) - Method in class com.nativelibs4java.opencl.CLContext
createByteBuffer(CLMem.Usage, Pointer<Byte>, boolean) - Method in class com.nativelibs4java.opencl.CLContext
createByteBuffer(CLMem.Usage, long) - Method in class com.nativelibs4java.opencl.CLContext
createCharBuffer(CLMem.Usage, CharBuffer, boolean) - Method in class com.nativelibs4java.opencl.CLContext
createCharBuffer(CLMem.Usage, Pointer<Character>) - Method in class com.nativelibs4java.opencl.CLContext
createCharBuffer(CLMem.Usage, Pointer<Character>, boolean) - Method in class com.nativelibs4java.opencl.CLContext
createCharBuffer(CLMem.Usage, long) - Method in class com.nativelibs4java.opencl.CLContext
createContext(Map<CLPlatform.ContextProperties, Object>, CLDevice...) - Method in class com.nativelibs4java.opencl.CLPlatform
createContext(Map<CLPlatform.ContextProperties, Object>, CLDevice...) - Static method in class com.nativelibs4java.opencl.JavaCL
Creates an OpenCL context formed of the provided devices.
createContextFromCurrentGL() - Method in class com.nativelibs4java.opencl.CLPlatform
 
createContextFromCurrentGL() - Static method in class com.nativelibs4java.opencl.JavaCL
Creates an OpenCL context able to share entities with the current OpenGL context.
createDefaultOutOfOrderQueue() - Method in class com.nativelibs4java.opencl.CLContext
Create an out-of-order OpenCL queue on the first device of this context.
createDefaultOutOfOrderQueueIfPossible() - Method in class com.nativelibs4java.opencl.CLContext
 
createDefaultProfilingQueue() - Method in class com.nativelibs4java.opencl.CLContext
Create an profiling-enabled OpenCL queue on the first device of this context.
createDefaultQueue(CLDevice.QueueProperties...) - Method in class com.nativelibs4java.opencl.CLContext
Create an OpenCL queue on the first device of this context.
createDoubleBuffer(CLMem.Usage, DoubleBuffer, boolean) - Method in class com.nativelibs4java.opencl.CLContext
createDoubleBuffer(CLMem.Usage, Pointer<Double>) - Method in class com.nativelibs4java.opencl.CLContext
createDoubleBuffer(CLMem.Usage, Pointer<Double>, boolean) - Method in class com.nativelibs4java.opencl.CLContext
createDoubleBuffer(CLMem.Usage, long) - Method in class com.nativelibs4java.opencl.CLContext
createFloatBuffer(CLMem.Usage, FloatBuffer, boolean) - Method in class com.nativelibs4java.opencl.CLContext
createFloatBuffer(CLMem.Usage, Pointer<Float>) - Method in class com.nativelibs4java.opencl.CLContext
createFloatBuffer(CLMem.Usage, Pointer<Float>, boolean) - Method in class com.nativelibs4java.opencl.CLContext
createFloatBuffer(CLMem.Usage, long) - Method in class com.nativelibs4java.opencl.CLContext
createGLCompatibleContext(CLDevice...) - Method in class com.nativelibs4java.opencl.CLPlatform
Deprecated.
createImage2D(CLMem.Usage, Image, boolean) - Method in class com.nativelibs4java.opencl.CLContext
Create an ARGB input 2D image with the content provided
createImage2D(CLMem.Usage, CLImageFormat, long, long, long, Buffer, boolean) - Method in class com.nativelibs4java.opencl.CLContext
createImage2D(CLMem.Usage, CLImageFormat, long, long, long) - Method in class com.nativelibs4java.opencl.CLContext
createImage2D(CLMem.Usage, CLImageFormat, long, long) - Method in class com.nativelibs4java.opencl.CLContext
createImage2DFromGLRenderBuffer(CLMem.Usage, int) - Method in class com.nativelibs4java.opencl.CLContext
createImage2DFromGLTexture2D(CLMem.Usage, CLContext.GLTextureTarget, int, int) - Method in class com.nativelibs4java.opencl.CLContext
createImage3D(CLMem.Usage, CLImageFormat, long, long, long, long, long, Buffer, boolean) - Method in class com.nativelibs4java.opencl.CLContext
createImage3D(CLMem.Usage, CLImageFormat, long, long, long, long, long) - Method in class com.nativelibs4java.opencl.CLContext
createImage3D(CLMem.Usage, CLImageFormat, long, long, long) - Method in class com.nativelibs4java.opencl.CLContext
createImage3DFromGLTexture3D(CLMem.Usage, int, int) - Method in class com.nativelibs4java.opencl.CLContext
createIntBuffer(CLMem.Usage, IntBuffer, boolean) - Method in class com.nativelibs4java.opencl.CLContext
createIntBuffer(CLMem.Usage, Pointer<Integer>) - Method in class com.nativelibs4java.opencl.CLContext
createIntBuffer(CLMem.Usage, Pointer<Integer>, boolean) - Method in class com.nativelibs4java.opencl.CLContext
createIntBuffer(CLMem.Usage, long) - Method in class com.nativelibs4java.opencl.CLContext
createKernel(String, Object...) - Method in class com.nativelibs4java.opencl.CLProgram
createKernels() - Method in class com.nativelibs4java.opencl.CLProgram
createLongBuffer(CLMem.Usage, LongBuffer, boolean) - Method in class com.nativelibs4java.opencl.CLContext
createLongBuffer(CLMem.Usage, Pointer<Long>) - Method in class com.nativelibs4java.opencl.CLContext
createLongBuffer(CLMem.Usage, Pointer<Long>, boolean) - Method in class com.nativelibs4java.opencl.CLContext
createLongBuffer(CLMem.Usage, long) - Method in class com.nativelibs4java.opencl.CLContext
createOutOfOrderQueue(CLContext) - Method in class com.nativelibs4java.opencl.CLDevice
 
createProfilingQueue(CLContext) - Method in class com.nativelibs4java.opencl.CLDevice
 
createProgram(String...) - Method in class com.nativelibs4java.opencl.CLContext
Create a program with all the C source code content provided as argument.
createProgram(CLDevice[], String...) - Method in class com.nativelibs4java.opencl.CLContext
 
createProgram(Map<CLDevice, byte[]>, String) - Method in class com.nativelibs4java.opencl.CLContext
 
createQueue(CLContext, CLDevice.QueueProperties...) - Method in class com.nativelibs4java.opencl.CLDevice
createQueue(EnumSet<CLDevice.QueueProperties>, CLContext) - Method in class com.nativelibs4java.opencl.CLDevice
Deprecated.
createSampler(boolean, CLSampler.AddressingMode, CLSampler.FilterMode) - Method in class com.nativelibs4java.opencl.CLContext
createShortBuffer(CLMem.Usage, ShortBuffer, boolean) - Method in class com.nativelibs4java.opencl.CLContext
createShortBuffer(CLMem.Usage, Pointer<Short>) - Method in class com.nativelibs4java.opencl.CLContext
createShortBuffer(CLMem.Usage, Pointer<Short>, boolean) - Method in class com.nativelibs4java.opencl.CLContext
createShortBuffer(CLMem.Usage, long) - Method in class com.nativelibs4java.opencl.CLContext
createSignature() - Method in class com.nativelibs4java.opencl.CLDevice
 
createSubBuffer(CLMem.Usage, long, long) - Method in class com.nativelibs4java.opencl.CLBuffer
createSubDevicesByAffinity(CLDevice.AffinityDomain) - Method in class com.nativelibs4java.opencl.CLDevice
Creates an array of sub-devices that each reference a non-intersecting set of compute units within this device.
createSubDevicesByCounts(long...) - Method in class com.nativelibs4java.opencl.CLDevice
Creates an array of sub-devices that each reference a non-intersecting set of compute units within this device.
createSubDevicesEqually(int) - Method in class com.nativelibs4java.opencl.CLDevice
Creates an array of sub-devices that each reference a non-intersecting set of compute units within this device.
createUserEvent() - Method in class com.nativelibs4java.opencl.CLContext
Creates a user event object.

D

defineMacro(String, Object) - Method in class com.nativelibs4java.opencl.CLProgram
 
defineMacros(Map<String, Object>) - Method in class com.nativelibs4java.opencl.CLProgram
 
DeviceComparator(List<CLPlatform.DeviceFeature>) - Constructor for class com.nativelibs4java.opencl.CLPlatform.DeviceComparator
 
DeviceNotAvailable() - Constructor for exception com.nativelibs4java.opencl.CLException.DeviceNotAvailable
 
DevicePartitionFailed() - Constructor for exception com.nativelibs4java.opencl.CLException.DevicePartitionFailed
 

E

emptyClone(CLMem.Usage) - Method in class com.nativelibs4java.opencl.CLBuffer
 
enqueueAcquireGLObjects(CLMem[], CLEvent...) - Method in class com.nativelibs4java.opencl.CLQueue
enqueueBarrier(CLEvent...) - Method in class com.nativelibs4java.opencl.CLQueue
enqueueMarker(CLEvent...) - Method in class com.nativelibs4java.opencl.CLQueue
Deprecated.
enqueueMigrateMemObjects(CLMem[], EnumSet<CLMem.Migration>, CLEvent...) - Method in class com.nativelibs4java.opencl.CLQueue
enqueueNDRange(CLQueue, int[], int[], CLEvent...) - Method in class com.nativelibs4java.opencl.CLKernel
enqueueNDRange(CLQueue, int[], CLEvent...) - Method in class com.nativelibs4java.opencl.CLKernel
enqueueNDRange(CLQueue, long[], long[], long[], CLEvent...) - Method in class com.nativelibs4java.opencl.CLKernel
enqueueNDRange(CLQueue, int[], int[], int[], CLEvent...) - Method in class com.nativelibs4java.opencl.CLKernel
enqueueReleaseGLObjects(CLMem[], CLEvent...) - Method in class com.nativelibs4java.opencl.CLQueue
enqueueTask(CLQueue, CLEvent...) - Method in class com.nativelibs4java.opencl.CLKernel
enqueueWaitForEvents(CLEvent...) - Method in class com.nativelibs4java.opencl.CLQueue
equals(Object) - Method in class com.nativelibs4java.opencl.CLImageFormat
 
error(int) - Static method in exception com.nativelibs4java.opencl.CLException
 
errorString(int) - Static method in exception com.nativelibs4java.opencl.CLException
 
ExecStatusErrorForEventsInWaitList() - Constructor for exception com.nativelibs4java.opencl.CLException.ExecStatusErrorForEventsInWaitList
 
execute(Pointer[]) - Method in interface com.nativelibs4java.opencl.CLQueue.NativeKernel
 
explode(String) - Static method in class com.ochafik.util.string.StringUtils
 
explode(String, String) - Static method in class com.ochafik.util.string.StringUtils
 
explode(String, Pattern) - Static method in class com.ochafik.util.string.StringUtils
 

F

fillBuffer(CLQueue, Pointer<T>, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
fillBuffer(CLQueue, Pointer<T>, long, long, long, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
fillImage(CLQueue, Object, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage
fillImage(CLQueue, Object, long[], long[], CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage
finish() - Method in class com.nativelibs4java.opencl.CLQueue
Calls clFinish.
FIRE_AND_FORGET - Static variable in class com.nativelibs4java.opencl.CLEvent
Pass this to special value to any method that expects a variable number of events to wait for and that returns an event, to completely avoid returning the completion event (will return null instead of the event).
flush() - Method in class com.nativelibs4java.opencl.CLQueue
Calls clFlush.

G

getAddressBits() - Method in class com.nativelibs4java.opencl.CLContext
Return the number of bits used to represent a pointer on all of the context's devices, or -1 if not all devices use the same number of bits.
getAddressBits() - Method in class com.nativelibs4java.opencl.CLDevice
The default compute device address space size specified as an unsigned integer value in bits.
getAddressingMode() - Method in class com.nativelibs4java.opencl.CLSampler
Return the value specified by addressing_mode argument to CLContext.createSampler.
getBestDevice(List<CLPlatform.DeviceFeature>, Collection<CLDevice>) - Static method in class com.nativelibs4java.opencl.CLPlatform
 
getBestDevice() - Method in class com.nativelibs4java.opencl.CLPlatform
 
getBestDevice() - Static method in class com.nativelibs4java.opencl.JavaCL
Returns the "best" OpenCL device (currently, the one that has the largest amount of compute units).
getBestDevice(CLPlatform.DeviceFeature...) - Static method in class com.nativelibs4java.opencl.JavaCL
Returns the "best" OpenCL device based on the comparison of the provided prioritized device feature.
getBinaries() - Method in class com.nativelibs4java.opencl.CLProgram
Get the binaries of the program (one for each device, in order)
getBuiltInKernels() - Method in class com.nativelibs4java.opencl.CLDevice
List of built-in kernels supported by the device.
getByteCount() - Method in class com.nativelibs4java.opencl.CLMem
Get the actual size of the memory object in bytes
getByteOrder() - Method in class com.nativelibs4java.opencl.CLContext
Get the endianness common to all devices of this context, or null if the devices have mismatching endiannesses.
getByteOrder() - Method in class com.nativelibs4java.opencl.CLDevice
 
getCacheBinaries() - Method in class com.nativelibs4java.opencl.CLContext
Says whether program binaries are automatically cached or not.
getChannelDataType() - Method in class com.nativelibs4java.opencl.CLImageFormat
 
getChannelOrder() - Method in class com.nativelibs4java.opencl.CLImageFormat
 
getClientProperty(Object) - Method in class com.nativelibs4java.opencl.CLContext
 
getCode() - Method in exception com.nativelibs4java.opencl.CLException
 
getCommandExecutionStatus() - Method in class com.nativelibs4java.opencl.CLEvent
Return the execution status of the command identified by event.
getCommandExecutionStatusValue() - Method in class com.nativelibs4java.opencl.CLEvent
Return the execution status of the command identified by event.
getCommandType() - Method in class com.nativelibs4java.opencl.CLEvent
Return the command associated with event.
getCompileWorkGroupSize() - Method in class com.nativelibs4java.opencl.CLKernel
Returns the work-group size specified by the __attribute__((reqd_work_gr oup_size(X, Y, Z))) qualifier.
getContext() - Method in class com.nativelibs4java.opencl.CLMem
 
getContext() - Method in class com.nativelibs4java.opencl.CLProgram
Returns the context of this program
getContext() - Method in class com.nativelibs4java.opencl.CLQueue
 
getDepth() - Method in class com.nativelibs4java.opencl.CLImage3D
Return depth of the image in pixels.
getDevice() - Method in class com.nativelibs4java.opencl.CLQueue
 
getDeviceCount() - Method in class com.nativelibs4java.opencl.CLContext
 
getDevices() - Method in class com.nativelibs4java.opencl.CLContext
Lists the devices of this context
getDevices() - Method in class com.nativelibs4java.opencl.CLProgram
 
getDevicesBySignature(List<CLDevice>) - Static method in class com.nativelibs4java.opencl.CLDevice
 
getDoubleFpConfig() - Method in class com.nativelibs4java.opencl.CLDevice
TODO
getDriverVersion() - Method in class com.nativelibs4java.opencl.CLDevice
OpenCL software driver version string in the form major_number.minor_number.
getElementClass() - Method in class com.nativelibs4java.opencl.CLBuffer
 
getElementCount() - Method in class com.nativelibs4java.opencl.CLBuffer
 
getElementSize() - Method in class com.nativelibs4java.opencl.CLBuffer
 
getElementSize() - Method in class com.nativelibs4java.opencl.CLImage
Return size of each element of the image memory object given by image.
getEnum(int) - Static method in enum com.nativelibs4java.opencl.CLContext.GLTextureTarget
 
getEnum(long) - Static method in enum com.nativelibs4java.opencl.CLDevice.AffinityDomain
 
getEnum(long) - Static method in enum com.nativelibs4java.opencl.CLDevice.GlobalMemCacheType
 
getEnum(long) - Static method in enum com.nativelibs4java.opencl.CLDevice.LocalMemType
 
getEnum(long) - Static method in enum com.nativelibs4java.opencl.CLEvent.CommandExecutionStatus
 
getEnum(long) - Static method in enum com.nativelibs4java.opencl.CLEvent.CommandType
 
getEnum(long) - Static method in enum com.nativelibs4java.opencl.CLImageFormat.ChannelDataType
 
getEnum(long) - Static method in enum com.nativelibs4java.opencl.CLImageFormat.ChannelOrder
 
getEnum(long) - Static method in enum com.nativelibs4java.opencl.CLMem.GLObjectType
 
getEnum(long) - Static method in enum com.nativelibs4java.opencl.CLMem.MapFlags
 
getEnum(long) - Static method in enum com.nativelibs4java.opencl.CLMem.ObjectType
 
getEnum(long) - Static method in enum com.nativelibs4java.opencl.CLSampler.AddressingMode
 
getEnum(int) - Static method in enum com.nativelibs4java.opencl.CLSampler.FilterMode
 
getEnumSet(long) - Static method in enum com.nativelibs4java.opencl.CLDevice.ExecutionCapability
 
getEnumSet(long) - Static method in enum com.nativelibs4java.opencl.CLDevice.FpConfig
 
getEnumSet(long) - Static method in enum com.nativelibs4java.opencl.CLDevice.PartitionType
 
getEnumSet(long) - Static method in enum com.nativelibs4java.opencl.CLDevice.QueueProperties
 
getEnumSet(long) - Static method in enum com.nativelibs4java.opencl.CLDevice.Type
 
getEnumSet(long) - Static method in enum com.nativelibs4java.opencl.CLMem.Flags
 
getEnumSet(long) - Static method in enum com.nativelibs4java.opencl.CLMem.Migration
 
getEnumSet(long) - Static method in enum com.nativelibs4java.opencl.CLPlatform.ContextProperties
 
getExecutionCapabilities() - Method in class com.nativelibs4java.opencl.CLDevice
Describes the execution capabilities of the device.
getExtensions() - Method in class com.nativelibs4java.opencl.CLDevice
List of extension names supported by the device.
getExtensions() - Method in class com.nativelibs4java.opencl.CLPlatform
Returns a list of extension names
Extensions defined here must be supported by all devices associated with this platform.
getFilterMode() - Method in class com.nativelibs4java.opencl.CLSampler
Return the value specified by filter_mode argument to CLContext.createSampler.
getFlags() - Method in enum com.nativelibs4java.opencl.CLMem.Usage
 
getFormat() - Method in class com.nativelibs4java.opencl.CLImage
Return image format descriptor specified when image is created with CLContext.create{Input|Output|InputOutput}{2D|3D}.
getFunctionName() - Method in class com.nativelibs4java.opencl.CLKernel
Return the kernel function name.
getGlobalMemCachelineSize() - Method in class com.nativelibs4java.opencl.CLDevice
Size of global memory cache line in bytes.
getGlobalMemCacheSize() - Method in class com.nativelibs4java.opencl.CLDevice
Size of global memory cache in bytes.
getGlobalMemCacheType() - Method in class com.nativelibs4java.opencl.CLDevice
Type of global memory cache supported.
getGlobalMemSize() - Method in class com.nativelibs4java.opencl.CLDevice
Size of global device memory in bytes.
getGLObjectInfo() - Method in class com.nativelibs4java.opencl.CLMem
getHalfFpConfig() - Method in class com.nativelibs4java.opencl.CLDevice
TODO
getHeight() - Method in class com.nativelibs4java.opencl.CLImage2D
Return height of the image in pixels
getImage2DMaxHeight() - Method in class com.nativelibs4java.opencl.CLDevice
Max height of 2D image in pixels.
getImage2DMaxWidth() - Method in class com.nativelibs4java.opencl.CLDevice
Max width of 2D image in pixels.
getImage3DMaxDepth() - Method in class com.nativelibs4java.opencl.CLDevice
Max depth of 3D image in pixels.
getImage3DMaxHeight() - Method in class com.nativelibs4java.opencl.CLDevice
Max height of 3D image in pixels.
getImage3DMaxWidth() - Method in class com.nativelibs4java.opencl.CLDevice
Max width of 3D image in pixels.
getImageMaxArraySize() - Method in class com.nativelibs4java.opencl.CLDevice
TODO
getImageMaxBufferSize() - Method in class com.nativelibs4java.opencl.CLDevice
TODO
getIncludedSourceContent(String) - Method in class com.nativelibs4java.opencl.CLProgram
 
getIncludedSourceURL(String) - Method in class com.nativelibs4java.opencl.CLProgram
 
getIntFlags() - Method in enum com.nativelibs4java.opencl.CLMem.Usage
 
getIO() - Method in class com.nativelibs4java.opencl.CLBuffer
 
getKernelsDefaultByteOrder() - Method in class com.nativelibs4java.opencl.CLContext
 
getKernelsDefaultByteOrder() - Method in class com.nativelibs4java.opencl.CLDevice
Deprecated.
getLocalMemSize() - Method in class com.nativelibs4java.opencl.CLDevice
Size of local memory arena in bytes.
getLocalMemSize() - Method in class com.nativelibs4java.opencl.CLKernel
Returns the amount of local memory in bytes being used by a kernel.
getLocalMemType() - Method in class com.nativelibs4java.opencl.CLDevice
Type of local memory supported.
getMaxClockFrequency() - Method in class com.nativelibs4java.opencl.CLDevice
Maximum configured clock frequency of the device in MHz.
getMaxComputeUnits() - Method in class com.nativelibs4java.opencl.CLDevice
The number of parallel compute cores on the OpenCL device.
getMaxConstantArgs() - Method in class com.nativelibs4java.opencl.CLDevice
Max number of arguments declared with the __constant qualifier in a kernel.
getMaxConstantBufferSize() - Method in class com.nativelibs4java.opencl.CLDevice
Max size in bytes of a constant buffer allocation.
getMaxMemAllocSize() - Method in class com.nativelibs4java.opencl.CLContext
Max size of memory object allocation in bytes.
getMaxMemAllocSize() - Method in class com.nativelibs4java.opencl.CLDevice
Max size of memory object allocation in bytes.
getMaxParameterSize() - Method in class com.nativelibs4java.opencl.CLDevice
Max size in bytes of the arguments that can be passed to a kernel.
getMaxReadImageArgs() - Method in class com.nativelibs4java.opencl.CLDevice
Max number of simultaneous image objects that can be read by a kernel.
getMaxSamplers() - Method in class com.nativelibs4java.opencl.CLDevice
Maximum number of samplers that can be used in a kernel.
getMaxWorkGroupSize() - Method in class com.nativelibs4java.opencl.CLDevice
Maximum number of work-items in a work-group executing a kernel using the data parallel execution model.
getMaxWorkItemDimensions() - Method in class com.nativelibs4java.opencl.CLDevice
Maximum dimensions that specify the global and local work-item IDs used by the data parallel execution model.
getMaxWorkItemSizes() - Method in class com.nativelibs4java.opencl.CLDevice
Maximum number of work-items that can be specified in each dimension of the work-group to clEnqueueNDRangeKernel.
getMaxWriteImageArgs() - Method in class com.nativelibs4java.opencl.CLDevice
Max number of simultaneous image objects that can be written to by a kernel.
getMemBaseAddrAlign() - Method in class com.nativelibs4java.opencl.CLDevice
Describes the alignment in bits of the base address of any allocated memory object.
getMessage() - Method in exception com.nativelibs4java.opencl.CLException.CLTypedException
 
getMinDataTypeAlign() - Method in class com.nativelibs4java.opencl.CLDevice
The smallest alignment in bytes which can be used for any data type.
getName() - Method in class com.nativelibs4java.opencl.CLDevice
Device name string.
getName() - Method in class com.nativelibs4java.opencl.CLMem.GLObjectInfo
 
getName() - Method in class com.nativelibs4java.opencl.CLPlatform
Platform name string.
getNativeVectorWidthChar() - Method in class com.nativelibs4java.opencl.CLDevice
Returns the native ISA vector width.
getNativeVectorWidthDouble() - Method in class com.nativelibs4java.opencl.CLDevice
Returns the native ISA vector width.
getNativeVectorWidthFloat() - Method in class com.nativelibs4java.opencl.CLDevice
Returns the native ISA vector width.
getNativeVectorWidthHalf() - Method in class com.nativelibs4java.opencl.CLDevice
TODO
getNativeVectorWidthInt() - Method in class com.nativelibs4java.opencl.CLDevice
Returns the native ISA vector width.
getNativeVectorWidthLong() - Method in class com.nativelibs4java.opencl.CLDevice
Returns the native ISA vector width.
getNativeVectorWidthShort() - Method in class com.nativelibs4java.opencl.CLDevice
Returns the native ISA vector width.
getNormalizedCoords() - Method in class com.nativelibs4java.opencl.CLSampler
Return the value specified by normalized_coords argument to CLContext.createSampler.
getNumArgs() - Method in class com.nativelibs4java.opencl.CLKernel
Return the number of arguments to kernel.
getOpenCLCVersion() - Method in class com.nativelibs4java.opencl.CLDevice
OpenCL C version string.
getOpenCLVersion() - Method in class com.nativelibs4java.opencl.CLDevice
Deprecated.
Legacy typo, use getOpenCLCVersion() instead.
getParent() - Method in class com.nativelibs4java.opencl.CLDevice
Returns the cl_device_id of the parent device to which this sub-device belongs.
getPartitionAffinityDomain() - Method in class com.nativelibs4java.opencl.CLDevice
Affinity domain specified in CLDevice.createSubDevicesByAffinity(AffinityDomain), or null if the device is not a sub-device or wasn't split by affinity.
getPartitionProperties() - Method in class com.nativelibs4java.opencl.CLDevice
TODO
getPlatform() - Method in class com.nativelibs4java.opencl.CLContext
 
getPlatform() - Method in class com.nativelibs4java.opencl.CLDevice
 
getPreferredVectorWidthChar() - Method in class com.nativelibs4java.opencl.CLDevice
Preferred native vector width size for built-in scalar types that can be put into vectors.
getPreferredVectorWidthDouble() - Method in class com.nativelibs4java.opencl.CLDevice
Preferred native vector width size for built-in scalar types that can be put into vectors.
getPreferredVectorWidthFloat() - Method in class com.nativelibs4java.opencl.CLDevice
Preferred native vector width size for built-in scalar types that can be put into vectors.
getPreferredVectorWidthHalf() - Method in class com.nativelibs4java.opencl.CLDevice
TODO
getPreferredVectorWidthInt() - Method in class com.nativelibs4java.opencl.CLDevice
Preferred native vector width size for built-in scalar types that can be put into vectors.
getPreferredVectorWidthLong() - Method in class com.nativelibs4java.opencl.CLDevice
Preferred native vector width size for built-in scalar types that can be put into vectors.
getPreferredVectorWidthShort() - Method in class com.nativelibs4java.opencl.CLDevice
Preferred native vector width size for built-in scalar types that can be put into vectors.
getPreferredWorkGroupSizeMultiple() - Method in class com.nativelibs4java.opencl.CLKernel
Returns the preferred multiple of work- group size for launch.
getPrintfBufferSize() - Method in class com.nativelibs4java.opencl.CLDevice
Maximum size of the internal buffer that holds the output of printf calls from a kernel.
getProfile() - Method in class com.nativelibs4java.opencl.CLDevice
OpenCL profile string.
getProfile() - Method in class com.nativelibs4java.opencl.CLPlatform
OpenCL profile string.
getProfilingCommandEnd() - Method in class com.nativelibs4java.opencl.CLEvent
A 64-bit value that describes the current device time counter in nanoseconds when the command identified by event has finished execution on the device.
getProfilingCommandQueued() - Method in class com.nativelibs4java.opencl.CLEvent
A 64-bit value that describes the current device time counter in nanoseconds when the command identified by event is enqueued in a command-queue by the host.
getProfilingCommandStart() - Method in class com.nativelibs4java.opencl.CLEvent
A 64-bit value that describes the current device time counter in nanoseconds when the command identified by event starts execution on the device.
getProfilingCommandSubmit() - Method in class com.nativelibs4java.opencl.CLEvent
A 64-bit value that describes the current device time counter in nanoseconds when the command identified by event that has been enqueued is submitted by the host to the device associated with the command- queue.
getProfilingTimerResolution() - Method in class com.nativelibs4java.opencl.CLDevice
Describes the resolution of device timer.
getProgram() - Method in class com.nativelibs4java.opencl.CLAbstractUserProgram
 
getProgram() - Method in exception com.nativelibs4java.opencl.CLBuildException
 
getProgram() - Method in class com.nativelibs4java.opencl.CLKernel
 
getProperties() - Method in class com.nativelibs4java.opencl.CLQueue
 
getQueue() - Method in class com.nativelibs4java.opencl.CLEvent
 
getQueueProperties() - Method in class com.nativelibs4java.opencl.CLDevice
Describes the command-queue properties supported by the device.
getReferenceCount() - Method in class com.nativelibs4java.opencl.CLDevice
TODO
getRowPitch() - Method in class com.nativelibs4java.opencl.CLImage2D
Return size in bytes of a row of elements of the image object given by image.
getSingleFPConfig() - Method in class com.nativelibs4java.opencl.CLDevice
Describes single precision floating- point capability of the device.
getSlicePitch() - Method in class com.nativelibs4java.opencl.CLImage3D
Return size in bytes of a 2D slice for this 3D image object.
getSource() - Method in class com.nativelibs4java.opencl.CLProgram
Get the source code of this program
getSupportedImageFormats(CLMem.Flags, CLMem.ObjectType) - Method in class com.nativelibs4java.opencl.CLContext
getType() - Method in class com.nativelibs4java.opencl.CLDevice
The OpenCL device type.
getType() - Method in class com.nativelibs4java.opencl.CLMem.GLObjectInfo
 
getValue(EnumSet<CLDevice.ExecutionCapability>) - Static method in enum com.nativelibs4java.opencl.CLDevice.ExecutionCapability
 
getValue(EnumSet<CLDevice.FpConfig>) - Static method in enum com.nativelibs4java.opencl.CLDevice.FpConfig
 
getValue(EnumSet<CLDevice.PartitionType>) - Static method in enum com.nativelibs4java.opencl.CLDevice.PartitionType
 
getValue(EnumSet<CLDevice.QueueProperties>) - Static method in enum com.nativelibs4java.opencl.CLDevice.QueueProperties
 
getValue(EnumSet<CLDevice.Type>) - Static method in enum com.nativelibs4java.opencl.CLDevice.Type
 
getValue(EnumSet<CLMem.Flags>) - Static method in enum com.nativelibs4java.opencl.CLMem.Flags
 
getValue(EnumSet<CLMem.Migration>) - Static method in enum com.nativelibs4java.opencl.CLMem.Migration
 
getValue(EnumSet<CLPlatform.ContextProperties>) - Static method in enum com.nativelibs4java.opencl.CLPlatform.ContextProperties
 
getVendor() - Method in class com.nativelibs4java.opencl.CLDevice
Vendor name string.
getVendor() - Method in class com.nativelibs4java.opencl.CLPlatform
Platform vendor string.
getVendorId() - Method in class com.nativelibs4java.opencl.CLDevice
A unique device vendor identifier.
getVersion() - Method in class com.nativelibs4java.opencl.CLDevice
OpenCL version string.
getVersion() - Method in class com.nativelibs4java.opencl.CLPlatform
OpenCL version string.
getWidth() - Method in class com.nativelibs4java.opencl.CLImage2D
Return width of the image in pixels
getWorkGroupSize() - Method in class com.nativelibs4java.opencl.CLKernel
This provides a mechanism for the application to query the maximum work-group size that can be used to execute a kernel on a specific device given by device.
GLObjectInfo(CLMem.GLObjectType, int) - Constructor for class com.nativelibs4java.opencl.CLMem.GLObjectInfo
 
guessCurrentGLDevice() - Method in class com.nativelibs4java.opencl.CLContext
Deprecated.

H

hasErrorCorrectionSupport() - Method in class com.nativelibs4java.opencl.CLDevice
Is CL_TRUE if the device implements error correction for the memories, caches, registers etc. in the device.
hasExtension(String) - Method in class com.nativelibs4java.opencl.CLDevice
 
hasExtension(String) - Method in class com.nativelibs4java.opencl.CLPlatform
 
hashCode() - Method in class com.nativelibs4java.opencl.CLImageFormat
 
hasImageSupport() - Method in class com.nativelibs4java.opencl.CLDevice
Is CL_TRUE if images are supported by the OpenCL device and CL_FALSE otherwise.
hasOpenCL1_0() - Static method in class com.nativelibs4java.opencl.JavaCL.OpenCLProbeLibrary
 
hasOutOfOrderQueueSupport() - Method in class com.nativelibs4java.opencl.CLDevice
 
htmlize(String) - Static method in class com.ochafik.util.string.StringUtils
 

I

ImageFormatMismatch() - Constructor for exception com.nativelibs4java.opencl.CLException.ImageFormatMismatch
 
implode(double[], String) - Static method in class com.ochafik.util.string.StringUtils
 
implode(Object[]) - Static method in class com.ochafik.util.string.StringUtils
 
implode(Object[], Object) - Static method in class com.ochafik.util.string.StringUtils
 
implode(Iterable<T>, Object) - Static method in class com.ochafik.util.string.StringUtils
 
implode(Iterable<?>) - Static method in class com.ochafik.util.string.StringUtils
 
InfoName - Annotation Type in com.nativelibs4java.opencl
Tagging annotation to indicate the name of an OpenCL information in the OpenCL specifications.
InvalidArgIndex() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidArgIndex
 
InvalidArgSize() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidArgSize
 
InvalidArgValue() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidArgValue
 
InvalidBinary() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidBinary
 
InvalidBufferSize() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidBufferSize
 
InvalidBuildOptions() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidBuildOptions
 
InvalidCommandQueue() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidCommandQueue
 
InvalidCompilerOptions() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidCompilerOptions
 
InvalidContext() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidContext
 
InvalidDevice() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidDevice
 
InvalidDevicePartitionCount() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidDevicePartitionCount
 
InvalidDeviceType() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidDeviceType
 
InvalidEvent() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidEvent
 
InvalidEventWaitList() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidEventWaitList
 
InvalidGLContextApple() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidGLContextApple
 
InvalidGlobalOffset() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidGlobalOffset
 
InvalidGlobalWorkSize() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidGlobalWorkSize
 
InvalidGLObject() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidGLObject
 
InvalidGLShareGroupReference() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidGLShareGroupReference
 
InvalidHostPtr() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidHostPtr
 
InvalidImageDescriptor() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidImageDescriptor
 
InvalidImageFormatDescriptor() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidImageFormatDescriptor
 
InvalidImageSize() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidImageSize
 
InvalidKernel() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidKernel
 
InvalidKernelArgs() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidKernelArgs
 
InvalidKernelDefinition() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidKernelDefinition
 
InvalidKernelName() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidKernelName
 
InvalidLinkerOptions() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidLinkerOptions
 
InvalidMemObject() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidMemObject
 
InvalidMipLevel() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidMipLevel
 
InvalidOperation() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidOperation
 
InvalidPlatform() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidPlatform
 
InvalidProgram() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidProgram
 
InvalidProgramExecutable() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidProgramExecutable
 
InvalidProperty() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidProperty
 
InvalidQueueProperties() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidQueueProperties
 
InvalidSampler() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidSampler
 
InvalidValue() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidValue
 
InvalidWorkDimension() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidWorkDimension
 
InvalidWorkGroupSize() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidWorkGroupSize
 
InvalidWorkItemSize() - Constructor for exception com.nativelibs4java.opencl.CLException.InvalidWorkItemSize
 
invokeUponCompletion(Runnable) - Method in class com.nativelibs4java.opencl.CLEvent
Invoke an action in a separate thread only after completion of the command associated with this event.
invokeUponCompletion(Runnable, CLEvent...) - Static method in class com.nativelibs4java.opencl.CLEvent
Invoke an action in a separate thread only after completion of all of the commands associated with the specified events.
isAvailable() - Method in class com.nativelibs4java.opencl.CLDevice
Is CL_TRUE if the device is available and CL_FALSE if the device is not available.
isByteAddressableStoreSupported() - Method in class com.nativelibs4java.opencl.CLContext
 
isByteAddressableStoreSupported() - Method in class com.nativelibs4java.opencl.CLDevice
Whether this device supports the cl_khr_byte_addressable_store extension.
isByteAddressableStoreSupported() - Method in class com.nativelibs4java.opencl.CLPlatform
 
isCached() - Method in class com.nativelibs4java.opencl.CLProgram
 
isCompilerAvailable() - Method in class com.nativelibs4java.opencl.CLDevice
Is CL_FALSE if the implementation does not have a compiler available to compile the program source.
isDoubleSupported() - Method in class com.nativelibs4java.opencl.CLContext
Whether all the devices in this context support any double-precision numbers (see CLDevice.isDoubleSupported()).
isDoubleSupported() - Method in class com.nativelibs4java.opencl.CLDevice
Whether this device support any double-precision number extension (cl_khr_fp64 or cl_amd_fp64)
isDoubleSupportedAMD() - Method in class com.nativelibs4java.opencl.CLDevice
Whether this device supports the cl_amd_fp64 double-precision number extension
isDoubleSupportedKHR() - Method in class com.nativelibs4java.opencl.CLDevice
Whether this device support the cl_khr_fp64 double-precision number extension
isEndianLittle() - Method in class com.nativelibs4java.opencl.CLDevice
Is CL_TRUE if the OpenCL device is a little endian device and CL_FALSE otherwise.
isGlobalInt32BaseAtomicsSupported() - Method in class com.nativelibs4java.opencl.CLDevice
Whether this device supports the cl_khr_global_int32_base_atomics extension.
isGlobalInt32ExtendedAtomicsSupported() - Method in class com.nativelibs4java.opencl.CLDevice
Whether this device supports the cl_khr_global_int32_extended_atomics extension.
isGLSharingSupported() - Method in class com.nativelibs4java.opencl.CLDevice
Whether this device supports any OpenGL sharing extension (cl_khr_gl_sharing or cl_APPLE_gl_sharing)
isGLSharingSupported() - Method in class com.nativelibs4java.opencl.CLPlatform
 
isHalfSupported() - Method in class com.nativelibs4java.opencl.CLContext
Whether all the devices in this context support half-precision numbers (see CLDevice.isHalfSupported()).
isHalfSupported() - Method in class com.nativelibs4java.opencl.CLDevice
Whether this device supports the cl_khr_fp16 extension.
isHostUnifiedMemory() - Method in class com.nativelibs4java.opencl.CLDevice
Whether the device and the host have a unified memory subsystem.
isIntBased() - Method in class com.nativelibs4java.opencl.CLImageFormat
 
isLinkerAvailable() - Method in class com.nativelibs4java.opencl.CLDevice
TODO
isLocalInt32BaseAtomicsSupported() - Method in class com.nativelibs4java.opencl.CLDevice
Whether this device supports the cl_khr_local_int32_base_atomics extension.
isLocalInt32ExtendedAtomicsSupported() - Method in class com.nativelibs4java.opencl.CLDevice
Whether this device supports the cl_khr_local_int32_extended_atomics extension.
isNVCompilerOptionsSupported() - Method in class com.nativelibs4java.opencl.CLPlatform
 
isNVDeviceAttributeQuerySupported() - Method in class com.nativelibs4java.opencl.CLPlatform
 
isOpenCL1_0(IOpenCLLibrary.cl_platform_id) - Static method in class com.nativelibs4java.opencl.JavaCL.OpenCLProbeLibrary
 
isOutOfOrder() - Method in class com.nativelibs4java.opencl.CLQueue
 
isPreferredInteropUserSync() - Method in class com.nativelibs4java.opencl.CLDevice
Is CL_TRUE if the device’s preference is for the user to be responsible for synchronization, when sharing memory objects between OpenCL and other APIs such as DirectX, CL_FALSE if the device / implementation has a performant path for performing synchronization of memory object shared between OpenCL and other APIs such as DirectX.
isValid() - Static method in class com.nativelibs4java.opencl.JavaCL.OpenCLProbeLibrary
 

J

JavaCL - Class in com.nativelibs4java.opencl
Entry point class for the OpenCL4Java Object-oriented wrappers around the OpenCL API.
JavaCL() - Constructor for class com.nativelibs4java.opencl.JavaCL
 
JavaCL.OpenCLProbeLibrary - Class in com.nativelibs4java.opencl
 
javaEscape(String) - Static method in class com.ochafik.util.string.StringUtils
 
javaUnEscape(String) - Static method in class com.ochafik.util.string.StringUtils
 

K

KernelArgInfoNotAvailable() - Constructor for exception com.nativelibs4java.opencl.CLException.KernelArgInfoNotAvailable
 

L

LINE_SEPARATOR - Static variable in class com.ochafik.util.string.StringUtils
 
LinkerNotAvailable() - Constructor for exception com.nativelibs4java.opencl.CLException.LinkerNotAvailable
 
LinkProgramFailure() - Constructor for exception com.nativelibs4java.opencl.CLException.LinkProgramFailure
 
listAllDevices(boolean) - Method in class com.nativelibs4java.opencl.CLPlatform
Lists all the devices of the platform
listCPUDevices(boolean) - Method in class com.nativelibs4java.opencl.CLPlatform
Lists all the CPU devices of the platform
listDevices(CLDevice.Type, boolean) - Method in class com.nativelibs4java.opencl.CLPlatform
listGPUDevices(boolean) - Method in class com.nativelibs4java.opencl.CLPlatform
Lists all the GPU devices of the platform
listGPUPoweredPlatforms() - Static method in class com.nativelibs4java.opencl.JavaCL
List the OpenCL implementations that contain at least one GPU device.
listPlatforms() - Static method in class com.nativelibs4java.opencl.JavaCL
Lists all available OpenCL implementations.
loadProgram(InputStream) - Method in class com.nativelibs4java.opencl.CLContext
Restore a program previously saved with CLProgram.store(java.io.OutputStream)
LocalSize - Class in com.nativelibs4java.opencl
Size in bytes of a __local argument.
LocalSize(long) - Constructor for class com.nativelibs4java.opencl.LocalSize
 

M

map(CLQueue, CLMem.MapFlags, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
map(CLQueue, CLMem.MapFlags, long, long, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
map(CLQueue, CLMem.MapFlags, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage2D
 
map(CLQueue, CLMem.MapFlags, long, long, long, long, long, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage2D
 
map(CLQueue, CLMem.MapFlags, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage3D
 
map(CLQueue, CLMem.MapFlags, long, long, long, long, long, long, long, long, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage3D
 
MapFailure() - Constructor for exception com.nativelibs4java.opencl.CLException.MapFailure
 
mapLater(CLQueue, CLMem.MapFlags, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
mapLater(CLQueue, CLMem.MapFlags, long, long, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
mapLater(CLQueue, CLMem.MapFlags, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage2D
 
mapLater(CLQueue, CLMem.MapFlags, long, long, long, long, long, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage2D
 
mapLater(CLQueue, CLMem.MapFlags, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage3D
 
mapLater(CLQueue, CLMem.MapFlags, long, long, long, long, long, long, long, long, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage3D
 
MemCopyOverlap() - Constructor for exception com.nativelibs4java.opencl.CLException.MemCopyOverlap
 
MemObjectAllocationFailure() - Constructor for exception com.nativelibs4java.opencl.CLException.MemObjectAllocationFailure
 
MisalignedSubBufferOffset() - Constructor for exception com.nativelibs4java.opencl.CLException.MisalignedSubBufferOffset
 

N

NULL_POINTER_KERNEL_ARGUMENT - Static variable in class com.nativelibs4java.opencl.CLKernel
 

O

ofArray(long, Type) - Static method in class com.nativelibs4java.opencl.LocalSize
Returns the size in bytes of an array of T values of the specified length.
ofByteArray(long) - Static method in class com.nativelibs4java.opencl.LocalSize
Returns the size in bytes of an array of byte values of the specified length.
ofCharArray(long) - Static method in class com.nativelibs4java.opencl.LocalSize
Returns the size in bytes of an array of char values of the specified length.
ofDoubleArray(long) - Static method in class com.nativelibs4java.opencl.LocalSize
Returns the size in bytes of an array of double values of the specified length.
ofFloatArray(long) - Static method in class com.nativelibs4java.opencl.LocalSize
Returns the size in bytes of an array of float values of the specified length.
ofIntArray(long) - Static method in class com.nativelibs4java.opencl.LocalSize
Returns the size in bytes of an array of int values of the specified length.
ofLongArray(long) - Static method in class com.nativelibs4java.opencl.LocalSize
Returns the size in bytes of an array of long values of the specified length.
ofShortArray(long) - Static method in class com.nativelibs4java.opencl.LocalSize
Returns the size in bytes of an array of short values of the specified length.
OpenCLProbeLibrary() - Constructor for class com.nativelibs4java.opencl.JavaCL.OpenCLProbeLibrary
 
OutOfHostMemory() - Constructor for exception com.nativelibs4java.opencl.CLException.OutOfHostMemory
 
OutOfResources() - Constructor for exception com.nativelibs4java.opencl.CLException.OutOfResources
 

P

passMacrosAsSources - Static variable in class com.nativelibs4java.opencl.CLProgram
 
ProfilingInfoNotAvailable() - Constructor for exception com.nativelibs4java.opencl.CLException.ProfilingInfoNotAvailable
 
putClientProperty(Object, Object) - Method in class com.nativelibs4java.opencl.CLContext
 

R

read(CLQueue, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
read(CLQueue, long, long, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
read(CLQueue, Buffer, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
read(CLQueue, Pointer<T>, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
read(CLQueue, long, long, Buffer, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
read(CLQueue, long, long, Pointer<T>, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
read(CLQueue, long, long, long, long, long, Buffer, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage2D
 
read(CLQueue, long, long, long, long, long, Pointer<?>, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage2D
 
read(CLQueue, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage2D
 
read(CLQueue, BufferedImage, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage2D
 
read(CLQueue, long, long, long, long, long, long, long, long, Buffer, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage3D
 
readBinaries(List<CLDevice>, String, InputStream) - Static method in class com.nativelibs4java.opencl.CLProgram
 
releaseGLObject(CLQueue, CLEvent...) - Method in class com.nativelibs4java.opencl.CLMem
 
replace(String, String, String) - Static method in class com.ochafik.util.string.StringUtils
 
replaceDoubleExtensionByExtensionActuallyAvailable(String) - Method in class com.nativelibs4java.opencl.CLDevice
If this device supports the extension cl_amd_fp64 but not cl_khr_fp64, replace any OpenCL source code pragma of the style #pragma OPENCL EXTENSION cl_khr_fp64 : enable by #pragma OPENCL EXTENSION cl_amd_fp64 : enable.
resolveInclusions() - Method in class com.nativelibs4java.opencl.CLProgram
 

S

setArg(int, LocalSize) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, Pointer<?>) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, float[]) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, int[]) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, double[]) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, long[]) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, short[]) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, byte[]) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, boolean[]) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, char[]) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, SizeT) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, int) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, long) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, short) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, byte) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, boolean) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, float) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, double) - Method in class com.nativelibs4java.opencl.CLKernel
setArg(int, CLAbstractEntity) - Method in class com.nativelibs4java.opencl.CLKernel
setArgs(Object...) - Method in class com.nativelibs4java.opencl.CLKernel
 
setCacheBinaries(boolean) - Method in class com.nativelibs4java.opencl.CLContext
Change whether program binaries are automatically cached or not.
setCached(boolean) - Method in class com.nativelibs4java.opencl.CLProgram
 
setCallback(int, CLEvent.EventCallback) - Method in class com.nativelibs4java.opencl.CLEvent
setComplete() - Method in class com.nativelibs4java.opencl.CLUserEvent
Calls setStatus(CL_COMPLETE)
setCompletionCallback(CLEvent.EventCallback) - Method in class com.nativelibs4java.opencl.CLEvent
Registers a user callback function for the completion execution status (CL_COMPLETE).
setDestructorCallback(CLMem.DestructorCallback) - Method in class com.nativelibs4java.opencl.CLMem
setFastRelaxedMath() - Method in class com.nativelibs4java.opencl.CLProgram
Add the -cl-fast-relaxed-math compile option.
setFiniteMathOnly() - Method in class com.nativelibs4java.opencl.CLProgram
Add the -cl-finite-math-only compile option.
setLocalArg(int, long) - Method in class com.nativelibs4java.opencl.CLKernel
 
setMadEnable() - Method in class com.nativelibs4java.opencl.CLProgram
Add the -cl-mad-enable compile option.
setNoSignedZero() - Method in class com.nativelibs4java.opencl.CLProgram
Add the -cl-no-signed-zero compile option.
setNVMaximumRegistryCount(int) - Method in class com.nativelibs4java.opencl.CLProgram
Add the -cl-nv-maxrregcount=N compilation option (NVIDIA GPUs only)
Specify the maximum number of registers that GPU functions can use.
setNVOptimizationLevel(int) - Method in class com.nativelibs4java.opencl.CLProgram
Add the -cl-nv-opt-level compilation option (NVIDIA GPUs only)
Specify optimization level (default value: 3)
setNVVerbose() - Method in class com.nativelibs4java.opencl.CLProgram
Add the -cl-nv-verbose compilation option (NVIDIA GPUs only)
Enable verbose mode.
setObjectArg(int, Object) - Method in class com.nativelibs4java.opencl.CLKernel
 
setProperty(CLDevice.QueueProperties, boolean) - Method in class com.nativelibs4java.opencl.CLQueue
 
setStatus(int) - Method in class com.nativelibs4java.opencl.CLUserEvent
setUnsafeMathOptimizations() - Method in class com.nativelibs4java.opencl.CLProgram
Add the -cl-unsafe-math-optimizations option.
SIZE - Variable in enum com.nativelibs4java.opencl.CLImageFormat.ChannelDataType
Size of this ChannelDataType, in bits
store(OutputStream) - Method in class com.nativelibs4java.opencl.CLProgram
Write the compiled binaries of this program (for all devices it was compiled for), so that it can be restored later using CLContext.loadProgram(java.io.InputStream)
StringUtils - Class in com.ochafik.util.string
 
StringUtils() - Constructor for class com.ochafik.util.string.StringUtils
 

T

toString() - Method in class com.nativelibs4java.opencl.CLContext
 
toString() - Method in class com.nativelibs4java.opencl.CLDevice
 
toString() - Method in class com.nativelibs4java.opencl.CLEvent
 
toString() - Method in class com.nativelibs4java.opencl.CLImageFormat
 
toString() - Method in class com.nativelibs4java.opencl.CLKernel
 
toString() - Method in class com.nativelibs4java.opencl.CLPlatform
 

U

uncapitalize(String) - Static method in class com.ochafik.util.string.StringUtils
 
undefineMacro(String) - Method in class com.nativelibs4java.opencl.CLProgram
 
unloadCompiler() - Static method in class com.nativelibs4java.opencl.JavaCL
Allows the implementation to release the resources allocated by the OpenCL compiler.
unloadPlatformCompiler() - Method in class com.nativelibs4java.opencl.CLPlatform
Allows the implementation to release the resources allocated by the OpenCL compiler for this platform.
unmap(CLQueue, Pointer<T>, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
unmap(CLQueue, ByteBuffer, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage

V

value() - Method in enum com.nativelibs4java.opencl.CLContext.GLTextureTarget
 
value() - Method in enum com.nativelibs4java.opencl.CLDevice.AffinityDomain
 
value() - Method in enum com.nativelibs4java.opencl.CLDevice.ExecutionCapability
 
value() - Method in enum com.nativelibs4java.opencl.CLDevice.FpConfig
 
value() - Method in enum com.nativelibs4java.opencl.CLDevice.GlobalMemCacheType
 
value() - Method in enum com.nativelibs4java.opencl.CLDevice.LocalMemType
 
value() - Method in enum com.nativelibs4java.opencl.CLDevice.PartitionType
 
value() - Method in enum com.nativelibs4java.opencl.CLDevice.QueueProperties
 
value() - Method in enum com.nativelibs4java.opencl.CLDevice.Type
 
value() - Method in enum com.nativelibs4java.opencl.CLEvent.CommandExecutionStatus
 
value() - Method in enum com.nativelibs4java.opencl.CLEvent.CommandType
 
value() - Method in enum com.nativelibs4java.opencl.CLImageFormat.ChannelDataType
 
value() - Method in enum com.nativelibs4java.opencl.CLImageFormat.ChannelOrder
 
value() - Method in enum com.nativelibs4java.opencl.CLMem.Flags
 
value() - Method in enum com.nativelibs4java.opencl.CLMem.GLObjectType
 
value() - Method in enum com.nativelibs4java.opencl.CLMem.MapFlags
 
value() - Method in enum com.nativelibs4java.opencl.CLMem.Migration
 
value() - Method in enum com.nativelibs4java.opencl.CLMem.ObjectType
 
value() - Method in enum com.nativelibs4java.opencl.CLPlatform.ContextProperties
 
value() - Method in enum com.nativelibs4java.opencl.CLSampler.AddressingMode
 
value() - Method in enum com.nativelibs4java.opencl.CLSampler.FilterMode
 
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLContext.GLTextureTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLDevice.AffinityDomain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLDevice.ExecutionCapability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLDevice.FpConfig
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLDevice.GlobalMemCacheType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLDevice.LocalMemType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLDevice.PartitionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLDevice.QueueProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLDevice.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLEvent.CommandExecutionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLEvent.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLImageFormat.ChannelDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLImageFormat.ChannelOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLMem.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLMem.GLObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLMem.MapFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLMem.Migration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLMem.ObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLMem.Usage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLPlatform.ContextProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLPlatform.DeviceFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLSampler.AddressingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nativelibs4java.opencl.CLSampler.FilterMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.nativelibs4java.opencl.CLContext.GLTextureTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLDevice.AffinityDomain
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLDevice.ExecutionCapability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLDevice.FpConfig
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLDevice.GlobalMemCacheType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLDevice.LocalMemType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLDevice.PartitionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLDevice.QueueProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLDevice.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLEvent.CommandExecutionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLEvent.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLImageFormat.ChannelDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLImageFormat.ChannelOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLMem.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLMem.GLObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLMem.MapFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLMem.Migration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLMem.ObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLMem.Usage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLPlatform.ContextProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLPlatform.DeviceFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLSampler.AddressingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nativelibs4java.opencl.CLSampler.FilterMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitFor() - Method in class com.nativelibs4java.opencl.CLEvent
Wait for this event, blocking the caller thread independently of any queue until all of the command associated with this events completes.
waitFor(CLEvent...) - Static method in class com.nativelibs4java.opencl.CLEvent
write(CLQueue, Buffer, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
write(CLQueue, Pointer<T>, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
write(CLQueue, long, long, Buffer, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
write(CLQueue, long, long, Pointer<T>, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
write(CLQueue, long, long, long, long, long, Buffer, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage2D
 
write(CLQueue, long, long, long, long, long, Pointer<?>, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage2D
 
write(CLQueue, Image, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage2D
 
write(CLQueue, Image, boolean, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage2D
 
write(CLQueue, Image, int, int, int, int, boolean, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage2D
 
write(CLQueue, BufferedImage, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage2D
 
write(CLQueue, BufferedImage) - Method in class com.nativelibs4java.opencl.CLImage2D
 
write(CLQueue, long, long, long, long, long, long, long, long, Buffer, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLImage3D
 
writeBinaries(Map<CLDevice, byte[]>, String, String, OutputStream) - Static method in class com.nativelibs4java.opencl.CLProgram
 
writeBytes(CLQueue, long, long, ByteBuffer, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
writeBytes(CLQueue, long, long, Pointer<?>, boolean, CLEvent...) - Method in class com.nativelibs4java.opencl.CLBuffer
A B C D E F G H I J K L M N O P R S T U V W 
Skip navigation links

Copyright © 2009-2015. All Rights Reserved.