• Home
  • Raw
  • Download

Lines Matching refs:ain

48     private void blend(int id, Allocation ain, Allocation aout, Script.LaunchOptions opt) {  in blend()  argument
49 if (!ain.getElement().isCompatible(Element.U8_4(mRS))) { in blend()
55 forEach(id, ain, aout, null, opt); in blend()
64 public void forEachClear(Allocation ain, Allocation aout) { in forEachClear() argument
65 forEachClear(ain, aout, null); in forEachClear()
75 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachClear() argument
76 blend(0, ain, aout, opt); in forEachClear()
95 public void forEachSrc(Allocation ain, Allocation aout) { in forEachSrc() argument
96 forEachSrc(ain, aout, null); in forEachSrc()
106 public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrc() argument
107 blend(1, ain, aout, opt); in forEachSrc()
127 public void forEachDst(Allocation ain, Allocation aout) { in forEachDst() argument
140 public void forEachDst(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDst() argument
159 public void forEachSrcOver(Allocation ain, Allocation aout) { in forEachSrcOver() argument
160 forEachSrcOver(ain, aout, null); in forEachSrcOver()
170 public void forEachSrcOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcOver() argument
171 blend(3, ain, aout, opt); in forEachSrcOver()
189 public void forEachDstOver(Allocation ain, Allocation aout) { in forEachDstOver() argument
190 forEachDstOver(ain, aout, null); in forEachDstOver()
200 public void forEachDstOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstOver() argument
201 blend(4, ain, aout, opt); in forEachDstOver()
219 public void forEachSrcIn(Allocation ain, Allocation aout) { in forEachSrcIn() argument
220 forEachSrcIn(ain, aout, null); in forEachSrcIn()
230 public void forEachSrcIn(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcIn() argument
231 blend(5, ain, aout, opt); in forEachSrcIn()
249 public void forEachDstIn(Allocation ain, Allocation aout) { in forEachDstIn() argument
250 forEachDstIn(ain, aout, null); in forEachDstIn()
260 public void forEachDstIn(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstIn() argument
261 blend(6, ain, aout, opt); in forEachDstIn()
279 public void forEachSrcOut(Allocation ain, Allocation aout) { in forEachSrcOut() argument
280 forEachSrcOut(ain, aout, null); in forEachSrcOut()
290 public void forEachSrcOut(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcOut() argument
291 blend(7, ain, aout, opt); in forEachSrcOut()
309 public void forEachDstOut(Allocation ain, Allocation aout) { in forEachDstOut() argument
310 forEachDstOut(ain, aout, null); in forEachDstOut()
320 public void forEachDstOut(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstOut() argument
321 blend(8, ain, aout, opt); in forEachDstOut()
340 public void forEachSrcAtop(Allocation ain, Allocation aout) { in forEachSrcAtop() argument
341 forEachSrcAtop(ain, aout, null); in forEachSrcAtop()
352 public void forEachSrcAtop(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcAtop() argument
353 blend(9, ain, aout, opt); in forEachSrcAtop()
374 public void forEachDstAtop(Allocation ain, Allocation aout) { in forEachDstAtop() argument
375 forEachDstAtop(ain, aout, null); in forEachDstAtop()
388 public void forEachDstAtop(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstAtop() argument
389 blend(10, ain, aout, opt); in forEachDstAtop()
407 public void forEachXor(Allocation ain, Allocation aout) { in forEachXor() argument
408 forEachXor(ain, aout, null); in forEachXor()
420 public void forEachXor(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachXor() argument
421 blend(11, ain, aout, opt); in forEachXor()
449 public void forEachMultiply(Allocation ain, Allocation aout) { in forEachMultiply() argument
450 forEachMultiply(ain, aout, null); in forEachMultiply()
460 public void forEachMultiply(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachMultiply() argument
461 blend(14, ain, aout, opt); in forEachMultiply()
556 public void forEachAdd(Allocation ain, Allocation aout) { in forEachAdd() argument
557 forEachAdd(ain, aout, null); in forEachAdd()
567 public void forEachAdd(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachAdd() argument
568 blend(34, ain, aout, opt); in forEachAdd()
586 public void forEachSubtract(Allocation ain, Allocation aout) { in forEachSubtract() argument
587 forEachSubtract(ain, aout, null); in forEachSubtract()
597 public void forEachSubtract(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSubtract() argument
598 blend(35, ain, aout, opt); in forEachSubtract()