- ID - Variable in class com.jogamp.opencl.CLObject
-
The OpenCL object handle.
- ID - Variable in class com.jogamp.opencl.CLPlatform
-
OpenCL platform id for this platform.
- implversion - Variable in class com.jogamp.opencl.CLVersion
-
The platform specific part of the version string.
- info - Variable in class com.jogamp.opencl.CLPlatform
-
- initCLCapacity() - Method in class com.jogamp.opencl.CLMemory
-
- initialize() - Static method in class com.jogamp.opencl.CLPlatform
-
Eagerly initializes JOCL.
- invokeAll(Collection<? extends CLTask<? super C, R>>) - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
-
Submits all tasks to the pool for immediate execution (blocking) and returns their
Future
holding the result.
- invokeAll(Collection<? extends CLTask<? super C, R>>, long, TimeUnit) - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
-
Submits all tasks to the pool for immediate execution (blocking) and returns their
Future
holding the result.
- isAtLeast(CLVersion) - Method in class com.jogamp.opencl.CLPlatform
-
- isAtLeast(int, int) - Method in class com.jogamp.opencl.CLPlatform
-
- isAtLeast(CLVersion) - Method in class com.jogamp.opencl.CLVersion
-
- isAtLeast(int, int) - Method in class com.jogamp.opencl.CLVersion
-
- isAvailable() - Method in class com.jogamp.opencl.CLDevice
-
Returns true if this device is available.
- isCompilerAvailable() - Method in class com.jogamp.opencl.CLDevice
-
Returns false if the implementation does not have a compiler available to
compile the program source.
- isComplete() - Method in class com.jogamp.opencl.CLEvent
-
- isDoubleFPAvailable() - Method in class com.jogamp.opencl.CLDevice
-
- isEqual(CLVersion) - Method in class com.jogamp.opencl.CLVersion
-
- isEqual(int, int) - Method in class com.jogamp.opencl.CLVersion
-
- isErrorCorrectionSupported() - Method in class com.jogamp.opencl.CLDevice
-
Returns true if the device implements error correction for the memories,
caches, registers etc.
- isExecutable() - Method in class com.jogamp.opencl.CLProgram
-
Returns true if the build status 'BUILD_SUCCESS' for at least one device
of this program exists.
- isExtensionAvailable(String) - Method in class com.jogamp.opencl.CLDevice
-
Returns true if the extension is supported on this device.
- isExtensionAvailable(String) - Method in class com.jogamp.opencl.CLPlatform
-
Returns true if the extension is supported on this platform.
- isForce32BitArgsEnabled() - Method in class com.jogamp.opencl.CLKernel
-
- isGLMemorySharingSupported() - Method in class com.jogamp.opencl.CLDevice
-
- isHalfFPAvailable() - Method in class com.jogamp.opencl.CLDevice
-
- isHostPointerFlag(int) - Static method in class com.jogamp.opencl.CLMemory
-
Returns true if a host pointer must be specified on mem object creation.
- isImageSupportAvailable() - Method in class com.jogamp.opencl.CLDevice
-
Returns true if images are supported by the OpenCL device and false otherwise.
- isLittleEndian() - Method in class com.jogamp.opencl.CLDevice
-
Returns true if the OpenCL device is a little endian device and false otherwise.
- isMemoryUnified() - Method in class com.jogamp.opencl.CLDevice
-
Returns true if the device and the host have a unified memory subsystem.
- isOutOfOrderModeEnabled() - Method in class com.jogamp.opencl.CLCommandQueue
-
- isProfilingEnabled() - Method in class com.jogamp.opencl.CLCommandQueue
-
- isReadOnly() - Method in class com.jogamp.opencl.CLMemory
-
- isReadWrite() - Method in class com.jogamp.opencl.CLMemory
-
- isReleased() - Method in class com.jogamp.opencl.CLEventList
-
- isReleased() - Method in interface com.jogamp.opencl.CLResource
-
- isReleased() - Method in class com.jogamp.opencl.util.CLMultiContext
-
- isReleased() - Method in class com.jogamp.opencl.util.concurrent.CLCommandQueuePool
-
- isReleased() - Method in class com.jogamp.opencl.util.concurrent.CLQueueContext.CLSimpleQueueContext
-
- isSubBuffer() - Method in class com.jogamp.opencl.CLBuffer
-
Returns true if this is a sub buffer.
- isSubBuffer() - Method in class com.jogamp.opencl.CLSubBuffer
-
Returns true.
- isWriteOnly() - Method in class com.jogamp.opencl.CLMemory
-
- iterator() - Method in class com.jogamp.opencl.CLEventList
-