| Package | Description |
|---|---|
| com.nativelibs4java.opencl |
| Modifier and Type | Method and Description |
|---|---|
static CLPlatform.ContextProperties |
CLPlatform.ContextProperties.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLPlatform.ContextProperties[] |
CLPlatform.ContextProperties.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<CLPlatform.ContextProperties> |
CLPlatform.ContextProperties.getEnumSet(long v) |
| Modifier and Type | Method and Description |
|---|---|
static CLContext |
JavaCL.createContext(Map<CLPlatform.ContextProperties,Object> contextProperties,
CLDevice... devices)
Creates an OpenCL context formed of the provided devices.
|
CLContext |
CLPlatform.createContext(Map<CLPlatform.ContextProperties,Object> contextProperties,
CLDevice... devices)
Calls clCreateContext.
|
static long |
CLPlatform.ContextProperties.getValue(EnumSet<CLPlatform.ContextProperties> set) |
Copyright © 2009-2015. All Rights Reserved.