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

  /external/skia/bench/
RTreeBench.cpp 26 BBoxBuildBench(const char* name, MakeRectProc proc, bool bulkLoad,
30 , fBulkLoad(bulkLoad) {
79 BBoxQueryBench(const char* name, MakeRectProc proc, bool bulkLoad,
83 , fBulkLoad(bulkLoad)
  /external/chromium_org/third_party/skia/src/core/
SkRTree.h 172 Branch bulkLoad(SkTDArray<Branch>* branches, int level = 0);
SkRTree.cpp 95 fRoot = this->bulkLoad(&fDeferredInserts);
317 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) {
398 return this->bulkLoad(branches, level + 1);
  /external/skia/src/core/
SkRTree.h 172 Branch bulkLoad(SkTDArray<Branch>* branches, int level = 0);
SkRTree.cpp 95 fRoot = this->bulkLoad(&fDeferredInserts);
317 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) {
398 return this->bulkLoad(branches, level + 1);

Completed in 2036 milliseconds