ScriptC
public
class
ScriptC
extends Script
| java.lang.Object | |||
| ↳ | android.renderscript.BaseObj | ||
| ↳ | android.renderscript.Script | ||
| ↳ | android.renderscript.ScriptC | ||
The superclass for all user-defined scripts. This is only intended to be used by the generated derived classes.
Summary
Protected constructors | |
|---|---|
ScriptC(int id, RenderScript rs)
Only intended for use by the generated derived classes. |
|
ScriptC(long id, RenderScript rs)
Only intended for use by the generated derived classes. |
|
ScriptC(RenderScript rs, Resources resources, int resourceID)
Only intended for use by the generated derived classes. |
|
ScriptC(RenderScript rs, String resName, byte[] bitcode32, byte[] bitcode64)
Only intended for use by the generated derived classes. |
|
Inherited methods | |
|---|---|
From
class
android.renderscript.Script
| |
From
class
android.renderscript.BaseObj
| |
From
class
java.lang.Object
| |
Protected constructors
ScriptC
ScriptC (int id,
RenderScript rs)
Only intended for use by the generated derived classes.
ScriptC
ScriptC (long id,
RenderScript rs)
Only intended for use by the generated derived classes.
ScriptC
ScriptC (RenderScript rs, Resources resources, int resourceID)
Only intended for use by the generated derived classes.
ScriptC
ScriptC (RenderScript rs, String resName, byte[] bitcode32, byte[] bitcode64)
Only intended for use by the generated derived classes.
| Parameters | |
|---|---|
resName |
String
|
bitcode32 |
byte
|
bitcode64 |
byte
|
Interfaces
Classes
- Allocation
- AllocationAdapter
- BaseObj
- Byte2
- Byte3
- Byte4
- Double2
- Double3
- Double4
- Element
- Element.Builder
- FieldPacker
- Float2
- Float3
- Float4
- Int2
- Int3
- Int4
- Long2
- Long3
- Long4
- Matrix2f
- Matrix3f
- Matrix4f
- RenderScript
- RenderScript.RSErrorHandler
- RenderScript.RSMessageHandler
- Sampler
- Sampler.Builder
- Script
- Script.Builder
- Script.FieldBase
- Script.FieldID
- Script.InvokeID
- Script.KernelID
- Script.LaunchOptions
- ScriptC
- ScriptGroup
- ScriptGroup.Binding
- ScriptGroup.Builder
- ScriptGroup.Builder2
- ScriptGroup.Closure
- ScriptGroup.Future
- ScriptGroup.Input
- ScriptIntrinsic
- ScriptIntrinsic3DLUT
- ScriptIntrinsicBLAS
- ScriptIntrinsicBlend
- ScriptIntrinsicBlur
- ScriptIntrinsicColorMatrix
- ScriptIntrinsicConvolve3x3
- ScriptIntrinsicConvolve5x5
- ScriptIntrinsicHistogram
- ScriptIntrinsicLUT
- ScriptIntrinsicResize
- ScriptIntrinsicYuvToRGB
- Short2
- Short3
- Short4
- Type
- Type.Builder
Enums
Exceptions


