Searched refs:mForEachFunctions (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp333 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;
[all...]
H A DrsCpuScript.h118 ForEachFunc_t *mForEachFunctions; member in class:android::renderscript::RsdCpuScriptImpl

Completed in 50 milliseconds