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

/frameworks/rs/cpu_ref/
H A DrsCpuScript.cpp524 size_t varCount = 0; local
528 if (sscanf(line, EXPORT_VAR_STR "%zu", &varCount) != 1) {
533 mExportedVariableCount = varCount;
534 //ALOGE("varCount: %zu", varCount);
535 if (varCount > 0) {
538 mFieldIsObject = new bool[varCount];
542 memset(mFieldIsObject, 0, varCount * sizeof(*mFieldIsObject));
543 mFieldAddress = new void*[varCount];
547 for (size_t i = 0; i < varCount;
[all...]

Completed in 543 milliseconds