Searched refs:statIndex (Results 1 – 1 of 1) sorted by relevance
476 int statIndex = 0; in DumpGpuStats() local478 while (statIndex < statLength) { in DumpGpuStats()480 if (statLength - statIndex > DUPM_STRING_BUF_SIZE) { in DumpGpuStats()481 statSubStr = stat.substr(statIndex, DUPM_STRING_BUF_SIZE); in DumpGpuStats()482 statIndex += DUPM_STRING_BUF_SIZE; in DumpGpuStats()484 statSubStr = stat.substr(statIndex, statLength - statIndex); in DumpGpuStats()485 statIndex = statLength; in DumpGpuStats()