Home | History | Annotate | Download | only in renderscript

Lines Matching defs:U8

3281      * @param A The input allocation contains matrix A, supported elements type {@link Element#U8}.
3283 * @param B The input allocation contains matrix B, supported elements type {@link Element#U8}.
3285 * @param C The input allocation contains matrix C, supported elements type {@link Element#U8}.
3290 validateL3(Element.U8(mRS), NO_TRANSPOSE, TRANSPOSE, 0, A, B, C);