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

Packages that use CLDevice.LocalMemType
com.jogamp.opencl   
 

Uses of CLDevice.LocalMemType in com.jogamp.opencl
 

Methods in com.jogamp.opencl that return CLDevice.LocalMemType
 CLDevice.LocalMemType CLDevice.getLocalMemType()
          Returns the local memory type.
static CLDevice.LocalMemType CLDevice.LocalMemType.valueOf(int clLocalCacheType)
          Returns the matching LocalMemCacheType for the given cl type.
static CLDevice.LocalMemType CLDevice.LocalMemType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CLDevice.LocalMemType[] CLDevice.LocalMemType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.