Home | History | Annotate | Download | only in renderscript

Lines Matching refs:Allocation

25     private Allocation mOut;
58 * output allocation. The output allocation may be a narrower
69 public void forEach(Allocation ain) {
75 * output allocation. The output allocation may be a narrower
87 public void forEach(Allocation ain, Script.LaunchOptions opt) {
137 * @param aout The output allocation
139 public void setOutput(Allocation aout) {
165 * output allocation. The dot product of the input channel and
173 public void forEach_Dot(Allocation ain) {
179 * output allocation. The dot product of the input channel and
188 public void forEach_Dot(Allocation ain, Script.LaunchOptions opt) {