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

  /external/chromium_org/third_party/skia/tools/
PictureBenchmark.cpp 21 , fTimerTypes(0)
37 fTimerTypes = 0;
38 fTimerTypes |= wall ? TimerData::kWall_Flag : 0;
39 fTimerTypes |= truncatedWall ? TimerData::kTruncatedWall_Flag : 0;
40 fTimerTypes |= cpu ? TimerData::kCpu_Flag : 0;
41 fTimerTypes |= truncatedCpu ? TimerData::kTruncatedCpu_Flag : 0;
42 fTimerTypes |= gpu ? TimerData::kGpu_Flag : 0;
93 uint32_t timerTypes = fTimerTypes;
PictureBenchmark.h 64 uint32_t fTimerTypes; // bitfield of TimerData::TimerFlags values

Completed in 28 milliseconds