Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:mForEachFunctions

333     mForEachFunctions = NULL;
609 mForEachFunctions = new ForEachFunc_t[forEachCount];
610 if (mForEachFunctions == NULL) {
629 mForEachFunctions[i] =
631 if (i != 0 && mForEachFunctions[i] == NULL) {
639 //ALOGE("Found forEach %s at %p", tmpName, mForEachFunctions[i]);
692 delete[] mForEachFunctions;
869 mtls->kernel = reinterpret_cast<ForEachFunc_t>(mForEachFunctions[slot]);
1093 if (mForEachFunctions) delete[] mForEachFunctions;