Uses of Class
com.jogamp.opencl.CLSampler

Packages that use CLSampler
com.jogamp.opencl High level java bindings to OpenCL. 
 

Uses of CLSampler in com.jogamp.opencl
 

Fields in com.jogamp.opencl with type parameters of type CLSampler
protected  Set<CLSampler> CLContext.samplers
           
 

Methods in com.jogamp.opencl that return CLSampler
 CLSampler CLContext.createSampler(CLSampler.AddressingMode addrMode, CLSampler.FilteringMode filtMode, boolean normalizedCoords)
           
 

Methods in com.jogamp.opencl that return types with arguments of type CLSampler
 List<CLSampler> CLContext.getSamplers()
          Returns a read only shapshot of all samplers associated with this context.