No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | ||
↳ | android.renderscript.BaseObj | |
↳ | android.renderscript.Sampler |
Sampler object which defines how data is extracted from textures. Samplers are attached to Program objects (currently only ProgramFragment) when those objects need to access texture data.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Sampler.Builder | Builder for creating non-standard samplers. | |||||||||
|
Sampler.Value |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Retrieve a sampler with min and mag set to linear and wrap modes set to clamp.
|
|||||||||
|
|
Retrieve a sampler with ag set to linear, min linear mipmap linear, and to and wrap modes set to clamp.
|
|||||||||
|
|
Retrieve a sampler with min and mag set to nearest and wrap modes set to clamp.
|
|||||||||
|
|
Retrieve a sampler with min and mag set to nearest and wrap modes set to wrap.
|
|||||||||
|
|
Retrieve a sampler with ag set to linear, min linear mipmap linear, and to and wrap modes set to wrap.
|
|||||||||
|
|
Retrieve a sampler with min and mag set to nearest and wrap modes set to wrap.
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
Retrieve a sampler with min and mag set to linear and wrap modes set to clamp.
rs | Context to which the sampler will belong. |
---|
Retrieve a sampler with ag set to linear, min linear mipmap linear, and to and wrap modes set to clamp.
rs | Context to which the sampler will belong. |
---|
Retrieve a sampler with min and mag set to nearest and wrap modes set to clamp.
rs | Context to which the sampler will belong. |
---|
Retrieve a sampler with min and mag set to nearest and wrap modes set to wrap.
rs | Context to which the sampler will belong. |
---|
Retrieve a sampler with ag set to linear, min linear mipmap linear, and to and wrap modes set to wrap.
rs | Context to which the sampler will belong. |
---|
Retrieve a sampler with min and mag set to nearest and wrap modes set to wrap.
rs | Context to which the sampler will belong. |
---|