A B C D E F G H I J L M N O P Q R S T U V W _

I

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.
initialize() - Static method in class com.jogamp.opencl.CLPlatform
Eagerly initializes JOCL.
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
Returns true only if CLEvent.getStatus() returns CLEvent.ExecutionStatus.COMPLETE.
isDoubleFPAvailable() - Method in class com.jogamp.opencl.CLDevice
Returns CLDevice.isExtensionAvailable(java.lang.String)("cl_khr_fp64").
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
Returns CLDevice.isExtensionAvailable(java.lang.String)("cl_khr_gl_sharing") || CLDevice.isExtensionAvailable(java.lang.String)("cl_apple_gl_sharing").
isHalfFPAvailable() - Method in class com.jogamp.opencl.CLDevice
Returns CLDevice.isExtensionAvailable(java.lang.String)("cl_khr_fp16").
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
Returns true only when CLCommandQueue.Mode.OUT_OF_ORDER_MODE mode has been enabled.
isProfilingEnabled() - Method in class com.jogamp.opencl.CLCommandQueue
Returns true only when CLCommandQueue.Mode.PROFILING_MODE has been enabled.
isReadOnly() - Method in class com.jogamp.opencl.CLMemory
Returns true if this memory object was created with the CLMemory.Mem.READ_ONLY flag.
isReadWrite() - Method in class com.jogamp.opencl.CLMemory
Returns true if this memory object was created with the CLMemory.Mem.READ_WRITE flag.
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
Returns true if this memory object was created with the CLMemory.Mem.WRITE_ONLY flag.
iterator() - Method in class com.jogamp.opencl.CLEventList
 

A B C D E F G H I J L M N O P Q R S T U V W _