File
Doc
Category
Size
Date
Package
ScriptIntrinsic3DLUT.java
API Doc
Android 5.1 API
879
Sat Mar 14 14:09:36 GMT 2015
android.renderscript
ScriptIntrinsic3DLUT
java.lang.Object
android.renderscript.ScriptIntrinsic
public final class ScriptIntrinsic3DLUT extends android.renderscript.ScriptIntrinsic
Fields Summary
Constructors Summary
ScriptIntrinsic3DLUT
()
throw new RuntimeException("Stub!");
Methods Summary
public static
android.renderscript.ScriptIntrinsic3DLUT
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
setLUT
(
android.renderscript.Allocation
lut)
throw new RuntimeException("Stub!");
Java Code Source