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

  /external/chromium_org/third_party/skia/bench/
GrMemoryPoolBench.cpp 47 kMaxObjects = 4 * (1 << 10),
49 A* objects[kMaxObjects];
54 const int kSwitchThreshPeriod = loops / (2 * kMaxObjects);
65 (kMaxObjects == count || del < delThresh)) {
109 kMaxObjects = 4 * (1 << 10),
111 SkAutoTDelete<B> objects[kMaxObjects];
114 uint32_t idx = r.nextRangeU(0, kMaxObjects-1);
  /external/skia/bench/
GrMemoryPoolBench.cpp 47 kMaxObjects = 4 * (1 << 10),
49 A* objects[kMaxObjects];
54 const int kSwitchThreshPeriod = loops / (2 * kMaxObjects);
65 (kMaxObjects == count || del < delThresh)) {
109 kMaxObjects = 4 * (1 << 10),
111 SkAutoTDelete<B> objects[kMaxObjects];
114 uint32_t idx = r.nextRangeU(0, kMaxObjects-1);

Completed in 454 milliseconds