| Package | Description |
|---|---|
| android.renderscript |
| Modifier and Type | Method and Description |
|---|---|
Sampler.Value |
Sampler.getMagnification() |
Sampler.Value |
Sampler.getMinification() |
Sampler.Value |
Sampler.getWrapS() |
Sampler.Value |
Sampler.getWrapT() |
static Sampler.Value |
Sampler.Value.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sampler.Value[] |
Sampler.Value.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sampler.Builder.setMagnification(Sampler.Value v) |
void |
Sampler.Builder.setMinification(Sampler.Value v) |
void |
Sampler.Builder.setWrapS(Sampler.Value v) |
void |
Sampler.Builder.setWrapT(Sampler.Value v) |
Copyright © 2008-2013. All Rights Reserved.