| Package | Description |
|---|---|
| com.nativelibs4java.opencl |
| Modifier and Type | Method and Description |
|---|---|
CLMem.Flags |
CLMem.Usage.getFlags() |
static CLMem.Flags |
CLMem.Flags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLMem.Flags[] |
CLMem.Flags.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<CLMem.Flags> |
CLMem.Flags.getEnumSet(long v) |
| Modifier and Type | Method and Description |
|---|---|
CLImageFormat[] |
CLContext.getSupportedImageFormats(CLMem.Flags flags,
CLMem.ObjectType imageType)
Calls clGetSupportedImageFormats.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
CLMem.Flags.getValue(EnumSet<CLMem.Flags> set) |
Copyright © 2009-2015. All Rights Reserved.