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

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

Completed in 802 milliseconds