| Package | Description |
|---|---|
| com.nativelibs4java.opencl |
| Modifier and Type | Method and Description |
|---|---|
CLSampler.AddressingMode |
CLSampler.getAddressingMode()
Return the value specified by addressing_mode argument to CLContext.createSampler.
|
static CLSampler.AddressingMode |
CLSampler.AddressingMode.getEnum(long v) |
static CLSampler.AddressingMode |
CLSampler.AddressingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CLSampler.AddressingMode[] |
CLSampler.AddressingMode.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.