Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:mForEachFunctions

84     mForEachFunctions = NULL;
336 mForEachFunctions = new ForEachFunc_t[forEachCount];
337 if (mForEachFunctions == NULL) {
356 mForEachFunctions[i] =
358 if (i != 0 && mForEachFunctions[i] == NULL) {
366 //ALOGE("Found forEach %s at %p", tmpName, mForEachFunctions[i]);
417 delete[] mForEachFunctions;
593 mtls->kernel = reinterpret_cast<ForEachFunc_t>(mForEachFunctions[slot]);
817 if (mForEachFunctions) delete[] mForEachFunctions;