Lines Matching refs:forEach

47 void ScriptIntrinsic3DLUT::forEach(sp<Allocation> ain, sp<Allocation> aout) {
50 mRS->throwError(RS_ERROR_INVALID_ELEMENT, "3DLUT forEach element mismatch");
53 Script::forEach(0, ain, aout, NULL, 0);
86 Script::forEach(0, in, out, NULL, 0);
94 Script::forEach(1, in, out, NULL, 0);
102 Script::forEach(2, in, out, NULL, 0);
110 Script::forEach(3, in, out, NULL, 0);
118 Script::forEach(4, in, out, NULL, 0);
126 Script::forEach(5, in, out, NULL, 0);
134 Script::forEach(6, in, out, NULL, 0);
142 Script::forEach(7, in, out, NULL, 0);
150 Script::forEach(8, in, out, NULL, 0);
158 Script::forEach(9, in, out, NULL, 0);
166 Script::forEach(10, in, out, NULL, 0);
174 Script::forEach(11, in, out, NULL, 0);
183 Script::forEach(14, in, out, NULL, 0);
192 Script::forEach(34, in, out, NULL, 0);
200 Script::forEach(35, in, out, NULL, 0);
228 void ScriptIntrinsicBlur::forEach(sp<Allocation> out) {
233 Script::forEach(0, NULL, out, NULL, 0);
257 void ScriptIntrinsicColorMatrix::forEach(sp<Allocation> in, sp<Allocation> out) {
282 Script::forEach(0, in, out, NULL, 0);
368 void ScriptIntrinsicConvolve3x3::forEach(sp<Allocation> out) {
373 Script::forEach(0, NULL, out, NULL, 0);
409 void ScriptIntrinsicConvolve5x5::forEach(sp<Allocation> out) {
415 Script::forEach(0, NULL, out, NULL, 0);
471 void ScriptIntrinsicHistogram::forEach(sp<Allocation> ain) {
486 Script::forEach(0, ain, NULL, NULL, 0);
504 Script::forEach(1, ain, NULL, NULL, 0);
527 void ScriptIntrinsicLUT::forEach(sp<Allocation> ain, sp<Allocation> aout) {
537 Script::forEach(0, ain, aout, NULL, 0);
593 void ScriptIntrinsicYuvToRGB::forEach(sp<Allocation> out) {
599 Script::forEach(0, NULL, out, NULL, 0);