Home | History | Annotate | Download | only in renderscript

Lines Matching refs:ain

71      * @param ain The input image
73 public void forEach(Allocation ain) {
74 if (ain.getType().getElement().getVectorSize() <
80 if (ain.getType().getElement().isCompatible(Element.U8(mRS)) &&
81 ain.getType().getElement().isCompatible(Element.U8_4(mRS))) {
85 forEach(0, ain, null, null);
152 * @param ain The input image
154 public void forEach_Dot(Allocation ain) {
158 if (ain.getType().getElement().isCompatible(Element.U8(mRS)) &&
159 ain.getType().getElement().isCompatible(Element.U8_4(mRS))) {
163 forEach(1, ain, null, null);