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 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]);
    [all...]
rsCpuScript.h 118 ForEachFunc_t *mForEachFunctions;

Completed in 37 milliseconds