Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuScript.cpp333 mForEachFunctions = NULL; in RsdCpuScriptImpl()
609 mForEachFunctions = new ForEachFunc_t[forEachCount]; in init()
610 if (mForEachFunctions == NULL) { in init()
629 mForEachFunctions[i] = in init()
631 if (i != 0 && mForEachFunctions[i] == NULL) { in init()
692 delete[] mForEachFunctions; in init()
869 mtls->kernel = reinterpret_cast<ForEachFunc_t>(mForEachFunctions[slot]); in forEachKernelSetup()
1093 if (mForEachFunctions) delete[] mForEachFunctions; in ~RsdCpuScriptImpl()
DrsCpuScript.h118 ForEachFunc_t *mForEachFunctions; variable