Lines Matching refs:aout
43 private void blend(int id, Allocation ain, Allocation aout, Script.LaunchOptions opt) { in blend() argument
47 if (!aout.getElement().isCompatible(Element.U8_4(mRS))) { in blend()
50 forEach(id, ain, aout, null, opt); in blend()
59 public void forEachClear(Allocation ain, Allocation aout) { in forEachClear() argument
60 forEachClear(ain, aout, null); in forEachClear()
70 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachClear() argument
71 blend(0, ain, aout, opt); in forEachClear()
90 public void forEachSrc(Allocation ain, Allocation aout) { in forEachSrc() argument
91 forEachSrc(ain, aout, null); in forEachSrc()
101 public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrc() argument
102 blend(1, ain, aout, null); in forEachSrc()
122 public void forEachDst(Allocation ain, Allocation aout) { in forEachDst() argument
135 public void forEachDst(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDst() argument
154 public void forEachSrcOver(Allocation ain, Allocation aout) { in forEachSrcOver() argument
155 forEachSrcOver(ain, aout, null); in forEachSrcOver()
165 public void forEachSrcOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcOver() argument
166 blend(3, ain, aout, opt); in forEachSrcOver()
184 public void forEachDstOver(Allocation ain, Allocation aout) { in forEachDstOver() argument
185 forEachDstOver(ain, aout, null); in forEachDstOver()
195 public void forEachDstOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstOver() argument
196 blend(4, ain, aout, opt); in forEachDstOver()
214 public void forEachSrcIn(Allocation ain, Allocation aout) { in forEachSrcIn() argument
215 forEachSrcIn(ain, aout, null); in forEachSrcIn()
225 public void forEachSrcIn(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcIn() argument
226 blend(5, ain, aout, opt); in forEachSrcIn()
244 public void forEachDstIn(Allocation ain, Allocation aout) { in forEachDstIn() argument
245 forEachDstIn(ain, aout, null); in forEachDstIn()
255 public void forEachDstIn(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstIn() argument
256 blend(6, ain, aout, opt); in forEachDstIn()
274 public void forEachSrcOut(Allocation ain, Allocation aout) { in forEachSrcOut() argument
275 forEachSrcOut(ain, aout, null); in forEachSrcOut()
285 public void forEachSrcOut(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcOut() argument
286 blend(7, ain, aout, opt); in forEachSrcOut()
304 public void forEachDstOut(Allocation ain, Allocation aout) { in forEachDstOut() argument
305 forEachDstOut(ain, aout, null); in forEachDstOut()
315 public void forEachDstOut(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstOut() argument
316 blend(8, ain, aout, opt); in forEachDstOut()
335 public void forEachSrcAtop(Allocation ain, Allocation aout) { in forEachSrcAtop() argument
336 forEachSrcAtop(ain, aout, null); in forEachSrcAtop()
347 public void forEachSrcAtop(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcAtop() argument
348 blend(9, ain, aout, opt); in forEachSrcAtop()
369 public void forEachDstAtop(Allocation ain, Allocation aout) { in forEachDstAtop() argument
370 forEachDstAtop(ain, aout, null); in forEachDstAtop()
383 public void forEachDstAtop(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstAtop() argument
384 blend(10, ain, aout, opt); in forEachDstAtop()
402 public void forEachXor(Allocation ain, Allocation aout) { in forEachXor() argument
403 forEachXor(ain, aout, null); in forEachXor()
415 public void forEachXor(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachXor() argument
416 blend(11, ain, aout, opt); in forEachXor()
444 public void forEachMultiply(Allocation ain, Allocation aout) { in forEachMultiply() argument
445 forEachMultiply(ain, aout, null); in forEachMultiply()
455 public void forEachMultiply(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachMultiply() argument
456 blend(14, ain, aout, opt); in forEachMultiply()
551 public void forEachAdd(Allocation ain, Allocation aout) { in forEachAdd() argument
552 forEachAdd(ain, aout, null); in forEachAdd()
562 public void forEachAdd(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachAdd() argument
563 blend(34, ain, aout, opt); in forEachAdd()
581 public void forEachSubtract(Allocation ain, Allocation aout) { in forEachSubtract() argument
582 forEachSubtract(ain, aout, null); in forEachSubtract()
592 public void forEachSubtract(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSubtract() argument
593 blend(35, ain, aout, opt); in forEachSubtract()