Unhiding J API's for Renderscript.
Change-Id: I8c2d43ccca94549bc6ca1a914106567ccc125503
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user