HomeSort by relevance Sort by last modified time
    Searched refs:mForEachFunctions (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 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;
    [all...]
rsCpuScript.h 112 ForEachFunc_t *mForEachFunctions;

Completed in 22 milliseconds