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 83 size_t forEachCount,
95 mForEachCount(forEachCount),
rsCpuExecutable.cpp 384 size_t forEachCount = 0;
484 if (sscanf(line, EXPORT_FOREACH_STR "%zu", &forEachCount) != 1) {
489 forEachFunctions = new ForEachFunc_t[forEachCount];
494 forEachSignatures = new uint32_t[forEachCount];
499 for (size_t i = 0; i < forEachCount; ++i) {
778 forEachFunctions, forEachSignatures, forEachCount,

Completed in 74 milliseconds