Class android.renderscript.Script
Now deprecated.
Changed Methods | ||
---|---|---|
void bindAllocation (Allocation, int )
|
Now deprecated. |
|
FieldID createFieldID (int, Element )
|
Now deprecated. |
|
InvokeID createInvokeID (int )
|
Now deprecated. |
|
KernelID createKernelID (int, int, Element, Element )
|
Now deprecated. |
|
boolean getVarB (int )
|
Now deprecated. |
|
double getVarD (int )
|
Now deprecated. |
|
float getVarF (int )
|
Now deprecated. |
|
int getVarI (int )
|
Now deprecated. |
|
long getVarJ (int )
|
Now deprecated. |
|
void getVarV (int, FieldPacker )
|
Now deprecated. |
|
void reduce (int, Allocation[], Allocation, LaunchOptions )
|
Now deprecated. |
|
void setTimeZone (String )
|
Now deprecated. |
|
void forEach (int, Allocation, Allocation, FieldPacker )
|
Now deprecated. |
|
void forEach (int, Allocation, Allocation, FieldPacker, LaunchOptions )
|
Now deprecated. |
|
void forEach (int, Allocation[], Allocation, FieldPacker )
|
Now deprecated. |
|
void forEach (int, Allocation[], Allocation, FieldPacker, LaunchOptions )
|
Now deprecated. |
|
void invoke (int )
|
Now deprecated. |
|
void invoke (int, FieldPacker )
|
Now deprecated. |
|
void setVar (int, BaseObj )
|
Now deprecated. |
|
void setVar (int, FieldPacker )
|
Now deprecated. |
|
void setVar (int, FieldPacker, Element, int[] )
|
Now deprecated. |
|
void setVar (int, boolean )
|
Now deprecated. |
|
void setVar (int, double )
|
Now deprecated. |
|
void setVar (int, float )
|
Now deprecated. |
|
void setVar (int, int )
|
Now deprecated. |
|
void setVar (int, long )
|
Now deprecated. |