Lines Matching refs:Script

48     private void blend(int id, Allocation ain, Allocation aout, Script.LaunchOptions opt) {  in blend()
75 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachClear()
84 public Script.KernelID getKernelIDClear() { in getKernelIDClear()
106 public void forEachSrc(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrc()
115 public Script.KernelID getKernelIDSrc() { in getKernelIDSrc()
140 public void forEachDst(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDst()
149 public Script.KernelID getKernelIDDst() { in getKernelIDDst()
170 public void forEachSrcOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcOver()
179 public Script.KernelID getKernelIDSrcOver() { in getKernelIDSrcOver()
200 public void forEachDstOver(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstOver()
209 public Script.KernelID getKernelIDDstOver() { in getKernelIDDstOver()
230 public void forEachSrcIn(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcIn()
239 public Script.KernelID getKernelIDSrcIn() { in getKernelIDSrcIn()
260 public void forEachDstIn(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstIn()
269 public Script.KernelID getKernelIDDstIn() { in getKernelIDDstIn()
290 public void forEachSrcOut(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcOut()
299 public Script.KernelID getKernelIDSrcOut() { in getKernelIDSrcOut()
320 public void forEachDstOut(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstOut()
329 public Script.KernelID getKernelIDDstOut() { in getKernelIDDstOut()
352 public void forEachSrcAtop(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSrcAtop()
361 public Script.KernelID getKernelIDSrcAtop() { in getKernelIDSrcAtop()
388 public void forEachDstAtop(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachDstAtop()
397 public Script.KernelID getKernelIDDstAtop() { in getKernelIDDstAtop()
420 public void forEachXor(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachXor()
429 public Script.KernelID getKernelIDXor() { in getKernelIDXor()
460 public void forEachMultiply(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachMultiply()
469 public Script.KernelID getKernelIDMultiply() { in getKernelIDMultiply()
567 public void forEachAdd(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachAdd()
576 public Script.KernelID getKernelIDAdd() { in getKernelIDAdd()
597 public void forEachSubtract(Allocation ain, Allocation aout, Script.LaunchOptions opt) { in forEachSubtract()
606 public Script.KernelID getKernelIDSubtract() { in getKernelIDSubtract()