Home | History | Annotate | Download | only in renderscript

Lines Matching refs:Allocation

23  * allocation.  The 8 nearest values are sampled and linearly interpolated.  The
28 private Allocation mLUT;
57 * Sets the {@link android.renderscript.Allocation} to be used as the lookup table.
63 public void setLUT(Allocation lut) {
83 * @param ain Input allocation
84 * @param aout Output allocation
86 public void forEach(Allocation ain, Allocation aout) {
94 * @param ain Input allocation
95 * @param aout Output allocation
98 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) {