Begin naming cleanup for renderscript runtime.
Prefix functions with "rs" or "rsg". Change-Id: I4435b486831bfab1ea473ccfad435b404e68f1c9
This commit is contained in:
@@ -81,21 +81,6 @@ public class Script extends BaseObj {
|
||||
mRS.nScriptSetVarV(mID, index, v.getData());
|
||||
}
|
||||
|
||||
public void setClearColor(float r, float g, float b, float a) {
|
||||
mRS.validate();
|
||||
mRS.nScriptSetClearColor(mID, r, g, b, a);
|
||||
}
|
||||
|
||||
public void setClearDepth(float d) {
|
||||
mRS.validate();
|
||||
mRS.nScriptSetClearDepth(mID, d);
|
||||
}
|
||||
|
||||
public void setClearStencil(int stencil) {
|
||||
mRS.validate();
|
||||
mRS.nScriptSetClearStencil(mID, stencil);
|
||||
}
|
||||
|
||||
public void setTimeZone(String timeZone) {
|
||||
mRS.validate();
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user