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

  /frameworks/rs/cpu_ref/
rsCpuExecutable.h 82 ForEachFunc_t* forEachFunctions, uint32_t* forEachSignatures,
94 mForEachFunctions(forEachFunctions), mForEachSignatures(forEachSignatures),
rsCpuExecutable.cpp 394 ForEachFunc_t* forEachFunctions = nullptr;
489 forEachFunctions = new ForEachFunc_t[forEachCount];
490 if (forEachFunctions == nullptr) {
515 forEachFunctions[i] =
517 if (i != 0 && forEachFunctions[i] == nullptr &&
778 forEachFunctions, forEachSignatures, forEachCount,
807 delete[] forEachFunctions;

Completed in 54 milliseconds