File
Doc
Category
Size
Date
Package
ScriptIntrinsicConvolve5x5.java
API Doc
Android 5.1 API
1010
Sat Mar 14 14:09:40 GMT 2015
android.renderscript
ScriptIntrinsicConvolve5x5
java.lang.Object
android.renderscript.ScriptIntrinsic
public final class ScriptIntrinsicConvolve5x5 extends android.renderscript.ScriptIntrinsic
Fields Summary
Constructors Summary
ScriptIntrinsicConvolve5x5
()
throw new RuntimeException("Stub!");
Methods Summary
public static
android.renderscript.ScriptIntrinsicConvolve5x5
create
(
android.renderscript.RenderScript
rs,
android.renderscript.Element
e)
throw new RuntimeException("Stub!");
public void
forEach
(
android.renderscript.Allocation
aout)
throw new RuntimeException("Stub!");
public void
forEach
(
android.renderscript.Allocation
aout,
android.renderscript.Script.LaunchOptions
opt)
throw new RuntimeException("Stub!");
public
android.renderscript.Script.FieldID
getFieldID_Input
()
throw new RuntimeException("Stub!");
public
android.renderscript.Script.KernelID
getKernelID
()
throw new RuntimeException("Stub!");
public void
setCoefficients
(
float[]
v)
throw new RuntimeException("Stub!");
public void
setInput
(
android.renderscript.Allocation
ain)
throw new RuntimeException("Stub!");
Java Code Source