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

  /frameworks/rs/cpu_ref/
rsCpuExecutable.h 69 size_t forEachCount,
81 mForEachCount(forEachCount),
rsCpuExecutable.cpp 311 size_t forEachCount = 0;
412 if (sscanf(line, EXPORT_FOREACH_STR "%zu", &forEachCount) != 1) {
417 forEachFunctions = new ForEachFunc_t[forEachCount];
422 forEachSignatures = new uint32_t[forEachCount];
427 for (size_t i = 0; i < forEachCount; ++i) {
690 forEachFunctions, forEachSignatures, forEachCount,

Completed in 83 milliseconds