Unhiding J API's for Renderscript.

Change-Id: I8c2d43ccca94549bc6ca1a914106567ccc125503
This commit is contained in:
Alex Sakhartchouk
2012-04-11 14:04:23 -07:00
parent 5713c9cfa9
commit 918e840628
12 changed files with 141 additions and 112 deletions

View File

@@ -48,15 +48,16 @@ public class ProgramRaster extends BaseObj {
}
/**
* @hide
* Specifies whether vertices are rendered as screen aligned
* elements of a specified size
* @return whether point sprites are enabled
*/
public boolean getPointSpriteEnabled() {
public boolean isPointSpriteEnabled() {
return mPointSprite;
}
/**
* @hide
* Specifies how triangles are culled based on their orientation
* @return cull mode
*/
public CullMode getCullMode() {