Searched refs:mForEachFunctions (Results 1 – 2 of 2) sorted by relevance
333 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()
118 ForEachFunc_t *mForEachFunctions; variable