Searched refs:varCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp512 size_t varCount = 0; local
516 if (sscanf(line, EXPORT_VAR_STR "%zu", &varCount) != 1) {
521 mExportedVariableCount = varCount;
522 //ALOGE("varCount: %zu", varCount);
523 if (varCount > 0) {
526 mFieldIsObject = new bool[varCount];
530 memset(mFieldIsObject, 0, varCount * sizeof(*mFieldIsObject));
531 mFieldAddress = new void*[varCount];
535 for (size_t i = 0; i < varCount;
[all...]

Completed in 60 milliseconds