File
Doc
Category
Size
Date
Package
Sampler.java
API Doc
Android 5.1 API
2737
Sat Mar 14 14:09:42 GMT 2015
android.renderscript
Sampler
java.lang.Object
android.renderscript.BaseObj
public class Sampler extends android.renderscript.BaseObj
Fields Summary
Constructors Summary
Sampler
()
throw new RuntimeException("Stub!");
Methods Summary
public static
android.renderscript.Sampler
CLAMP_LINEAR
(
android.renderscript.RenderScript
rs)
throw new RuntimeException("Stub!");
public static
android.renderscript.Sampler
CLAMP_LINEAR_MIP_LINEAR
(
android.renderscript.RenderScript
rs)
throw new RuntimeException("Stub!");
public static
android.renderscript.Sampler
CLAMP_NEAREST
(
android.renderscript.RenderScript
rs)
throw new RuntimeException("Stub!");
public static
android.renderscript.Sampler
MIRRORED_REPEAT_LINEAR
(
android.renderscript.RenderScript
rs)
throw new RuntimeException("Stub!");
public static
android.renderscript.Sampler
MIRRORED_REPEAT_LINEAR_MIP_LINEAR
(
android.renderscript.RenderScript
rs)
throw new RuntimeException("Stub!");
public static
android.renderscript.Sampler
MIRRORED_REPEAT_NEAREST
(
android.renderscript.RenderScript
rs)
throw new RuntimeException("Stub!");
public static
android.renderscript.Sampler
WRAP_LINEAR
(
android.renderscript.RenderScript
rs)
throw new RuntimeException("Stub!");
public static
android.renderscript.Sampler
WRAP_LINEAR_MIP_LINEAR
(
android.renderscript.RenderScript
rs)
throw new RuntimeException("Stub!");
public static
android.renderscript.Sampler
WRAP_NEAREST
(
android.renderscript.RenderScript
rs)
throw new RuntimeException("Stub!");
public
float
getAnisotropy
()
throw new RuntimeException("Stub!");
public
android.renderscript.Sampler$Value
getMagnification
()
throw new RuntimeException("Stub!");
public
android.renderscript.Sampler$Value
getMinification
()
throw new RuntimeException("Stub!");
public
android.renderscript.Sampler$Value
getWrapS
()
throw new RuntimeException("Stub!");
public
android.renderscript.Sampler$Value
getWrapT
()
throw new RuntimeException("Stub!");
Java Code Source