OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fGpuTimer
(Results
1 - 2
of
2
) sorted by null
/external/skia/bench/
BenchTimer.cpp
34
fGpuTimer
= new BenchGpuTimer(gl);
36
fGpuTimer
= NULL;
45
delete
fGpuTimer
;
55
if (
fGpuTimer
) {
56
fGpuTimer
->startGpu();
68
if (
fGpuTimer
) {
69
fGpu =
fGpuTimer
->endGpu() * fDurationScale;
BenchTimer.h
45
BenchGpuTimer *
fGpuTimer
;
Completed in 25 milliseconds