API cleanup for renderscript. This will be a multiproject commit.

Change-Id: Ida62d3a155285a20725be9daa62217faef1c3734
This commit is contained in:
Alex Sakhartchouk
2010-12-21 14:42:26 -08:00
parent 1528d8f47c
commit b4d7bb6872
21 changed files with 710 additions and 719 deletions

View File

@@ -109,21 +109,11 @@ public class ProgramRaster extends BaseObj {
mCullMode = CullMode.BACK;
}
public Builder setPointSpriteEnable(boolean enable) {
public Builder setPointSpriteEnabled(boolean enable) {
mPointSprite = enable;
return this;
}
public Builder setPointSmoothEnable(boolean enable) {
mPointSmooth = enable;
return this;
}
public Builder setLineSmoothEnable(boolean enable) {
mLineSmooth = enable;
return this;
}
public Builder setCullMode(CullMode m) {
mCullMode = m;
return this;