| ▼Ncom | |
| ▼Njogamp | |
| ▼Nopencl | Copyright 2014 JogAmp Community |
| ►Ngl | |
| CCLGLBuffer | Shared buffer between OpenGL and OpenCL contexts |
| CCLGLContext | OpenCL Context supporting JOGL-JOCL interoperablity |
| CCLGLImage2d | 2D OpenCL image representing an OpenGL renderbuffer |
| CCLGLObject | |
| CCLGLTest | Test testing the JOGL - JOCL interoperability |
| CCLGLTexture2d | 2D OpenCL image representing an 2D OpenGL texture |
| CCLGLTexture3d | 3D OpenCL image representing an 3D OpenGL texture |
| ►Nimpl | |
| CCLTLAccessorFactory | |
| CCLTLInfoAccessor | Internal utility for common OpenCL clGetFooInfo calls |
| ►Nllb | |
| ►Nimpl | Copyright 2013 JogAmp Community |
| CBuildProgramCallback | A callback an application can register to be called when the program executable has been built (successfully or unsuccessfully) |
| CCLDynamicLibraryBundleInfo | |
| CCLEventCallback | A callback for a specific command execution status |
| CCLImageDescImpl | Struct accessor for cl_image_desc |
| CCLImageFormatImpl | Struct accessor for cl_image_format |
| CCLImpl11 | Java bindings to OpenCL, the Open Computing Language (generated) |
| CCLImpl12 | Java bindings to OpenCL, the Open Computing Language (generated) |
| CCLImpl20 | Java bindings to OpenCL, the Open Computing Language (generated) |
| CCLMemObjectDestructorCallback | A callback which is invoked by the OpenCL implementation when the memory object is deleted and its resources freed |
| CCLProcAddressTable11 | This table is a cache of pointers to the dynamically-linkable C library |
| CCLProcAddressTable12 | This table is a cache of pointers to the dynamically-linkable C library |
| CCLProcAddressTable20 | This table is a cache of pointers to the dynamically-linkable C library |
| CCL | Java bindings to OpenCL, the Open Computing Language |
| CCL11 | |
| CCL12 | |
| CCL20 | |
| ►Nspi | |
| CCLAccessorFactory | Implementations of this interface are factories responsible for creating CLAccessors |
| CCLInfoAccessor | Internal utility for common OpenCL clGetFooInfo calls |
| CCLPlatformInfoAccessor | |
| ►Ntest | |
| ►Nutil | Copyright 2010, 2014 JogAmp Community |
| CMiscUtils | |
| CUITestCase | |
| ►Nutil | |
| ►Nconcurrent | |
| ►CCLCommandQueuePool | A multithreaded, fixed size pool of OpenCL command queues |
| CFinishAction | The action executed after a task completes |
| CCLMultiContextTest | |
| ►CCLQueueContext | Superclass for all per-queue contexts as used in CLCommandQueuePools |
| CCLSimpleQueueContext | A simple queue context holding a precompiled program and its kernels |
| ►CCLQueueContextFactory | Creates CLQueueContexts |
| CCLSimpleContextFactory | Creates CLSimpleQueueContexts containing a precompiled program |
| CCLTask | A task executed on a command queue |
| CCLBuildConfiguration | Configuration representing everything needed to build an OpenCL program |
| CCLBuildListener | A callback an application can register to be called when the program executable has been built (successfully or unsuccessfully) |
| CCLDeviceFilters | Pre-defined filters |
| CCLInfo | Prints out diagnostic properties about the OpenCL installation and the runtime environment of the host application |
| CCLMultiContext | Utility for organizing multiple CLContexts |
| CCLPlatformFilters | Pre-defined filters |
| CCLProgramConfiguration | Configuration representing everything needed to build an OpenCL program (program included) |
| CCLUtil | |
| CFilter | |
| CJOCLVersion | Utility for querying module versions and environment properties |
| CMultiQueueBarrier | An utility for synchronizing multiple concurrent CLCommandQueues |
| CAutoCloseable | Import of JDK7's ARM interface allowing JDK6 backwards compatibility |
| CCLBuffer | OpenCL buffer object wrapping an optional NIO buffer |
| CCLBufferTest | |
| ►CCLCommandQueue | The command queue is used to queue a set of operations for a specific CLDevice |
| CMode | Enumeration for the command-queue settings |
| CCLCommandQueueTest | |
| ►CCLContext | CLContext is responsible for managing objects such as command-queues, memory, program and kernel objects and for executing kernels on one or more devices specified in the context |
| CErrorDispatcher | |
| ►CCLDevice | This object represents an OpenCL device |
| CCapabilities | Enumeration for the execution capabilities of the device |
| CFPConfig | Describes floating-point capability of the device |
| CGlobalMemCacheType | Type of global memory cache supported |
| CLocalMemType | Type of local memory cache supported |
| CType | Enumeration for the type of a device |
| CCLErrorHandler | Experimental: the api may change in future, feedback appreciated |
| ►CCLEvent | Event objects can be used for synchronizing command queues, e.g you can wait until a event occurs or they can also be used to capture profiling information that measure execution time of a command |
| CCommandType | |
| CExecutionStatus | |
| CProfilingCommand | |
| CCLEventList | Fixed size list for storing CLEvents |
| CCLEventListener | A callback for a specific command execution status |
| ►CCLException | Main Exception type for runtime OpenCL errors and failed function calls (e.g |
| CCLBuildProgramFailureException | CLException thrown on CL.CL_BUILD_PROGRAM_FAILURE errors |
| CCLCompilerNotAvailableException | CLException thrown on CL.CL_COMPILER_NOT_AVAILABLE errors |
| CCLDeviceNotAvailableException | CLException thrown on CL.CL_DEVICE_NOT_AVAILABLE errors |
| CCLDeviceNotFoundException | CLException thrown on CL.CL_DEVICE_NOT_FOUND errors |
| CCLExecStatusErrorForEventsInWaitListException | CLException thrown on CL.CL_EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST errors |
| CCLImageFormatMismatchException | CLException thrown on CL.CL_IMAGE_FORMAT_MISMATCH errors |
| CCLImageFormatNotSupportedException | CLException thrown on CL.CL_IMAGE_FORMAT_NOT_SUPPORTED errors |
| CCLInvalidArgIndexException | CLException thrown on CL.CL_INVALID_ARG_INDEX errors |
| CCLInvalidArgSizeException | CLException thrown on CL.CL_INVALID_ARG_SIZE errors |
| CCLInvalidArgValueException | CLException thrown on CL.CL_INVALID_ARG_VALUE errors |
| CCLInvalidBinaryException | CLException thrown on CL.CL_INVALID_BINARY errors |
| CCLInvalidBufferSizeException | CLException thrown on CL.CL_INVALID_BUFFER_SIZE errors |
| CCLInvalidBuildOptionsException | CLException thrown on CL.CL_INVALID_BUILD_OPTIONS errors |
| CCLInvalidCommandQueueException | CLException thrown on CL.CL_INVALID_COMMAND_QUEUE errors |
| CCLInvalidContextException | CLException thrown on CL.CL_INVALID_CONTEXT errors |
| CCLInvalidDeviceException | CLException thrown on CL.CL_INVALID_DEVICE errors |
| CCLInvalidDeviceTypeException | CLException thrown on CL.CL_INVALID_DEVICE_TYPE errors |
| CCLInvalidEventException | CLException thrown on CL.CL_INVALID_EVENT errors |
| CCLInvalidEventWaitListException | CLException thrown on CL.CL_INVALID_EVENT_WAIT_LIST errors |
| CCLInvalidGlobalOffsetException | CLException thrown on CL.CL_INVALID_GLOBAL_OFFSET errors |
| CCLInvalidGlobalWorkSizeException | CLException thrown on CL.CL_INVALID_GLOBAL_WORK_SIZE errors |
| CCLInvalidGLObjectException | CLException thrown on CL.CL_INVALID_GL_OBJECT errors |
| CCLInvalidGLSharegroupReferenceKhrException | CLException thrown on CL.CL_INVALID_GL_SHAREGROUP_REFERENCE_KHR errors |
| CCLInvalidHostPtrException | CLException thrown on CL.CL_INVALID_HOST_PTR errors |
| CCLInvalidImageFormatDescriptorException | CLException thrown on CL.CL_INVALID_IMAGE_FORMAT_DESCRIPTOR errors |
| CCLInvalidImageSizeException | CLException thrown on CL.CL_INVALID_IMAGE_SIZE errors |
| CCLInvalidKernelArgsException | CLException thrown on CL.CL_INVALID_KERNEL_ARGS errors |
| CCLInvalidKernelDefinitionException | CLException thrown on CL.CL_INVALID_KERNEL_DEFINITION errors |
| CCLInvalidKernelException | CLException thrown on CL.CL_INVALID_KERNEL errors |
| CCLInvalidKernelNameException | CLException thrown on CL.CL_INVALID_KERNEL_NAME errors |
| CCLInvalidMemObjectException | CLException thrown on CL.CL_INVALID_MEM_OBJECT errors |
| CCLInvalidMipLevelException | CLException thrown on CL.CL_INVALID_MIP_LEVEL errors |
| CCLInvalidOperationException | CLException thrown on CL.CL_INVALID_OPERATION errors |
| CCLInvalidPlatformException | CLException thrown on CL.CL_INVALID_PLATFORM errors |
| CCLInvalidProgramException | CLException thrown on CL.CL_INVALID_PROGRAM errors |
| CCLInvalidProgramExecutableException | CLException thrown on CL.CL_INVALID_PROGRAM_EXECUTABLE errors |
| CCLInvalidPropertyException | CLException thrown on CL.CL_INVALID_PROPERTY errors |
| CCLInvalidQueuePropertiesException | CLException thrown on CL.CL_INVALID_QUEUE_PROPERTIES errors |
| CCLInvalidSamplerException | CLException thrown on CL.CL_INVALID_SAMPLER errors |
| CCLInvalidValueException | CLException thrown on CL.CL_INVALID_VALUE errors |
| CCLInvalidWorkDimensionException | CLException thrown on CL.CL_INVALID_WORK_DIMENSION errors |
| CCLInvalidWorkGroupSizeException | CLException thrown on CL.CL_INVALID_WORK_GROUP_SIZE errors |
| CCLInvalidWorkItemSizeException | CLException thrown on CL.CL_INVALID_WORK_ITEM_SIZE errors |
| CCLMapFailureException | CLException thrown on CL.CL_MAP_FAILURE errors |
| CCLMemCopyOverlapException | CLException thrown on CL.CL_MEM_COPY_OVERLAP errors |
| CCLMemObjectAllocationFailureException | CLException thrown on CL.CL_MEM_OBJECT_ALLOCATION_FAILURE errors |
| CCLMisalignedSubBufferOffsetException | CLException thrown on CL.CL_MISALIGNED_SUB_BUFFER_OFFSET errors |
| CCLOutOfHostMemoryException | CLException thrown on CL.CL_OUT_OF_HOST_MEMORY errors |
| CCLOutOfResourcesException | CLException thrown on CL.CL_OUT_OF_RESOURCES errors |
| CCLPlatformNotFoundKhrException | CLException thrown on CL.CL_PLATFORM_NOT_FOUND_KHR errors |
| CCLProfilingInfoNotAvailableException | CLException thrown on CL.CL_PROFILING_INFO_NOT_AVAILABLE errors |
| CCLExceptionTest | |
| ►CCLImage | |
| CCLImageInfoAccessor | |
| CCLImage2d | |
| CCLImage3d | |
| ►CCLImageFormat | Represents the OpenCL image format with its channeltype and order |
| CChannelOrder | Specifies the number of channels and the channel layout i.e |
| CChannelType | Describes the size of the channel data type |
| CCLImageTest | Test testing CLImage API |
| CCLKernel | High level abstraction for an OpenCL Kernel |
| CCLMemObjectListener | A callback which is invoked by the OpenCL implementation when the memory object is deleted and its resources freed |
| ►CCLMemory | Common superclass for all OpenCL memory types |
| CGLObjectType | |
| CMap | Configures the mapping process |
| CMem | Memory settings for configuring CLMemory |
| CCLObject | Common superclass for all OpenCL objects |
| CCLPlatform | CLPlatfrorm representing a OpenCL implementation (e.g |
| ►CCLProgram | Represents a OpenCL program executed on one or more CLDevices |
| CCompilerOptions | Common compiler options for the OpenCL compiler |
| CStatus | |
| CCLProgramBuilder | CLProgramBuilder is a helper for building programs with more complex configurations or building multiple programs with similar configurations |
| CCLProgramTest | |
| CCLProperty | OpenCL property |
| CCLResource | Releasable OpenCL resource |
| ►CCLSampler | Object representing an OpenCL sampler |
| CAddressingMode | |
| CFilteringMode | |
| CCLSubBuffer | A sub buffer of a CLBuffer |
| CCLUserEvent | Custom, user controlled event |
| CCLVersion | Version of an OpenCL Implementation |
| CHighLevelBindingTest | Test testing the high level bindings |
| CJoclVersion | |
| CLowLevelBindingTest | Test testing the low level bindings |
| CTestJoclVersion | |