• Home
  • Raw
  • Download

Lines Matching defs:out

81 void ScriptIntrinsicBlend::forEachClear(sp<Allocation> in, sp<Allocation> out) {  in forEachClear()
89 void ScriptIntrinsicBlend::forEachSrc(sp<Allocation> in, sp<Allocation> out) { in forEachSrc()
97 void ScriptIntrinsicBlend::forEachDst(sp<Allocation> in, sp<Allocation> out) { in forEachDst()
105 void ScriptIntrinsicBlend::forEachSrcOver(sp<Allocation> in, sp<Allocation> out) { in forEachSrcOver()
113 void ScriptIntrinsicBlend::forEachDstOver(sp<Allocation> in, sp<Allocation> out) { in forEachDstOver()
121 void ScriptIntrinsicBlend::forEachSrcIn(sp<Allocation> in, sp<Allocation> out) { in forEachSrcIn()
129 void ScriptIntrinsicBlend::forEachDstIn(sp<Allocation> in, sp<Allocation> out) { in forEachDstIn()
137 void ScriptIntrinsicBlend::forEachSrcOut(sp<Allocation> in, sp<Allocation> out) { in forEachSrcOut()
145 void ScriptIntrinsicBlend::forEachDstOut(sp<Allocation> in, sp<Allocation> out) { in forEachDstOut()
153 void ScriptIntrinsicBlend::forEachSrcAtop(sp<Allocation> in, sp<Allocation> out) { in forEachSrcAtop()
161 void ScriptIntrinsicBlend::forEachDstAtop(sp<Allocation> in, sp<Allocation> out) { in forEachDstAtop()
169 void ScriptIntrinsicBlend::forEachXor(sp<Allocation> in, sp<Allocation> out) { in forEachXor()
178 void ScriptIntrinsicBlend::forEachMultiply(sp<Allocation> in, sp<Allocation> out) { in forEachMultiply()
187 void ScriptIntrinsicBlend::forEachAdd(sp<Allocation> in, sp<Allocation> out) { in forEachAdd()
195 void ScriptIntrinsicBlend::forEachSubtract(sp<Allocation> in, sp<Allocation> out) { in forEachSubtract()
228 void ScriptIntrinsicBlur::forEach(sp<Allocation> out) { in forEach()
257 void ScriptIntrinsicColorMatrix::forEach(sp<Allocation> in, sp<Allocation> out) { in forEach()
368 void ScriptIntrinsicConvolve3x3::forEach(sp<Allocation> out) { in forEach()
409 void ScriptIntrinsicConvolve5x5::forEach(sp<Allocation> out) { in forEach()
431 void ScriptIntrinsicHistogram::setOutput(sp<Allocation> out) { in setOutput()
593 void ScriptIntrinsicYuvToRGB::forEach(sp<Allocation> out) { in forEach()