OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gpuNode
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/bench/
TimerData.cpp
148
Json::Value wallNode, truncWall, cpuNode, truncCpu,
gpuNode
;
173
gpuNode
.append(fGpuTimes[i] / itersPerTiming);
198
gpuNode
.append(gpuMin / itersPerTiming);
205
gpuNode
.append(gpuSum / divisor);
221
dataNode["gpu"] =
gpuNode
;
/external/skia/tools/timer/
TimerData.cpp
144
Json::Value wallNode, truncWall, cpuNode, truncCpu,
gpuNode
;
169
gpuNode
.append(fGpuTimes[i] / itersPerTiming);
194
gpuNode
.append(gpuMin / itersPerTiming);
201
gpuNode
.append(gpuSum / divisor);
217
dataNode["gpu"] =
gpuNode
;
Completed in 104 milliseconds