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

  /external/chromium_org/third_party/skia/bench/
TimerData.cpp 65 double gpuMin = std::numeric_limits<double>::max();
94 gpuMin = SkTMin(gpuMin, fGpuTimes[i]);
113 gpuStr.appendf(doubleFormat, gpuMin / itersPerTiming);
159 double gpuMin = std::numeric_limits<double>::max();
179 gpuMin = SkTMin(gpuMin, fGpuTimes[i]);
198 gpuNode.append(gpuMin / itersPerTiming);
  /external/skia/tools/timer/
TimerData.cpp 61 double gpuMin = std::numeric_limits<double>::max();
90 gpuMin = SkTMin(gpuMin, fGpuTimes[i]);
109 gpuStr.appendf(doubleFormat, gpuMin / itersPerTiming);
155 double gpuMin = std::numeric_limits<double>::max();
175 gpuMin = SkTMin(gpuMin, fGpuTimes[i]);
194 gpuNode.append(gpuMin / itersPerTiming);

Completed in 42 milliseconds