Uses of Interface
com.jogamp.opencl.llb.CL

Packages that use CL
com.jogamp.opencl High level java bindings to OpenCL. 
com.jogamp.opencl.impl   
com.jogamp.opencl.llb.gl Low level java bindings, OpenCL-OpenGL interoperability. 
com.jogamp.opencl.llb.impl   
com.jogamp.opencl.spi SPI for alternative binding implementations. 
 

Uses of CL in com.jogamp.opencl
 

Fields in com.jogamp.opencl declared as CL
protected static CL CLPlatform.cl
           
 

Methods in com.jogamp.opencl that return CL
 CL CLContext.getCL()
          Return the low level OpenCL interface.
protected static CL CLMemory.getCL(CLContext context)
           
protected  CL CLPlatform.getCLBinding()
           
static CL CLPlatform.getLowLevelCLInterface()
          Returns the low level binding interface to the OpenCL APIs.
 

Uses of CL in com.jogamp.opencl.impl
 

Methods in com.jogamp.opencl.impl with parameters of type CL
 CLPlatformInfoAccessor CLTLAccessorFactory.createPlatformInfoAccessor(CL cl, long id)
           
 

Uses of CL in com.jogamp.opencl.llb.gl
 

Subinterfaces of CL in com.jogamp.opencl.llb.gl
 interface CLGL
          Java bindings to OpenCL, the Open Computing Language.
 

Uses of CL in com.jogamp.opencl.llb.impl
 

Classes in com.jogamp.opencl.llb.impl that implement CL
 class CLAbstractImpl
          Java bindings to OpenCL, the Open Computing Language (generated).
 class CLImpl
          Java bindings to OpenCL, the Open Computing Language.
 

Uses of CL in com.jogamp.opencl.spi
 

Methods in com.jogamp.opencl.spi with parameters of type CL
 CLPlatformInfoAccessor CLAccessorFactory.createPlatformInfoAccessor(CL cl, long id)