Uses of Class
com.jogamp.opencl.CLSampler.AddressingMode

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

Uses of CLSampler.AddressingMode in com.jogamp.opencl
 

Methods in com.jogamp.opencl that return CLSampler.AddressingMode
 CLSampler.AddressingMode CLSampler.getAddressingMode()
           
static CLSampler.AddressingMode CLSampler.AddressingMode.valueOf(int mode)
           
static CLSampler.AddressingMode CLSampler.AddressingMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CLSampler.AddressingMode[] CLSampler.AddressingMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jogamp.opencl with parameters of type CLSampler.AddressingMode
 CLSampler CLContext.createSampler(CLSampler.AddressingMode addrMode, CLSampler.FilteringMode filtMode, boolean normalizedCoords)