|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sampler.Value | |
|---|---|
| android.renderscript | |
| Uses of Sampler.Value in android.renderscript |
|---|
| Methods in android.renderscript that return Sampler.Value | |
|---|---|
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. |
| Methods in android.renderscript with parameters of type Sampler.Value | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||