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

G

getAddressBits() - Method in class com.jogamp.opencl.CLDevice
The default compute device address space size specified in bits.
getAddressingMode() - Method in class com.jogamp.opencl.CLSampler
 
getAddressTable() - Method in class com.jogamp.opencl.impl.CLImpl
 
getAllVersions() - Static method in class com.jogamp.opencl.util.JOCLVersion
 
getBinaries() - Method in class com.jogamp.opencl.CLProgram
Returns the binaries for this program in an ordered Map containing the device as key and the program binaries as value.
getBuffer() - Method in class com.jogamp.opencl.CLMemory
Returns the optional NIO buffer for this memory object.
getBuffer() - Method in class com.jogamp.opencl.impl.CLImageFormatImpl
 
getBuildLog() - Method in class com.jogamp.opencl.CLProgram
Returns the build log of this program on all devices.
getBuildLog(CLDevice) - Method in class com.jogamp.opencl.CLProgram
Returns the build log for this program on the specified device.
getBuildStatus() - Method in class com.jogamp.opencl.CLProgram
Returns the build status enum of this program for each device as Map.
getBuildStatus(CLDevice) - Method in class com.jogamp.opencl.CLProgram
Returns the build status enum for this program on the specified device.
getCL() - Method in class com.jogamp.opencl.CLContext
Return the low level OpenCL interface.
getCL(CLContext) - Static method in class com.jogamp.opencl.CLMemory
 
getCL() - Method in class com.jogamp.opencl.gl.CLGLContext
Return the low level OpenCL interface with OpenGL interoperability.
getCLCapacity() - Method in class com.jogamp.opencl.CLMemory
Returns the size in buffer elements of this memory object.
getCLDevices() - Method in class com.jogamp.opencl.CLProgram
Returns all devices associated with this program.
getCLErrorString() - Method in exception com.jogamp.opencl.CLException
Returns a human readable String for the OpenCL error code.
getCLOffset() - Method in class com.jogamp.opencl.CLSubBuffer
Returns the offset of this sub buffer to its parent in bytes.
getCLSize() - Method in class com.jogamp.opencl.CLMemory
Returns the size of the allocated OpenCL memory in bytes.
getCompileWorkGroupSize(CLDevice) - Method in class com.jogamp.opencl.CLKernel
Returns the work-group size specified by the __attribute__((reqd_work_group_size(X, Y, Z))) qualifier in kernel sources.
getConfig() - Method in class com.jogamp.opencl.CLMemory
Returns the configuration of this memory object.
getContext() - Method in class com.jogamp.opencl.CLContext
 
getContext() - Method in class com.jogamp.opencl.gl.CLGLBuffer
 
getContext() - Method in class com.jogamp.opencl.gl.CLGLContext
 
getContext() - Method in class com.jogamp.opencl.gl.CLGLImage2d
 
getContext() - Method in class com.jogamp.opencl.gl.CLGLTexture3d
Returns the shared CLGLContext.
getCount() - Method in class com.jogamp.opencl.util.MultiQueueBarrier
Returns the current number of events which must occure before this barrier unblocks the waiting threads.
getCVersion() - Method in class com.jogamp.opencl.CLDevice
Returns the OpenCL-C version supported by the device.
getDefault() - Static method in class com.jogamp.opencl.CLPlatform
Returns the default OpenCL platform or null when no platform found.
getDefault(Filter<CLPlatform>...) - Static method in class com.jogamp.opencl.CLPlatform
Returns the default OpenCL platform or null when no platform found.
getDepth() - Method in class com.jogamp.opencl.CLImage3d
Returns the depth of this image in pixels.
getDevice() - Method in class com.jogamp.opencl.CLCommandQueue
Returns the device of this command queue.
getDevices() - Method in class com.jogamp.opencl.CLContext
Returns all devices associated with this CLContext.
getDoubleFPConfig() - Method in class com.jogamp.opencl.CLDevice
Returns the optional double precision floating-point capability of the device.
getDriverVersion() - Method in class com.jogamp.opencl.CLDevice
Returns OpenCL software driver version string in the form major_number.minor_number.
getElementSize() - Method in class com.jogamp.opencl.CLImage
Returns the size of each element of the image memory object given by image.
getElementSize() - Method in class com.jogamp.opencl.CLMemory
Returns the size in bytes of a single buffer element.
getEvent(int) - Method in class com.jogamp.opencl.CLEventList
 
getExecutionCapabilities() - Method in class com.jogamp.opencl.CLDevice
Returns the execution capabilities as EnumSet.
getExtensions() - Method in class com.jogamp.opencl.CLDevice
Returns all device extension names as unmodifiable Set.
getExtensions() - Method in class com.jogamp.opencl.CLPlatform
Returns all platform extension names as unmodifiable Set.
getFilteringMode() - Method in class com.jogamp.opencl.CLSampler
 
getFormat() - Method in class com.jogamp.opencl.CLImage
Returns the image format descriptor specified when image was created.
getFormatImpl() - Method in class com.jogamp.opencl.CLImageFormat
Returns the struct accessor for the cl_image_format struct.
getFullVersion() - Method in class com.jogamp.opencl.CLVersion
Returns the full, unfiltered version string.
getGLContext() - Method in class com.jogamp.opencl.gl.CLGLBuffer
 
getGLContext() - Method in class com.jogamp.opencl.gl.CLGLContext
Returns the OpenGL context this context was shared with.
getGLContext() - Method in class com.jogamp.opencl.gl.CLGLImage2d
 
getGLContext() - Method in class com.jogamp.opencl.gl.CLGLTexture3d
 
getGlobalMemCachelineSize() - Method in class com.jogamp.opencl.CLDevice
Returns the size of global memory cache line in bytes.
getGlobalMemCacheSize() - Method in class com.jogamp.opencl.CLDevice
Returns the size of global memory cache in bytes.
getGlobalMemCacheType() - Method in class com.jogamp.opencl.CLDevice
Returns the type of global memory cache supported.
getGlobalMemSize() - Method in class com.jogamp.opencl.CLDevice
Returns the global memory size in bytes.
getGLObjectID() - Method in class com.jogamp.opencl.gl.CLGLBuffer
 
getGLObjectID() - Method in class com.jogamp.opencl.gl.CLGLImage2d
 
getGLObjectID() - Method in class com.jogamp.opencl.gl.CLGLTexture3d
 
getGLObjectType() - Method in class com.jogamp.opencl.gl.CLGLBuffer
 
getGLObjectType() - Method in class com.jogamp.opencl.gl.CLGLImage2d
 
getGLObjectType() - Method in class com.jogamp.opencl.gl.CLGLTexture2d
 
getGLObjectType() - Method in class com.jogamp.opencl.gl.CLGLTexture3d
 
getHalfFPConfig() - Method in class com.jogamp.opencl.CLDevice
Returns the optional half precision floating-point capability of the device.
getHeight() - Method in class com.jogamp.opencl.CLImage
Returns the height of this image in pixels.
getICDSuffix() - Method in class com.jogamp.opencl.CLPlatform
Returns the ICD suffix.
getImageChannelDataType() - Method in class com.jogamp.opencl.CLImageFormat
 
getImageChannelDataType() - Method in class com.jogamp.opencl.impl.CLImageFormatImpl
 
getImageChannelOrder() - Method in class com.jogamp.opencl.CLImageFormat
 
getImageChannelOrder() - Method in class com.jogamp.opencl.impl.CLImageFormatImpl
 
getImplVersion() - Method in class com.jogamp.opencl.CLVersion
 
getInfo(int, long, Buffer, PointerBuffer) - Method in class com.jogamp.opencl.CLImage.CLImageInfoAccessor
 
getInfoString(int) - Method in class com.jogamp.opencl.CLPlatform
Returns a info string in exchange for a key (CL_PLATFORM_*).
getLocalMemorySize(CLDevice) - Method in class com.jogamp.opencl.CLKernel
Returns the amount of local memory in bytes being used by a kernel.
getLocalMemSize() - Method in class com.jogamp.opencl.CLDevice
Returns the local memory size in bytes.
The minimum OpenCL 1.0 value is 16 KB.
The minimum OpenCL 1.1 value is 32 KB.
getLocalMemType() - Method in class com.jogamp.opencl.CLDevice
Returns the local memory type.
getLowLevelCLInterface() - Static method in class com.jogamp.opencl.CLPlatform
Returns the low level binding interface to the OpenCL APIs.
getMajor() - Method in class com.jogamp.opencl.CLVersion
 
getMapCount() - Method in class com.jogamp.opencl.CLMemory
Returns the number of buffer mappings.
getMaxClockFrequency() - Method in class com.jogamp.opencl.CLDevice
Returns the maximum configured clock frequency of the device in MHz.
getMaxComputeUnits() - Method in class com.jogamp.opencl.CLDevice
Returns the number of parallel compute cores on the OpenCL device.
getMaxConstantArgs() - Method in class com.jogamp.opencl.CLDevice
Returns the max number of arguments declared with the constant qualifier in a kernel.
getMaxConstantBufferSize() - Method in class com.jogamp.opencl.CLDevice
Returns the max size in bytes of a constant buffer allocation.
getMaxFlopsDevice() - Method in class com.jogamp.opencl.CLContext
Returns the device with maximal FLOPS from this context.
getMaxFlopsDevice(CLDevice.Type) - Method in class com.jogamp.opencl.CLContext
Returns the device with maximal FLOPS of the specified device type from this context.
getMaxFlopsDevice() - Method in class com.jogamp.opencl.CLPlatform
Returns the device with maximal FLOPS from this platform.
getMaxFlopsDevice(CLDevice.Type...) - Method in class com.jogamp.opencl.CLPlatform
Returns the device with maximal FLOPS and the specified type from this platform.
getMaxImage2dHeight() - Method in class com.jogamp.opencl.CLDevice
Returns the max height of 2D image in pixels.
getMaxImage2dWidth() - Method in class com.jogamp.opencl.CLDevice
Returns the max width of 2D image in pixels.
getMaxImage3dDepth() - Method in class com.jogamp.opencl.CLDevice
Returns the max depth of 3D image in pixels.
getMaxImage3dHeight() - Method in class com.jogamp.opencl.CLDevice
Returns the max height of 3D image in pixels.
getMaxImage3dWidth() - Method in class com.jogamp.opencl.CLDevice
Returns the max width of 3D image in pixels.
getMaxMemAllocSize() - Method in class com.jogamp.opencl.CLDevice
Returns the largest allocatable size of a CLBuffer on this device.
getMaxParameterSize() - Method in class com.jogamp.opencl.CLDevice
Returns the max size in bytes of the arguments that can be passed to a kernel.
The minimum OpenCL 1.0 value is 256.
The minimum OpenCL 1.1 value is 1024.
getMaxReadImageArgs() - Method in class com.jogamp.opencl.CLDevice
Returns the max number of simultaneous image objects that can be read by a kernel.
getMaxSamplers() - Method in class com.jogamp.opencl.CLDevice
Returns the maximum number of samplers that can be used in a kernel.
getMaxWorkGroupSize() - Method in class com.jogamp.opencl.CLDevice
Returns the maximum number of work-items in a work-group executing a kernel using the data parallel execution model.
getMaxWorkItemDimensions() - Method in class com.jogamp.opencl.CLDevice
Returns the maximum dimensions that specify the global and local work-item IDs used by the data parallel execution model.
getMaxWorkItemSizes() - Method in class com.jogamp.opencl.CLDevice
Returns the maximum number of work-items that can be specified in each dimension of the work-group.
getMaxWriteImageArgs() - Method in class com.jogamp.opencl.CLDevice
Returns the max number of simultaneous image objects that can be written by a kernel.
getMemoryObjects() - Method in class com.jogamp.opencl.CLContext
Returns a read only shapshot of all allocated memory objects associated with this context.
getMinor() - Method in class com.jogamp.opencl.CLVersion
 
getMipMapLevel() - Method in class com.jogamp.opencl.gl.CLGLTexture2d
 
getMipMapLevel() - Method in class com.jogamp.opencl.gl.CLGLTexture3d
 
getName() - Method in class com.jogamp.opencl.CLDevice
Returns the name of this device.
getName() - Method in class com.jogamp.opencl.CLPlatform
Returns the platform name.
getNativeCharVectorWidth() - Method in class com.jogamp.opencl.CLDevice
Native vector width size for built-in char vectors.
getNativeDoubleVectorWidth() - Method in class com.jogamp.opencl.CLDevice
Native vector width size for built-in double vectors.
getNativeFloatVectorWidth() - Method in class com.jogamp.opencl.CLDevice
Native vector width size for built-in float vectors.
getNativeHalfVectorWidth() - Method in class com.jogamp.opencl.CLDevice
Native vector width size for built-in half vectors.
getNativeIntVectorWidth() - Method in class com.jogamp.opencl.CLDevice
Native vector width size for built-in int vectors.
getNativeLongVectorWidth() - Method in class com.jogamp.opencl.CLDevice
Native vector width size for built-in long vectors.
getNativeShortVectorWidth() - Method in class com.jogamp.opencl.CLDevice
Native vector width size for built-in short vectors.
getNIOCapacity() - Method in class com.jogamp.opencl.CLMemory
Returns the capacity of the wrapped direct buffer or 0 if no buffer available.
getNIOSize() - Method in class com.jogamp.opencl.CLMemory
Returns the size of the wrapped direct buffer in byte or 0 if no buffer available.
getOffset() - Method in class com.jogamp.opencl.CLSubBuffer
Returns the offset of this sub buffer to its parent in buffer elements.
getParent() - Method in class com.jogamp.opencl.CLSubBuffer
Returns the parent buffer this buffer was created from.
getPlatform() - Method in class com.jogamp.opencl.CLContext
Returns the CLPlatform this context is running on.
getPlatform() - Method in class com.jogamp.opencl.CLDevice
 
getPreferredCharVectorWidth() - Method in class com.jogamp.opencl.CLDevice
Preferred native vector width size for built-in char vectors.
getPreferredDoubleVectorWidth() - Method in class com.jogamp.opencl.CLDevice
Preferred native vector width size for built-in double vectors.
getPreferredFloatVectorWidth() - Method in class com.jogamp.opencl.CLDevice
Preferred native vector width size for built-in float vectors.
getPreferredIntVectorWidth() - Method in class com.jogamp.opencl.CLDevice
Preferred native vector width size for built-in int vectors.
getPreferredLongVectorWidth() - Method in class com.jogamp.opencl.CLDevice
Preferred native vector width size for built-in long vectors.
getPreferredShortVectorWidth() - Method in class com.jogamp.opencl.CLDevice
Preferred native vector width size for built-in short vectors.
getProfile() - Method in class com.jogamp.opencl.CLDevice
Returns the OpenCL profile of this device.
getProfile() - Method in class com.jogamp.opencl.CLPlatform
Returns the platform profile.
getProfilingInfo(CLEvent.ProfilingCommand) - Method in class com.jogamp.opencl.CLEvent
 
getProfilingTimerResolution() - Method in class com.jogamp.opencl.CLDevice
Returns the resolution of device timer.
getProgram() - Method in class com.jogamp.opencl.CLKernel
 
getProgram() - Method in class com.jogamp.opencl.CLProgramBuilder
 
getProgram() - Method in interface com.jogamp.opencl.util.CLProgramConfiguration
Returns the program.
getPrograms() - Method in class com.jogamp.opencl.CLContext
Returns a read only shapshot of all programs associated with this context.
getProperties() - Method in class com.jogamp.opencl.CLCommandQueue
Returns the command queue properties as EnumSet.
getProperties() - Method in class com.jogamp.opencl.CLDevice
Returns a Map of device properties with the enum names as keys.
getProperties() - Method in class com.jogamp.opencl.CLPlatform
Returns a Map of platform properties with the enum names as keys.
getQueueProperties() - Method in class com.jogamp.opencl.CLDevice
Returns the command-queue properties supported by the device.
getRowPitch() - Method in class com.jogamp.opencl.CLImage
Returns the size in bytes of a row of elements of the image object given by image.
getSamplers() - Method in class com.jogamp.opencl.CLContext
Returns a read only shapshot of all samplers associated with this context.
getSingleFPConfig() - Method in class com.jogamp.opencl.CLDevice
Returns the single precision floating-point capability of the device.
getSizeImpl(CL, long) - Static method in class com.jogamp.opencl.CLMemory
 
getSlicePitch() - Method in class com.jogamp.opencl.CLImage3d
Returns the size in bytes of a 2D slice of this 3D image.
getSource() - Method in class com.jogamp.opencl.CLProgram
Returns the source code of this program.
getSpecVersion() - Method in class com.jogamp.opencl.CLPlatform
Returns the OpenCL Specification version supported by this platform.
getSpecVersion() - Method in class com.jogamp.opencl.CLVersion
Returns '"OpenCL " + major + "." + minor'.
getStatus() - Method in class com.jogamp.opencl.CLEvent
Returns the execution status of the command which triggers this event.
getStatusCode() - Method in class com.jogamp.opencl.CLEvent
 
getSubBuffers() - Method in class com.jogamp.opencl.CLBuffer
Returns the list of subbuffers.
getSupportedImage2dFormats(CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
Returns all supported 2d image formats with the (optional) memory allocation flags.
getSupportedImage3dFormats(CLMemory.Mem...) - Method in class com.jogamp.opencl.CLContext
Returns all supported 3d image formats with the (optional) memory allocation flags.
getTextureTarget() - Method in class com.jogamp.opencl.gl.CLGLTexture2d
 
getTextureTarget() - Method in class com.jogamp.opencl.gl.CLGLTexture3d
 
getType() - Method in class com.jogamp.opencl.CLDevice
Returns the type of this device.
getType() - Method in class com.jogamp.opencl.CLEvent
 
getType() - Method in class com.jogamp.opencl.CLUserEvent
Returns CLEvent.CommandType.USER.
getVendor() - Method in class com.jogamp.opencl.CLDevice
Returns the vendor of this device.
getVendor() - Method in class com.jogamp.opencl.CLPlatform
Returns the platform vendor.
getVendorID() - Method in class com.jogamp.opencl.CLDevice
Returns the vendor id of this device.
getVersion() - Method in class com.jogamp.opencl.CLDevice
Returns the OpenCL version supported by the device.
getVersion() - Method in class com.jogamp.opencl.CLPlatform
Returns the OpenCL version supported by this platform.
getVersion() - Static method in class com.jogamp.opencl.util.JOCLVersion
 
getWidth() - Method in class com.jogamp.opencl.CLImage
Returns width of this image in pixels.
getWorkGroupSize(CLDevice) - Method in class com.jogamp.opencl.CLKernel
Returns the work group size for this kernel on the given device.
GLID - Variable in class com.jogamp.opencl.gl.CLGLBuffer
The OpenGL object handle.
GLID - Variable in class com.jogamp.opencl.gl.CLGLImage2d
The OpenGL object handle.
GLID - Variable in class com.jogamp.opencl.gl.CLGLTexture3d
The OpenGL object handle.

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