Home | History | Annotate | Download | only in renderscript

Lines Matching refs:IO

46     IO mOutputs[];
47 IO mInputs[];
49 static class IO {
53 IO(Script.KernelID s) {
394 ArrayList<IO> inputs = new ArrayList<IO>();
395 ArrayList<IO> outputs = new ArrayList<IO>();
418 inputs.add(new IO(kid));
421 outputs.add(new IO(kid));
453 sg.mOutputs = new IO[outputs.size()];
458 sg.mInputs = new IO[inputs.size()];