File
Doc
Category
Size
Date
Package
ScriptIntrinsicLUT.java
API Doc
Android 5.1 API
1112
Sat Mar 14 14:09:38 GMT 2015
android.renderscript
ScriptIntrinsicLUT
java.lang.Object
android.renderscript.ScriptIntrinsic
public final class ScriptIntrinsicLUT extends android.renderscript.ScriptIntrinsic
Fields Summary
Constructors Summary
ScriptIntrinsicLUT
()
throw new RuntimeException("Stub!");
Methods Summary
public static
android.renderscript.ScriptIntrinsicLUT
create
(
android.renderscript.RenderScript
rs,
android.renderscript.Element
e)
throw new RuntimeException("Stub!");
public void
forEach
(
android.renderscript.Allocation
ain,
android.renderscript.Allocation
aout)
throw new RuntimeException("Stub!");
public void
forEach
(
android.renderscript.Allocation
ain,
android.renderscript.Allocation
aout,
android.renderscript.Script.LaunchOptions
opt)
throw new RuntimeException("Stub!");
public
android.renderscript.Script.KernelID
getKernelID
()
throw new RuntimeException("Stub!");
public void
setAlpha
(
int
index,
int
value)
throw new RuntimeException("Stub!");
public void
setBlue
(
int
index,
int
value)
throw new RuntimeException("Stub!");
public void
setGreen
(
int
index,
int
value)
throw new RuntimeException("Stub!");
public void
setRed
(
int
index,
int
value)
throw new RuntimeException("Stub!");
Java Code Source