|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CLDevice.LocalMemType | |
|---|---|
| com.jogamp.opencl | High level java bindings to 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||