API cleanup for renderscript. This will be a multiproject commit.
Change-Id: Ida62d3a155285a20725be9daa62217faef1c3734
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user