Home
last modified time | relevance | path

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

/third_party/skia/bench/
H A DGrMemoryPoolBench.cpp45 static const int kMaxObjects = 4 * (1 << 10); in run_stack() local
46 T* objs[kMaxObjects]; in run_stack()
49 for (int j = 0; j < kMaxObjects; ++j) { in run_stack()
53 for (int j = kMaxObjects - 1; j >= 0; --j) { in run_stack()
69 static const int kMaxObjects = 4 * (1 << 10); in run_queue() local
70 T* objs[kMaxObjects]; in run_queue()
73 for (int j = 0; j < kMaxObjects; ++j) { in run_queue()
77 for (int j = 0; j < kMaxObjects; ++j) { in run_queue()
93 static const int kMaxObjects = 4 * (1 << 10); in run_pushpop() local
94 T* objs[kMaxObjects]; in run_pushpop()
114 static const int kMaxObjects = 4 * (1 << 10); run_random() local
[all...]

Completed in 1 milliseconds