|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CLSampler.FilteringMode | |
---|---|
com.jogamp.opencl |
Uses of CLSampler.FilteringMode in com.jogamp.opencl |
---|
Methods in com.jogamp.opencl that return CLSampler.FilteringMode | |
---|---|
CLSampler.FilteringMode |
CLSampler.getFilteringMode()
|
static CLSampler.FilteringMode |
CLSampler.FilteringMode.valueOf(int mode)
|
static CLSampler.FilteringMode |
CLSampler.FilteringMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CLSampler.FilteringMode[] |
CLSampler.FilteringMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.jogamp.opencl with parameters of type CLSampler.FilteringMode | |
---|---|
CLSampler |
CLContext.createSampler(CLSampler.AddressingMode addrMode,
CLSampler.FilteringMode filtMode,
boolean normalizedCoords)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |