Home | History | Annotate | Download | only in renderscript

Lines Matching full:allocation

20  * Intrinsic for applying a 3x3 convolve to an allocation.
25 private Allocation mInput;
73 * @param ain The input allocation.
75 public void setInput(Allocation ain) {
103 * allocation.
105 * @param aout Output allocation. Must match creation element
108 public void forEach(Allocation aout) {
109 forEach(0, (Allocation) null, aout, null);
114 * allocation.
116 * @param aout Output allocation. Must match creation element
120 public void forEach(Allocation aout, Script.LaunchOptions opt) {
121 forEach(0, (Allocation) null, aout, null, opt);