Home
last modified time | relevance | path

Searched refs:kMaxObjects (Results 1 – 1 of 1) sorted by relevance

/external/skia/bench/
DGrMemoryPoolBench.cpp47 kMaxObjects = 4 * (1 << 10), in onDraw() enumerator
49 A* objects[kMaxObjects]; in onDraw()
54 const int kSwitchThreshPeriod = loops / (2 * kMaxObjects); in onDraw()
65 (kMaxObjects == count || del < delThresh)) { in onDraw()
99 kMaxObjects = 4 * (1 << 10), in onDraw() enumerator
101 SkAutoTDelete<A> objects[kMaxObjects]; in onDraw()
104 uint32_t idx = r.nextRangeU(0, kMaxObjects-1); in onDraw()