android.renderscript
Class Script.FieldBase

java.lang.Object
  extended by android.renderscript.Script.FieldBase
Enclosing class:
Script

public static class Script.FieldBase
extends Object


Field Summary
protected  Allocation mAllocation
           
protected  Element mElement
           
 
Constructor Summary
protected Script.FieldBase()
           
 
Method Summary
 Allocation getAllocation()
           
 Element getElement()
           
 Type getType()
           
protected  void init(RenderScript rs, int dimx)
           
protected  void init(RenderScript rs, int dimx, int usages)
           
 void updateAllocation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mElement

protected Element mElement

mAllocation

protected Allocation mAllocation
Constructor Detail

Script.FieldBase

protected Script.FieldBase()
Method Detail

init

protected void init(RenderScript rs,
                    int dimx)

init

protected void init(RenderScript rs,
                    int dimx,
                    int usages)

getElement

public Element getElement()

getType

public Type getType()

getAllocation

public Allocation getAllocation()

updateAllocation

public void updateAllocation()


Copyright © 2008-2012. All Rights Reserved.