File
Doc
Category
Size
Date
Package
ScriptC.java
API Doc
Android 5.1 API
621
Sat Mar 14 14:09:42 GMT 2015
android.renderscript
ScriptC
java.lang.Object
android.renderscript.Script
public class ScriptC extends android.renderscript.Script
Fields Summary
Constructors Summary
protected ScriptC
(
int
id,
android.renderscript.RenderScript
rs)
throw new RuntimeException("Stub!");
protected ScriptC
(
long
id,
android.renderscript.RenderScript
rs)
throw new RuntimeException("Stub!");
protected ScriptC
(
android.renderscript.RenderScript
rs,
android.content.res.Resources
resources,
int
resourceID)
throw new RuntimeException("Stub!");
protected ScriptC
(
android.renderscript.RenderScript
rs,
String
resName,
byte
[] bitcode32,
byte
[] bitcode64)
throw new RuntimeException("Stub!");
Methods Summary
Java Code Source