Lines Matching refs:sp
25 ScriptIntrinsic::ScriptIntrinsic(sp<RS> rs, int id, sp<const Element> e) in ScriptIntrinsic()
36 sp<ScriptIntrinsic3DLUT> ScriptIntrinsic3DLUT::create(sp<RS> rs, sp<const Element> e) { in create()
44 ScriptIntrinsic3DLUT::ScriptIntrinsic3DLUT(sp<RS> rs, sp<const Element> e) in ScriptIntrinsic3DLUT()
48 void ScriptIntrinsic3DLUT::forEach(sp<Allocation> ain, sp<Allocation> aout) { in forEach()
56 void ScriptIntrinsic3DLUT::setLUT(sp<Allocation> lut) { in setLUT()
57 sp<const Type> t = lut->getType(); in setLUT()
70 sp<ScriptIntrinsicBlend> ScriptIntrinsicBlend::create(sp<RS> rs, sp<const Element> e) { in create()
78 ScriptIntrinsicBlend::ScriptIntrinsicBlend(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicBlend()
82 void ScriptIntrinsicBlend::forEachClear(sp<Allocation> in, sp<Allocation> out) { in forEachClear()
90 void ScriptIntrinsicBlend::forEachSrc(sp<Allocation> in, sp<Allocation> out) { in forEachSrc()
98 void ScriptIntrinsicBlend::forEachDst(sp<Allocation> in, sp<Allocation> out) { in forEachDst()
106 void ScriptIntrinsicBlend::forEachSrcOver(sp<Allocation> in, sp<Allocation> out) { in forEachSrcOver()
114 void ScriptIntrinsicBlend::forEachDstOver(sp<Allocation> in, sp<Allocation> out) { in forEachDstOver()
122 void ScriptIntrinsicBlend::forEachSrcIn(sp<Allocation> in, sp<Allocation> out) { in forEachSrcIn()
130 void ScriptIntrinsicBlend::forEachDstIn(sp<Allocation> in, sp<Allocation> out) { in forEachDstIn()
138 void ScriptIntrinsicBlend::forEachSrcOut(sp<Allocation> in, sp<Allocation> out) { in forEachSrcOut()
146 void ScriptIntrinsicBlend::forEachDstOut(sp<Allocation> in, sp<Allocation> out) { in forEachDstOut()
154 void ScriptIntrinsicBlend::forEachSrcAtop(sp<Allocation> in, sp<Allocation> out) { in forEachSrcAtop()
162 void ScriptIntrinsicBlend::forEachDstAtop(sp<Allocation> in, sp<Allocation> out) { in forEachDstAtop()
170 void ScriptIntrinsicBlend::forEachXor(sp<Allocation> in, sp<Allocation> out) { in forEachXor()
178 void ScriptIntrinsicBlend::forEachMultiply(sp<Allocation> in, sp<Allocation> out) { in forEachMultiply()
186 void ScriptIntrinsicBlend::forEachAdd(sp<Allocation> in, sp<Allocation> out) { in forEachAdd()
194 void ScriptIntrinsicBlend::forEachSubtract(sp<Allocation> in, sp<Allocation> out) { in forEachSubtract()
205 sp<ScriptIntrinsicBlur> ScriptIntrinsicBlur::create(sp<RS> rs, sp<const Element> e) { in create()
214 ScriptIntrinsicBlur::ScriptIntrinsicBlur(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicBlur()
219 void ScriptIntrinsicBlur::setInput(sp<Allocation> in) { in setInput()
227 void ScriptIntrinsicBlur::forEach(sp<Allocation> out) { in forEach()
245 sp<ScriptIntrinsicColorMatrix> ScriptIntrinsicColorMatrix::create(sp<RS> rs) { in create()
249 ScriptIntrinsicColorMatrix::ScriptIntrinsicColorMatrix(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicColorMatrix()
256 void ScriptIntrinsicColorMatrix::forEach(sp<Allocation> in, sp<Allocation> out) { in forEach()
338 sp<ScriptIntrinsicConvolve3x3> ScriptIntrinsicConvolve3x3::create(sp<RS> rs, sp<const Element> e) { in create()
354 ScriptIntrinsicConvolve3x3::ScriptIntrinsicConvolve3x3(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicConvolve3x3()
359 void ScriptIntrinsicConvolve3x3::setInput(sp<Allocation> in) { in setInput()
367 void ScriptIntrinsicConvolve3x3::forEach(sp<Allocation> out) { in forEach()
379 sp<ScriptIntrinsicConvolve5x5> ScriptIntrinsicConvolve5x5::create(sp<RS> rs, sp<const Element> e) { in create()
395 ScriptIntrinsicConvolve5x5::ScriptIntrinsicConvolve5x5(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicConvolve5x5()
400 void ScriptIntrinsicConvolve5x5::setInput(sp<Allocation> in) { in setInput()
408 void ScriptIntrinsicConvolve5x5::forEach(sp<Allocation> out) { in forEach()
421 sp<ScriptIntrinsicHistogram> ScriptIntrinsicHistogram::create(sp<RS> rs, sp<const Element> e) { in create()
425 ScriptIntrinsicHistogram::ScriptIntrinsicHistogram(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicHistogram()
430 void ScriptIntrinsicHistogram::setOutput(sp<Allocation> out) { in setOutput()
470 void ScriptIntrinsicHistogram::forEach(sp<Allocation> ain) { in forEach()
489 void ScriptIntrinsicHistogram::forEach_dot(sp<Allocation> ain) { in forEach_dot()
506 sp<ScriptIntrinsicLUT> ScriptIntrinsicLUT::create(sp<RS> rs, sp<const Element> e) { in create()
514 ScriptIntrinsicLUT::ScriptIntrinsicLUT(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicLUT()
526 void ScriptIntrinsicLUT::forEach(sp<Allocation> ain, sp<Allocation> aout) { in forEach()
571 sp<ScriptIntrinsicResize> ScriptIntrinsicResize::create(sp<RS> rs) { in create()
575 ScriptIntrinsicResize::ScriptIntrinsicResize(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicResize()
579 void ScriptIntrinsicResize::forEach_bicubic(sp<Allocation> aout) { in forEach_bicubic()
590 void ScriptIntrinsicResize::setInput(sp<Allocation> ain) { in setInput()
608 sp<ScriptIntrinsicYuvToRGB> ScriptIntrinsicYuvToRGB::create(sp<RS> rs, sp<const Element> e) { in create()
616 ScriptIntrinsicYuvToRGB::ScriptIntrinsicYuvToRGB(sp<RS> rs, sp<const Element> e) in ScriptIntrinsicYuvToRGB()
621 void ScriptIntrinsicYuvToRGB::setInput(sp<Allocation> in) { in setInput()
629 void ScriptIntrinsicYuvToRGB::forEach(sp<Allocation> out) { in forEach()