android.renderscript
Class Script
java.lang.Object
android.renderscript.BaseObj
android.renderscript.Script
- Direct Known Subclasses:
- ScriptC
public class Script
- extends BaseObj
Method Summary |
void |
bindAllocation(Allocation va,
int slot)
|
protected void |
forEach(int slot,
Allocation ain,
Allocation aout,
FieldPacker v)
|
protected void |
invoke(int slot)
|
protected void |
invoke(int slot,
FieldPacker v)
|
void |
setTimeZone(String timeZone)
|
void |
setVar(int index,
BaseObj o)
|
void |
setVar(int index,
boolean v)
|
void |
setVar(int index,
double v)
|
void |
setVar(int index,
FieldPacker v)
|
void |
setVar(int index,
float v)
|
void |
setVar(int index,
int v)
|
void |
setVar(int index,
long v)
|
invoke
protected void invoke(int slot)
invoke
protected void invoke(int slot,
FieldPacker v)
forEach
protected void forEach(int slot,
Allocation ain,
Allocation aout,
FieldPacker v)
bindAllocation
public void bindAllocation(Allocation va,
int slot)
setVar
public void setVar(int index,
float v)
setVar
public void setVar(int index,
double v)
setVar
public void setVar(int index,
int v)
setVar
public void setVar(int index,
long v)
setVar
public void setVar(int index,
boolean v)
setVar
public void setVar(int index,
BaseObj o)
setVar
public void setVar(int index,
FieldPacker v)
setTimeZone
public void setTimeZone(String timeZone)
Copyright © 2008-2012. All Rights Reserved.