Uses of Class
com.jogamp.opencl.CLDevice.FPConfig

Packages that use CLDevice.FPConfig
com.jogamp.opencl   
 

Uses of CLDevice.FPConfig in com.jogamp.opencl
 

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

Methods in com.jogamp.opencl that return types with arguments of type CLDevice.FPConfig
 EnumSet<CLDevice.FPConfig> CLDevice.getDoubleFPConfig()
          Returns the optional double precision floating-point capability of the device.
 EnumSet<CLDevice.FPConfig> CLDevice.getHalfFPConfig()
          Returns the optional half precision floating-point capability of the device.
 EnumSet<CLDevice.FPConfig> CLDevice.getSingleFPConfig()
          Returns the single precision floating-point capability of the device.
static EnumSet<CLDevice.FPConfig> CLDevice.FPConfig.valuesOf(int bitfield)
          Returns a EnumSet for the given bitfield.