| Package | Description |
|---|---|
| com.nativelibs4java.opencl |
| Modifier and Type | Method and Description |
|---|---|
static CLSampler.FilterMode |
CLSampler.FilterMode.getEnum(int v) |
CLSampler.FilterMode |
CLSampler.getFilterMode()
Return the value specified by filter_mode argument to CLContext.createSampler.
|
static CLSampler.FilterMode |
CLSampler.FilterMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLSampler.FilterMode[] |
CLSampler.FilterMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CLSampler |
CLContext.createSampler(boolean normalized_coords,
CLSampler.AddressingMode addressing_mode,
CLSampler.FilterMode filter_mode)
Calls clCreateSampler.
|
Copyright © 2009-2015. All Rights Reserved.