Uses of Interface
com.jogamp.opencl.spi.CLInfoAccessor

Packages that use CLInfoAccessor
com.jogamp.opencl High level java bindings to OpenCL. 
com.jogamp.opencl.impl   
com.jogamp.opencl.spi SPI for alternative binding implementations. 
 

Uses of CLInfoAccessor in com.jogamp.opencl
 

Classes in com.jogamp.opencl that implement CLInfoAccessor
protected static class CLImage.CLImageInfoAccessor
           
 

Methods in com.jogamp.opencl that return CLInfoAccessor
 CLInfoAccessor CLDevice.getCLAccessor()
           
 

Uses of CLInfoAccessor in com.jogamp.opencl.impl
 

Classes in com.jogamp.opencl.impl that implement CLInfoAccessor
 class CLTLInfoAccessor
          Internal utility for common OpenCL clGetFooInfo calls.
 

Methods in com.jogamp.opencl.impl that return CLInfoAccessor
 CLInfoAccessor CLTLAccessorFactory.createDeviceInfoAccessor(CLDeviceBinding cl, long id)
           
 

Uses of CLInfoAccessor in com.jogamp.opencl.spi
 

Subinterfaces of CLInfoAccessor in com.jogamp.opencl.spi
 interface CLPlatformInfoAccessor
           
 

Methods in com.jogamp.opencl.spi that return CLInfoAccessor
 CLInfoAccessor CLAccessorFactory.createDeviceInfoAccessor(CLDeviceBinding cl, long id)